local_package_trees {pak}R Documentation

About local package trees

Description

pak can install packages from local package trees. This is convenient for package development. See the following functions:

Details

Note that the last two functions do not install the package in the specified package tree itself, only its dependencies. This is convenient if the package itself is loaded via some other means, e.g. devtools::load_all(), for development.

See Also

Other local package trees: local_deps_explain(), local_deps(), local_install_deps(), local_install_dev_deps(), local_install(), pak()


[Package pak version 0.7.2 Index]