Learn R Programming

shinyscholar (version 0.2.5)

check_suggests: Check whether suggested packages are installed

Description

Checks whether all the packages in Suggests are installed and stops execution if not or returns FALSE when example = TRUE

Usage

check_suggests(testing = FALSE, example = FALSE)

Value

No return value, called for side effects unless example is TRUE

in which case FALSE is returned if the Suggests are not installed or TRUE

if they are installed.

Arguments

testing

logical. For use in testing.

example

logical. For use in examples.

Author

Simon Smart simon.smart@cantab.net