Skip to content

Commit

Permalink
Hotfix: line length
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored Jan 22, 2025
1 parent dcebb7b commit 0035515
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,19 @@ if (not_on_cran()) {
backend = "cmdstanr"
))

cli::cli_inform("Compiling the latent model with cmdstanr and a sex stratification")
cli::cli_inform(
"Compiling the latent model with cmdstanr and a sex stratification"
)
fit_sex <- epidist(
data = prep_obs_sex,
formula = bf(mu ~ 1 + sex, sigma ~ 1 + sex),
seed = 1, silent = 2, refresh = 0,
cores = 2, chains = 2, backend = "cmdstanr"
)

cli::cli_inform("Compiling the marginal model with cmdstanr and a sex stratification")
cli::cli_inform(
"Compiling the marginal model with cmdstanr and a sex stratification"
)
fit_marginal_sex <- suppressMessages(epidist(
data = prep_marginal_obs_sex,
formula = bf(mu ~ 1 + sex, sigma ~ 1 + sex),
Expand Down

0 comments on commit 0035515

Please sign in to comment.