Executes installation plan and rcmdcheck::rcmdcheck()
in "try mode" to always return.
Source: R/check.R
execute_ip.Rd
Executes installation plan and rcmdcheck::rcmdcheck()
in "try mode" to always return.
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
a named list
with two elements:
"ip"
- installation plan object"check"
- returned value fromrcmdcheck::rcmdcheck()