RDBESvisualise
provides functions to visualise Regional DataBase and Estimation System (RDBES) data.
It is implemented as an R package and available on GitHub
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)
-
Regional Database & Estimation System: https://rdbes.ices.dk/
-
Working Group on Governance of the Regional Database & Estimation System: https://www.ices.dk/community/groups/Pages/WGRDBESGOV.aspx
-
Working Group on Estimation with the RDBES data model (WGRDBES-EST): https://github.com/ices-tools-dev/RDBEScore/blob/main/WGRDBES-EST/references/WGRDBES-EST%20Resolutions.pdf
-
see also: https://github.com/ices-tools-dev/RDBEScore/tree/main/WGRDBES-EST/references
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")