check_suggests {shinyscholar}R Documentation

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)

Arguments

testing

logical. For use in testing.

example

logical. For use in examples.

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.

Author(s)

Simon Smart simon.smart@cantab.net


[Package shinyscholar version 0.4.2 Index]