sync_packages: Sync packages to the version on the miniCRAN repo

View source: R/radiant.R

sync_packagesR Documentation

Sync packages to the version on the miniCRAN repo

Description

Sync packages to the version on the miniCRAN repo

Usage

sync_packages(lib.loc = .libPaths()[1], repos = "", type, options = "")

Arguments

lib.loc

Library to install packages in (see .libPaths())

repos

Repo to update from (default is the radiant repo on GitHub)

type

Package type ("binary" or "source"). If missing, will try infer from OS type (i.e., "source" for linux, else "binary")

options

Install options as a string to pass to install.packages (e.g., '–no-lock')

Examples

## Not run: 
radiant.update::sync_packages()

## End(Not run)


radiant-rstats/radiant.update documentation built on Sept. 9, 2023, 9:26 a.m.