Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.1 KB

FLR toolset for evaluating recovery plans for ICES WKREBUILD2

Installation

The latest version of the required FLR packages, and all their dependencies, can be installed from the FLR R-universe page by calling:

install.packages("icesTAF")

install.packages(icesTAF::deps(), repos=c(
  FLR="https://flr.r-universe.dev",
  CRAN="https://cloud.r-project.org/"))

They can also be installed from the source code in the FLR github repositories by calling

remotes::install_github(paste0("flr/", c("FLCore", "ggplotFL", "FLFishery", "FLasher", "FLSRTMB", "mse", "mseviz")))

Tutorial

More information on the example analysis can be found in the tutorial.

Release of analysis results

A github release containing the results of running this code can be downloaded here.