Skip to content

Commit

Permalink
Update getting_started.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mkapur-noaa committed Dec 12, 2024
1 parent d884396 commit a5e4115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/getting_started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ First, ensure the TMB model is loaded.

```{r, echo = TRUE, include = TRUE, warning = FALSE}
# TMB::compile(here::here("TMB","sptlVB_Sel_Sigma.cpp"))
# dyn.load(TMB::dynlib(here::here("TMB","sptlVB_Sel_Sigma")))
dyn.load(TMB::dynlib(here::here("TMB","sptlVB_Sel_Sigma")))
```

Then, run the function with the breakpoints as-is and inspect the outputs.
Expand Down

0 comments on commit a5e4115

Please sign in to comment.