radiant.update: radiant.update

View source: R/radiant.R

radiant.updateR Documentation

radiant.update

Description

Update radiant and dependencies to the latest (supported) versions

Usage

radiant.update(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::radiant.update()

## End(Not run)


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