R (CRAN) configuration
OSA Proxy supports CRAN-compatible repositories and checks downloaded R packages. The PACKAGES, PACKAGES.gz, and PACKAGES.rds indexes are proxied without modification, so R uses scan-package only.
OSA Proxy configuration
Use the https://cloud.r-project.org cloud mirror for public CRAN:
Connecting R
Set the OSA Proxy route in the repos option for one session:
For persistent configuration, add the following to a user or project .Rprofile:
Verify the configuration with:
When a CodeScoring policy blocks a package, it remains visible in the CRAN index, but OSA Proxy blocks the source or binary archive download. R does not support the scan-manifest parameter.
Was this page helpful?
