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

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

Simon Smart simon.smart@cantab.net