R interface to Stock Database web services
R
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
R
man
tests
.Rbuildignore
.gitignore
.travis.yml
DESCRIPTION
NAMESPACE
NEWS
README.md
codecov.yml

README.md

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.