icesAdvice provides functions that are related to the ICES advisory process.
icesAdvice is implemented as an R package and available on CRAN.
icesAdvice can be installed from CRAN using the install.packages
command:
install.packages("icesAdvice")
For a summary of the package:
library(icesAdvice)
?icesAdvice
ICES advisory process: http://ices.dk/community/advisory-process/
icesAdvice 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:
install.packages('icesAdvice', repos = 'https://ices-tools-prod.r-universe.dev')