Skip to content

Commit

Permalink
Why oh why won't my generated quantites update?
Browse files Browse the repository at this point in the history
  • Loading branch information
Tess-LaCoil committed Jan 25, 2025
1 parent 729e878 commit e9e5f9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions inst/stan/constant_multi_ind.stan
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ model {
generated quantities {
real y_hat[n_obs];

int version = 1;

//Return the used prior parameters
real check_prior_pars_pop_beta_mu[2] = prior_pars_pop_beta_mu;
real check_prior_pars_pop_beta_sigma[2] = prior_pars_pop_beta_sigma;
Expand Down
2 changes: 1 addition & 1 deletion vignettes/hmde.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ library(hmde)

```{r, eval=FALSE}
# install.packages("remotes")
remotes::install_github("traitecoevo/hmde@afb1d4dd1bbec79ac64b25f0e6373d62823fd81c")
remotes::install_github("traitecoevo/hmde")
```

## Overview
Expand Down

0 comments on commit e9e5f9f

Please sign in to comment.