icesDatsu provides helper functions to access the ICES Data checking utility DATSU.
icesDatsu is implemented as an R package and is currently hosted on r-universe and available on CRAN.
The stable version of icesDatsu can be installed from CRAN using the
install.packages
command:
install.packages("icesDatsu", repos = "https://cloud.r-project.org")
or a potentially more recent, but less stable version installed from r-universe:
install.packages("icesDatsu", repos = "https://ices-tools-prod.r-universe.dev")
For a summary of the package:
library(icesDatsu)
?icesDatsu
ICES DATSU site: https://datsu.ices.dk
ICES Stock Assessment Graphs web services: https://datsu.ices.dk/web/webservices.aspx
icesDatsu is developed openly on GitHub.
Feel free to open an issue there if you encounter problems or have suggestions for future versions.
library(devtools)
install_github("ices-tools-prod/icesDatsu@development")