-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[R]: install the R package from R-multiverse #262
Comments
I'm not sure I understand the relationship between R-universe and R-multiverse -- are they in competition? The Stan packages are all available on R-universe: https://stan-dev.r-universe.dev/ |
Not at all, R-multiverse is an extension of and built on R-universe and is a community initiative to provide a general-purpose repository for package releases (a single destination for users). R-multiverse also runs a system of Production snapshot releases. You're free to still maintain personal / organization universes (for development, or internal use), but R-multiverse makes it easier to disseminate releases to the wider community. |
Sounds good -- is there an alternative |
install.packages("bridgestan", repos = c("https://community.r-multiverse.org", getOption("repos"))) The last part is so that dependencies (in this case R6) are still taken from the configured CRAN repo. I'll also refer you to: https://r-multiverse.org/community.html |
Sounds good to me. |
Hello.
I am around R-multiverse, a repository system for new R packages.
I did the registration work for this R package (r-multiverse/contributions#221) because I thought this repository is well maintained and could benefit from R-multiverse to make it easier to install the R package.
If you are interested, please check it out.
(Several packages not currently on CRAN (like https://github.com/pola-rs/r-polars) are recommended for installation from R-multiverse in the documentation.)
cc @shikokuchuo @wlandau
The text was updated successfully, but these errors were encountered: