setLinuxBinaryRepo | R Documentation |
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
)
binaryLinux |
A CRAN repository serving binary Linux packages. |
backupCRAN |
If there is no CRAN repository set |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.