View source: R/dependencies_app.R
install_deps_app | R Documentation |
The dependencies are obtained by traversing the upstream and downstream repositories
in the package's staged dependencies yaml files starting from project
.
install_deps_app(
default_repo = NULL,
default_host = "https://github.com",
default_ref = "main",
fallback_branch = "main",
run_gadget = TRUE,
run_as_job = TRUE,
verbose = 1,
install_external_deps = TRUE,
renv_profile = NULL,
upgrade = "never",
...
)
default_repo |
( |
default_host |
( |
default_ref |
( |
fallback_branch |
( |
run_gadget |
( |
run_as_job |
( |
verbose |
( |
install_external_deps |
logical to describe whether to install
external dependencies of package using |
renv_profile |
( |
upgrade |
argument passed to |
... |
Additional args passed to |
shiny.app
or value returned by app (executed as a gadget)
## Not run:
install_deps_app("openpharma/stageddeps.food")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.