powered by
checks a list of source packages
pkgs_check( pkgids = names(filter_srcpkgs(src_pkgs, filter)), src_pkgs = get_srcpkgs(), filter = NULL, lib = ".check", quiet = FALSE, fail_on_error = FALSE, ... )
the results as a pkgs_test object
pkgs_test
a list of package ids (names, paths or object), or a srcpkgs object. Also accept a singleton package object
a collection of source packages as a srckgs object.
srckgs
filter out the packages to check using this pattern
directory where to install and find installed pkgs
whether to be quiet/silent
whether to die if there is at least an error or warning in the checks
passed to pkg_check
pkg_check
# \donttest{ pkg <- setup_and_get_dummy_srcpkg() res <- pkgs_check(pkg, lib = tempfile(), fail_on_error = FALSE) print(res) # }
Run the code above in your browser using DataLab