icesASD provides R functions that access the web services of the ICES Advice and Scenarios database.
icesASD is implemented as an R package and (will be) available on CRAN.
icesASD can be installed from CRAN using the install.packages
command:
install.packages("icesASD")
or using:
install.packages('icesASD', repos = 'https://ices-tools-prod.r-universe.dev')
For a summary of the package:
library(icesASD)
?icesASD
ICES Advice and Scenarios database: http://sg.ices.dk
ICES Advice and Scenarios database web services: http://sg.ices.dk/webservices.aspx
icesASD 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(
"icesASD",
repos = c('https://ices-tools-prod.r-universe.dev', 'https://cloud.r-project.org')
)