lib.dependencies_online: Check a package his online dependencies

View source: R/package_version_management.R

lib.dependencies_onlineR Documentation

Check a package his online dependencies

Description

Returns a c(name = '<version spec>') array which can be used for lib.load(), lib.install_if_not_compatible() or lib.dependsOnMe().

Usage

lib.dependencies_online(packageName, cran_url = "https://cran.rstudio.com/")

Arguments

packageName

The package name to check.

cran_url

Defaults to 'https://cran.rstudio.com/'.

Value

Returns a named character with the packages and their version conditions which the given package depends on.


multiversion documentation built on March 22, 2022, 1:07 a.m.