Skip to content

Commit 2323d93

Browse files
committed
fix typo
1 parent bb8f890 commit 2323d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/stan-prior.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ stan_special_prior_local <- function(prior, class, ncoef, px,
431431
m1 <- str_if(center_X, " -1")
432432
str_add(out$data) <- glue(
433433
" // concentration vector of the D2 prior\n",
434-
" vector<lower=0>[K{sp}{m1}] R2D2_cons_D2;\n"
434+
" vector<lower=0>[K{sp}{m1}] R2D2_cons_D2{sp};\n"
435435
)
436436
str_add(out$par) <- glue(
437437
" // local parameters for the R2D2 prior\n",

0 commit comments

Comments
 (0)