Enable use of binary package builds for Linux from the RStudio Package
Manager repo. This will set the repos
option, affecting the current R
session. It will put this binaryLinux
in the first position. If the
getOption("repos")
is NULL
, it will put backupCRAN
in second position.
setLinuxBinaryRepo(
binaryLinux = urlForArchivedPkgs,
backupCRAN = srcPackageURLOnCRAN
)
A CRAN repository serving binary Linux packages.
If there is no CRAN repository set