Awesome
icesTAF
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.
Installation
icesTAF can be installed from CRAN using the install.packages
command:
install.packages("icesTAF")
Usage
For a summary of the package:
library(icesTAF)
?icesTAF
References
ICES Transparent Assessment Framework: https://taf.ices.dk
Development
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")