Skip to content

Commit 7b9423b

Browse files
committed
fixed GAMMS link for issues #54 and #57
1 parent 1335992 commit 7b9423b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

paper.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ This tool provides a way for managers and other stakeholders to explore bycatch
8989

9090
```{r}
9191
remotes::install_github("mcsiple/mmrefpoints")
92-
mmrefpoints::run_app()
92+
library(mmrefpoints)
93+
run_app()
9394
```
9495

9596
## Population model
@@ -107,10 +108,11 @@ The full model description including equations is contained in the “Model desc
107108
### The MMBIET app is *not* intended for the following:
108109

109110
* Permitting specific management actions regarding bycatch. We refer users to Hammond et al. [-@hammond_estimating_2021], Moore et al. [-@moore_estimating_nodate], and Wade et al. [-@wade_best_nodate] for guidance on developing a management program for marine mammal bycatch including monitoring.
110-
* Calculating PBR for marine mammal stocks that already have a stock assessment. If reference points have already been calculated for the stock, those should be used
111+
* Calculating PBR for marine mammal stocks that already have a stock assessment. If reference points have already been calculated for the stock, those should be used.
112+
* Fitting population models to data (we direct readers to other tools like [rSPAMM](https://github.com/NorskRegnesentral/rSPAMM) for this type of need)
111113

112114
## Acknowledgements
113-
The authors would like to thank several pilot testers for reviewing a beta version of the MMBIET Shiny app, and Christine Stawitz for reviewing an earlier version of the `mmrefpoints` R package and the app.
115+
The authors would like to thank several pilot testers for reviewing a beta version of the MMBIET Shiny app, and Christine Stawitz and Jay Barlow for reviewing an earlier version of the `mmrefpoints` R package and the app.
114116

115117
## Ongoing projects using MMBIET
116118
At the time of this submission, three papers have cited `mmrefpoints` and/or MMBIET:

0 commit comments

Comments
 (0)