Replies: 1 comment 1 reply
-
If you look at the raw build log for a package check, you can see where each dependency is being downloaded from. The current universe is indeed automatically added to the front of However I think R always tries to download the highest version of the package. So if the version on CRAN is greater than the one in the current universe, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This may be a naive question, but when R-universe checks a package, does it get the dependencies from the same universe? In other words, do the dependencies in the universe supersede dependencies on CRAN in R CMD check?
Beta Was this translation helpful? Give feedback.
All reactions