View source: R/check_package.R
check_package | R Documentation |
Check if package exists
check_package(pkg, install = getOption("repro.install"), github = NULL)
pkg |
Which package are we talking about? |
install |
Should we install the package in case its missing? |
github |
A github username/package from which the package is installed. If NULL (the default) CRAN (or whatever repo) you have set is used. |
Other checkers:
check
,
has_package()
,
has
,
uses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.