Skip to content

Commit

Permalink
docs: make sure ssmse installed every time knitting readme
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA committed Sep 16, 2020
1 parent f86545d commit ac5922e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Note that this is a simple example and not a true MSE, so the OM and EM structur
### Setup R workspace folders
First, we will load the `SSMSE` package and create a folder in which to run the example:
```{r, echo=FALSE, results="hide"}
devtools::install_local(".", upgrade = "never", quiet = TRUE)
devtools::install_local(".", upgrade = "never", quiet = TRUE, force = TRUE)
```
```{r, eval=TRUE}
library(SSMSE) #load the package
Expand Down

0 comments on commit ac5922e

Please sign in to comment.