Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 1.9 KB

README.md

File metadata and controls

68 lines (48 loc) · 1.9 KB

runiverse-name example badge runiverse-package example badge for gert package cran-badge example for gert package License

ICES Logo

icesASD

icesASD provides R functions that access the web services of the ICES Advice and Scenarios database.

icesASD is implemented as an R package and (will be) available on CRAN.

Installation

icesASD can be installed from CRAN using the install.packages command:

install.packages("icesASD")

or using:

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

Usage

For a summary of the package:

library(icesASD)
?icesASD

References

ICES Advice and Scenarios database: http://sg.ices.dk

ICES Advice and Scenarios database web services: http://sg.ices.dk/webservices.aspx

Development

icesASD 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:

install.packages(
  "icesASD", 
  repos = c('https://ices-tools-prod.r-universe.dev', 'https://cloud.r-project.org')
)