if (FALSE) {
# Download a TAF analysis
download(file.path("https://github.com/ices-taf/2019_san.sa.6",
"archive/refs/heads/master.zip"))
unzip("master.zip")
setwd("2019_san.sa.6-master")
# List dependencies
deps()
deps(taf.boot.path())
# Install dependencies that are not already installed
install.deps()
}
Run the code above in your browser using DataLab