icesSD provides R functions that access the web services of the ICES Stock Assessment Graphs database.
icesSD is implemented as an R package and is currently hosted on r-universe
We plan to submit icesSD to CRAN in the near future.
icesSD can be installed from CRAN using the install.packages
command:
install.packages("icesSD", repos = c("https://ices-tools-prod.r-universe.dev", "https://cloud.r-project.org"))
For a summary of the package:
library(icesSD)
?icesSD
ICES Stock Database: http://sd.ices.dk
ICES Stock Database web services: http://sd.ices.dk/services/
icesSD 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(devtools)
install_github("ices-tools-prod/icesSD@development")