proj_refresh_deps | R Documentation |
This calls proj_update_deps()
, then proj_install_deps()
; use to refresh
your package dependencies.
proj_refresh_deps( path = usethis::proj_get(), remove_extra = FALSE, dependencies = TRUE, ... )
path |
|
remove_extra |
|
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_refresh_deps() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.