Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 1.93 KB

README.md

File metadata and controls

66 lines (48 loc) · 1.93 KB

Build Status codecov GitHub release CRAN Status CRAN Downloads License

ICES Logo

icesSD

icesSD provides R functions that access the web services of the ICES Stock Database.

Installation

icesSD can be installed from GitHub using the install_github command from the devtools package:

library(devtools)
install_github("ices-tools-prod/icesSD")

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.