From 29498e4bab9d16f0373fbafed061116f388f1fb9 Mon Sep 17 00:00:00 2001 From: Kathryn Doering Date: Wed, 26 Jul 2023 12:55:07 -0400 Subject: [PATCH] Add link in the roxygen to ssmse manual, custom MPs --- man/roxygen/templates/run_SSMSE_params_all.R | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/man/roxygen/templates/run_SSMSE_params_all.R b/man/roxygen/templates/run_SSMSE_params_all.R index be880f9f..8262a57b 100644 --- a/man/roxygen/templates/run_SSMSE_params_all.R +++ b/man/roxygen/templates/run_SSMSE_params_all.R @@ -1,7 +1,10 @@ # Template for parameters common to run_SSMSE, run_SSMSE_scen, and run_SSMSE_iter #' @param custom_MS_source A file location with the source code for any custom MS -#' models to be used in the simulation. SSMSE will source this file which should -#' contain a function/s whose name/s match each custom MS models included in MS_vec. +#' models to be used in the simulation. SSMSE will source this file which should +#' contain a function/s whose name/s match each custom MS models included in MS_vec. +#' To learn more about using custom management strategies, see the +#' [using a Custom Management Stratey/Procedure section](https://nmfs-fish-tools.github.io/SSMSE/manual/advanced-options-use-a-custom-management-strategyprocedure.html) +#' in the [SSMSE User Manual](https://nmfs-fish-tools.github.io/SSMSE/manual). #' @param run_EM_last_yr Should the MS be implemented to get future catch if the -#' laste year is an assessment year? TRUE/FALSE option, so the same for all +#' last year is an assessment year? TRUE/FALSE option, so the same for all #' scenarios and iterations. Defaults to FALSE.