icesUtils provides useful R functions for working with ICES webservices and creating visualizations.
icesUtils is implemented as an R package and is currently hosted on r-universe.
The stable version of icesUtils can be installed from r-univers using
the install.packages command:
install.packages("icesUtils", repos = "https://ices-tools-prod.r-universe.dev")or a potentially more recent, but less stable version installed from
github using the devtools package:
devtools::install_github("ices-tools-dev/icesUtils@develop")For a summary of the package:
library(icesUtils)
?icesUtilsICES Stock Assessment Graphs database: https://sg.ices.dk
ICES Stock Assessment Graphs web services: https://sg.ices.dk/webservices.aspx
icesUtils 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-dev/icesUtils@develop")