View source: R/check_pkg_suggests.R
check_pkg_suggests | R Documentation |
check_pkg_suggests()
checks to see if packages are installed. This can be
used to check for the existence of packages in the Suggests line.
check_pkg_suggests(pkg)
pkg |
A vector of character package names. |
## Not run:
check_pkg_suggests(c("dplyr", "tidyr"))
check_pkg_suggests(c("dplyr", "tidyr", "notrealpackage", "alsofake"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.