View source: R/check_suggests.R
check_suggests | R Documentation |
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)
testing |
logical. For use in testing. |
example |
logical. For use in examples. |
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.
Simon Smart simon.smart@cantab.net
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.