proj_install_dev {pak} | R Documentation |
Install project dependencies, including development dependencies, into private project library
proj_install_dev(root = ".", upgrade = FALSE, ask = interactive())
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. |
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
, proj_remove
,
proj_status