Skip to content

Commit

Permalink
fix: export create_scen_list function
Browse files Browse the repository at this point in the history
Used in tests
  • Loading branch information
k-doering-NOAA committed Oct 7, 2021
1 parent 5001dcc commit 25b6159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export(SSMSE_summary_all)
export(create_future_om_list)
export(create_sample_struct)
export(create_scen_list)
export(develop_OMs)
export(get_bin)
export(parse_MS)
Expand Down
1 change: 1 addition & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
#' expected value with the reference value identifying the lag in years for availability
#' of the index (Ref_years: vector length n indices).
#' @author Kathryn Doering
#' @export
#' @examples
#' scen_list <- create_scen_list(
#' scen_name_vec = c("scen 1", "scen_2"),
Expand Down

0 comments on commit 25b6159

Please sign in to comment.