Replies: 3 comments 11 replies
-
We just need (1) I think. As the highest version number wins and it doesn't matter whether that's on staging or CRAN (at the freeze date). |
Beta Was this translation helpful? Give feedback.
-
OK I added an issue for myself here: r-universe-org/help#562 |
Beta Was this translation helpful? Give feedback.
-
Added support for a One caveat is that using p3m snapshots rules out building and checking on r-devel, because p3m only supports r-release and 4 older versions, but not r-devel. But I think that this is not an issue for us, as our production snapshot targets r-release anyway. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, we have an edge case where
crew
is failing in Staging because it is trying to build againstmirai
2.1.0 on CRAN instead ofmirai
2.0.0 in Staging. We would expect Staging packages to be built against other Staging packages, but insteadinstall.packages()
just chooses the higher version.@shikokuchuo, @jeroen, and I discussed. One proposal is:
Beta Was this translation helpful? Give feedback.
All reactions