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)
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.
logical. For use in testing.
logical. For use in examples.
Simon Smart simon.smart@cantab.net