Additional Diagnostics for FLa4a stock Assessment Models
Install the development version from GitHub with:
devtools::install_github("flr/a4adiags")
This package depends on FLa4a, FLasher and ggplotFL, available at the FLR Project repository using
install.packages(c("FLa4a", "FLasher", "ggplotFL"), repos="https://flr-project.org/R")
and ggplot2, snpar, foreach and data.table, available from CRAN
install.packages(c("ggplot2", "snpar", "foreach", "data.table"))
To make use of the parallelization capabilities in the package, install doParallel or any other foreach backend.
Copyright (c) 2020 European Union. Released under the EUPL 1.2.
Iago MOSQUEIRA (WMR), Henning WINKER (EC JRC).
You are welcome to:
- Submit suggestions and bug-reports at: https://github.com/flr/a4adiags/issues
- Send a pull request on: https://github.com/flr/a4adiags/