Skip to content
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

Open
eitsupi opened this issue Jan 19, 2025 · 5 comments
Open

[R]: install the R package from R-multiverse #262

eitsupi opened this issue Jan 19, 2025 · 5 comments

Comments

@eitsupi
Copy link

eitsupi commented Jan 19, 2025

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

@WardBrian
Copy link
Collaborator

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/

@shikokuchuo
Copy link

I'm not sure I understand the relationship between R-universe and R-multiverse -- are they in competition?

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.

@WardBrian
Copy link
Collaborator

Sounds good -- is there an alternative install.packages invocation we should list in our documentation for R?

@shikokuchuo
Copy link

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

@roualdes
Copy link
Owner

Sounds good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants