-
Notifications
You must be signed in to change notification settings - Fork 5
/
rsrc_runiverse.qmd
34 lines (25 loc) · 2.03 KB
/
rsrc_runiverse.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<div style= "float:right;width: 40%">
```{r, fig.cap = "R-Universe logo grey background with white text 'rOpenSci R-universe'. The O in 'Open' is a ringed planet with moons"}
knitr::include_graphics("images/runiverse.png")
```
</div>
## R-universe {#runiverse}
rOpenSci's [R-universe](https://ropensci.org/r-universe/) is a new platform which launched in 2021 with the aim of improving publication and discovery of R research software.
The R-universe provides three main services.
1. **Serving packages**
- Anyone can set up a personal R-universe which can build and serve any package hosted on a public git server.
- Pre-building packages simplifies installation of non-CRAN packages
- Articles are also rendered, providing a method for hosting non-software packages, such as research articles bundled as an R package.
2. **Monitoring software health and activity**
- While still in early development, the goal is to have a system for monitoring software metrics to assess the role and impact of different software.
3. **Discovery and recommendation**
- The R-universe [front-end dashboard](https://r-universe.dev) cross-links Universes, Maintainers, Articles and different software packages in an effort to increase visibility and help users find new R packages
- A future goal is to be able to offer recommendations to users
### How to contribute
* [**Explore the R-universe**](https://r-universe.dev) and share your findings with colleagues
* **Create your own R-universe**.
See instructions on the [R-universe dashboard](https://r-universe.dev/help/),
or check out Jeroen Ooms' blog post ["How to create your personal CRAN-like repository on R-universe"](https://ropensci.org/blog/2021/06/22/setup-runiverse/) or
Yanina Bellini Saibene's Spanish post ["Creando Tu R-universe"](https://ropensci.org/blog/2021/09/21/creando-tu-r-universe/)
* **Read/Contribute to the [R-universe discussion](https://github.com/r-universe-org/bugs/discussions)**
* [**Report a bug in the R-universe**](https://github.com/r-universe-org/bugs/issues)