checkVizPackages: Report on the installation status of packages needed by the...

Description Usage Arguments

View source: R/updatePackages.R

Description

Throw messages, warnings, errors, etc. if any packages are missing or newer or older than required/suggested in the viz.yaml

Usage

1
checkVizPackages(newer = warning, older = stop, absent = stop)

Arguments

newer

the function to call on a message about too-new packages (if there are any)

older

the function to call on a message about too-old packages (if there are any)

absent

the function to call on a message about missing packages (if there are any)


USGS-VIZLAB/vizlab documentation built on July 10, 2019, 12:08 a.m.