powered by
A source package can not be installed if its dependencies are not.
Will not reinstall packages if they are up-to-date
will roxygenise packages if needed
pkgs_install( pkgids, lib, src_pkgs = get_srcpkgs(), only_deps = FALSE, quiet = TRUE, ... )
the names of the packages actually installed
a list of package ids (names, paths or object), or a srcpkgs object. Also accept a singleton package object
directory where to install and find installed pkgs
a collection of source packages as a srckgs object.
srckgs
whether not to include pkgids, only their dependencies.
pkgids
whether to be quiet/silent
passed to devtools::install()
devtools::install()
pkg <- setup_and_get_dummy_srcpkg() dest <- tempfile() pkgs_install(pkg, dest)
Run the code above in your browser using DataLab