Skip to contents

Executes rcmdcheck::rcmdcheck() on a local package using libpath from the installation plan.

Usage

check_ip(ip, path, build_args = character(), check_args = character(), ...)

Arguments

ip

(pkg_installation_plan) object to execute

path

(string) path to the package sources

build_args

(string) value passed as build_args argument into rcmdcheck::rcmdcheck()

check_args

(string) value passed as args argument into rcmdcheck::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