icesTAF provides functions to support the ICES Transparent Assessment Framework to organize data, methods, and results used in ICES assessments.
icesTAF is implemented as an R package and available on CRAN.
icesTAF can be installed from CRAN using the install.packages
command:
install.packages("icesTAF")
For a summary of the package:
library(icesTAF)
?icesTAF
ICES Transparent Assessment Framework: https://taf.ices.dk
icesTAF is developed openly on GitHub.
Feel free to open an issue there if you encounter problems or have suggestions for future versions.
The current development version can be installed using:
library(remotes)
install_github("ices-tools-prod/icesTAF")