diff --git a/vignettes/getting_started.Rmd b/vignettes/getting_started.Rmd index 49443e3..114d134 100644 --- a/vignettes/getting_started.Rmd +++ b/vignettes/getting_started.Rmd @@ -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.