Here we present an example of how a modular stock assessment software architecture may be implemented using Rcpp.

Setup

Before running this notebook, you will need to ensure you have a C++ compiler and Rcpp installed. Then, try to install the r4MAS package from Github and load it. If you have trouble, it could be because of a problem with your C++ compiler - see the Readme for a potential fix.

require(Rcpp)
remotes::install_github("nmfs-fish-tools/r4MAS")

Create model

Add model components



cstawitz/RMAS documentation built on Oct. 6, 2022, 3:31 a.m.