proj_install {pak} | R Documentation |
The project library is in r-packages
, within the project directory.
proj_install(pkg = NULL, root = ".", upgrade = FALSE, optional = FALSE, ask = interactive())
pkg |
Package(s) to install. By default (if |
root |
Path to the project directory. A subdirectory can be given as well. Defaults to the current working directory. |
upgrade |
Whether to try to install the latest available versions of the specified package(s) and/or all dependencies. |
optional |
If |
ask |
Whether to ask the user for confirmation. For non-interactive
installs supply |
Data frame containing data about the installed / updated packages.
Other project functions: proj_create
,
proj_install_dev
,
proj_remove
, proj_status