WISH: Control 'repos' order in installation instructions #375
Replies: 2 comments 2 replies
-
I agree. For most of my packages, the main branch (chosen by default on R-universe) is not a release version, it's a development version. I've been told I can configure R-universe to choose a release instead, but I like having the easy availability of the devel version, it's just that I don't like the instructions that don't mention that's what you're getting. So I'd like to customize the installation instructions. Instead of showing
I'd choose
|
Beta Was this translation helpful? Give feedback.
-
@HenrikBengtsson have you tested your suggestion to work? Afaik, the ordering of repos does not matter much as R will always install the highest version it can find. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm prototyping CRANhaven, which serves as a fallback/backup repository for CRAN. The auto-generates installation instructions for such packages is:
However, by design, I want the instructions to use CRANhaven as a last resort, not be the first one. So, something like:
It would be handy if we could configure/control these installation instructions.
Beta Was this translation helpful? Give feedback.
All reactions