proj_remove {pak} | R Documentation |
Removes it both from the project library and the DESCRIPTION
file.
Note that it does not remove dependencies that are not needed any more.
proj_remove(pkg, root = ".", ask = interactive())
pkg |
Package(s) to remove. These can be package names or general
remote references, e.g. |
root |
Path to the project directory. A subdirectory can be given as well. Defaults to the current working directory. |
ask |
Whether to ask the user for confirmation. For non-interactive
installs supply |
Other project functions: proj_create
,
proj_install_dev
,
proj_install
, proj_status