Replies: 1 comment 2 replies
-
I see two sides on this. On the one hand, I agree that On the other hand, I like what @jeroen has said about keeping things simple and not overcomplicating R-multiverse by trying to catch special cases. I think |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Related to r-universe-org/help#285
Currently R-universe pulls in dependencies from arbitrary external repositories via the
Additional_repositories
field. While this is a useful feature for private repositories, it is probably undesirable in the staging universe to install packages from outside the CRAN and staging universes.The difference with the
Remotes
field is thatAdditional_repositories
is an officially recognized field in CRAN, and it is not ideal to require each package to not use this field.Perhaps there should be a setting in the R-universe to ignore
Additional_repositories
.Beta Was this translation helpful? Give feedback.
All reactions