if (FALSE) {
library(icesTAF)
# 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()
# install dependencies
install.deps()
}
Run the code above in your browser using DataLab