Learn R Programming

TAF (version 4.3.0)

check.software: Check SOFTWARE.bib Against Global Packages

Description

Compare versions declared in SOFTWARE.bib with packages installed in the global R library.

Usage

check.software(full = FALSE)

Value

Logical vector (or data frame if full = TRUE) indicating which installed packages are ready, i.e., at least as new as the version required in SOFTWARE.bib.

A warning is generated if any installed packages are older than required.

Arguments

full

whether to return full data frame as output.

See Also

taf.boot and taf.library are the general tools to install and load packages of the correct version in the TAF library.

update.packages can be used to update packages in the general R library to the newest version available on CRAN.

Examples

Run this code
if (FALSE) {
check.software()
check.software(full=TRUE)
}

Run the code above in your browser using DataLab