Skip to content

Latest commit

 

History

History
71 lines (50 loc) · 2.03 KB

File metadata and controls

71 lines (50 loc) · 2.03 KB

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

ICES Logo

icesUtils

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.

Installation

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

Usage

For a summary of the package:

library(icesUtils)
?icesUtils

Examples

References

ICES Stock Assessment Graphs database: https://sg.ices.dk

ICES Stock Assessment Graphs web services: https://sg.ices.dk/webservices.aspx

Development

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