Skip to content

Commit

Permalink
update repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed May 7, 2024
1 parent bbb35c1 commit cb44f02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions about.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ A traditional software version cycle begins with the development phase, where bu
R-multiverse currently aims at a space just before production, commonly referred to as QA, in that:

1. Each package release has the full endorsement of its own maintainer. R-multiverse always provides a version that its developer chose to distribute for general use.
2. The user is still responsible for judging whether a package is appropriate to use. Some releases may still have issues, and these may be indicated by the check results at <https://r-multiverse.r-universe.dev/builds>.
2. The user is still responsible for judging whether a package is appropriate to use. Some releases may still have issues, and these may be indicated by the check results at <https://r-multiverse.r-universe.dev>.

## Continuous maintainer-driven deployment

Each package only needs to be registered once. Every new [release](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository) automatically deploys to <https://r-multiverse.r-universe.dev> without needing to go through R-multiverse again. In other words, the package maintainer is in complete control. This frictionless, maintainer-driven experience was made possible by the incredible infrastructure of [rOpenSci's R-universe system](https://ropensci.org/r-universe/) and key insights from [Jeroen Ooms](https://github.com/jeroen/).
Each package only needs to be registered once. Every new [release](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository) automatically deploys to <https://r-multiverse.org> without needing to go through R-multiverse again. In other words, the package maintainer is in complete control. This frictionless, maintainer-driven experience was made possible by the incredible infrastructure of [rOpenSci's R-universe system](https://r-multiverse.r-universe.dev) managed by [Jeroen Ooms](https://github.com/jeroen/).

## What about my personal R-universe?

Expand Down
4 changes: 2 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title: "R-multiverse"

<img src="logo/logo-hexbin.png" align="right" width="140" />

R-multiverse is a community-curated collection of R package releases, powered by [R-universe](https://r-universe.dev).
A community-curated collection of R package releases, powered by [R-universe](https://r-universe.dev), available for installation from the repository at <https://r-multiverse.org>.

Anyone can contribute packages in the GitHub repository at <https://github.com/r-multiverse/contributions>. Once a package is registered, [R-universe](https://r-universe.dev/) automatically builds and checks every new release and makes it available to install from <https://r-multiverse.r-universe.dev/>. Package maintainers have complete control over deployment.
Anyone can contribute packages to the GitHub repository at <https://github.com/r-multiverse/contributions>. Once a package is registered, every new release is automatically built and checked with results available at <https://r-multiverse.r-universe.dev>. Package maintainers retain complete control over deployment.

The R-multiverse project originated from the [R Consortium Repositories Working Group](https://github.com/RConsortium/r-repositories-wg).
2 changes: 1 addition & 1 deletion users.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ R has built-in support for multiple repositories.
Simply add R-multiverse to your repository settings. For example:

```r
options(repos = c("https://r-multiverse.r-universe.dev", getOption("repos")))
options(repos = c("https://r-multiverse.org", getOption("repos")))
```

Setting the `repos` option is only required once per session. We recommend adding this line to your `.Rprofile` so that it is set automatically.
Expand Down

0 comments on commit cb44f02

Please sign in to comment.