Executes rcmdcheck::rcmdcheck()
on a local package using libpath
from the installation plan.
Source: R/check.R
check_ip.Rd
Executes rcmdcheck::rcmdcheck()
on a local package using libpath
from the installation plan.
Arguments
- ip
(
pkg_installation_plan
) object to execute- path
(
string
) path to the package sources- build_args
(
string
) value passed asbuild_args
argument intorcmdcheck::rcmdcheck()
- check_args
(
string
) value passed asargs
argument intorcmdcheck::rcmdcheck()
- ...
other arguments passed to
rcmdcheck::rcmdcheck()
Value
An S3 object (list) with fields errors
,
warnings
and notes
. These are all character
vectors containing the output for the failed check.
See also
rcmdcheck::rcmdcheck()
for other configuration possibilities