Skip to content

ices-tools-prod/WKREBUILD_toolset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.