Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA authored Sep 19, 2022
1 parent 86f2e8b commit 9ea1fcb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,14 @@ run the example:
``` r
library(SSMSE) #load the package
library(r4ss) #install using remotes::install_github("r4ss/r4ss)
##
## Attaching package: 'r4ss'
## The following object is masked from 'package:stats':
##
## profile
## The following object is masked from 'package:base':
##
## jitter
# library(foreach) #if using run_parallel = TRUE
# library(doParallel) #if using run_parallel = TRUE
```
Expand Down Expand Up @@ -529,6 +537,8 @@ the results are stored.
summary <- SSMSE_summary_all(run_res_path)
## Extracting results from 2 scenarios
## Starting h-1 with 5 iterations
## Warning: The `ncols` argument of `SS_output()` is deprecated as of r4ss 1.46.0.
## Input 'ncols' no longer needed.
## Starting h-ctl with 5 iterations
```

Expand Down
Loading

0 comments on commit 9ea1fcb

Please sign in to comment.