You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To query and configure repositories. In particular have a config option (do we need rig config?) to whether we should set the repos in RStudio (and Positron) or not.
Instead of rig config we can also write the config into the profile.
We should be able to configure different repos for different R versions:
R-devel does not have PPM binaries.
Older macOS and Windows binaries are on cran-archive.
By default all these should be configured automatically. (Observing the --without-cran-mirror and --without ppm options of git add.)
The text was updated successfully, but these errors were encountered:
I've encountered an issue that this may solve. I'm using rig with Pop OS 22.04 and I encounter this error when running rig add 4.4.1:
[ERROR] Failed to resolve R version: Cannot download JSON: HTTP status client error (404 Not Found) for url (https://api.r-hub.io/rversions/resolve/4.4.1/linux-pop-22.04/x86_64)
Perhaps adding an option to the config allowing the user to manually specify their linux installation would solve this problem.
To query and configure repositories. In particular have a config option (do we need
rig config
?) to whether we should set the repos in RStudio (and Positron) or not.Instead of
rig config
we can also write the config into the profile.We should be able to configure different repos for different R versions:
By default all these should be configured automatically. (Observing the
--without-cran-mirror
and--without ppm
options ofgit add
.)The text was updated successfully, but these errors were encountered: