setLinuxBinaryRepo: Setup for binary Linux repositories

View source: R/setup.R

setLinuxBinaryRepoR Documentation

Setup for binary Linux repositories

Description

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.

Usage

setLinuxBinaryRepo(
  binaryLinux = "https://packagemanager.posit.co/",
  backupCRAN = srcPackageURLOnCRAN
)

Arguments

binaryLinux

A CRAN repository serving binary Linux packages.

backupCRAN

If there is no CRAN repository set


Require documentation built on May 31, 2023, 7:06 p.m.