Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 1.8 KB

README.md

File metadata and controls

70 lines (48 loc) · 1.8 KB

RDBESvisualise

RDBESvisualise provides functions to visualise Regional DataBase and Estimation System (RDBES) data.

It is implemented as an R package and available on GitHub

Installation

RDBESvisualise can be installed from GitHub using the install_github command from the remotes package:

library(remotes)

install_github("ices-tools-dev/RDBESvisualise", build_vignettes = TRUE)

References

RDBESvisualise (Development)

RDBESvisualise 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(remotes)
install_github("ices-tools-dev/RDBESvisualise@dev")