install.deps | R Documentation |
Search R scripts for packages that are required and install them.
install.deps(path = ".", ...)
path |
a directory or file containing R scripts. |
... |
arguments passed on to install.packages |
This function additionally looks in the TAF boot directory for packages that are required by the TAF boot process (i.e. called from a boot script).
deps install.packages
## Not run:
library(TAF)
# Download a TAF analysis
download("https://github.com/ices-taf/2019_san.sa.6/archive/refs/heads/master.zip")
unzip("master.zip")
# move into analysis folder
setwd("2019_san.sa.6-master")
# list dependencies
deps()
deps(taf.boot.path())
# install (uninstalled) dependencies
install.deps()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.