Skip to content

ices-tools-prod/icesDATSU

Repository files navigation

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

CRAN status: CRAN_Status_Badge CRAN RStudio mirror downloads CRAN RStudio mirror downloads

ICES Logo

icesDatsu

icesDatsu provides helper functions to access the ICES Data checking utility DATSU.

icesDatsu is implemented as an R package and is currently hosted on r-universe and available on CRAN.

Installation

The stable version of icesDatsu can be installed from CRAN using the install.packages command:

install.packages("icesDatsu", repos = "https://cloud.r-project.org")

or a potentially more recent, but less stable version installed from r-universe:

install.packages("icesDatsu", repos = "https://ices-tools-prod.r-universe.dev")

Usage

For a summary of the package:

library(icesDatsu)
?icesDatsu

References

ICES DATSU site: https://datsu.ices.dk

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

Development

icesDatsu is developed openly on GitHub.

Feel free to open an issue there if you encounter problems or have suggestions for future versions.

library(devtools)
install_github("ices-tools-prod/icesDatsu@development")