proj_install_deps | R Documentation |
Use to install the project's package dependencies.
This is a thin wrapper to remotes::install_deps()
; by default, it installs
all "Depends", "Imports", "Suggests", and "LinkingTo".
proj_install_deps(path = usethis::proj_get(), dependencies = TRUE, ...)
path |
|
dependencies |
Which dependencies do you want to check? Can be a character vector (selecting from "Depends", "Imports", "LinkingTo", "Suggests", or "Enhances"), or a logical vector.
The value "soft" means the same as You can also specify dependencies from one or more additional fields, common ones include:
|
... |
other arguments passed to |
Invisible NULL
, called for side effects.
# not run because it produces side effects if (FALSE) { proj_install_deps() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.