Skip to content

ices-tools-prod/icesSD

Repository files navigation

Project Status r-universe name version number branch version number GitHub release License

ICES Logo

icesSD

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.

Installation

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"))

Usage

For a summary of the package:

library(icesSD)
?icesSD

References

ICES Stock Database: http://sd.ices.dk

ICES Stock Database web services: http://sd.ices.dk/services/

Development

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")