Skip to content

Commit

Permalink
fix: small change to stanmodels.R (normal_log_model)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorresd committed Jun 28, 2023
1 parent e604284 commit 12438df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/stanmodels.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by rstantools. Do not edit by hand.

# names of stan models
stanmodels <- c("constant", "tv_normal_log", "tv_normal")
stanmodels <- c("constant", "tv_normal", "tv_normal_log")

# load each stan module
Rcpp::loadModule("stan_fit4constant_mod", what = TRUE)
Rcpp::loadModule("stan_fit4tv_normal_log_mod", what = TRUE)
Rcpp::loadModule("stan_fit4tv_normal_mod", what = TRUE)
Rcpp::loadModule("stan_fit4tv_normal_log_mod", what = TRUE)

# instantiate each stanmodel object
stanmodels <- sapply(stanmodels, function(model_name) {
Expand Down

0 comments on commit 12438df

Please sign in to comment.