Skip to content

Commit

Permalink
remove box character
Browse files Browse the repository at this point in the history
  • Loading branch information
yjunechoe committed Jan 23, 2024
1 parent bce187d commit 2d0ade9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/jlmer_spec.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ make_jlmer_spec <- function(formula, data, subject = NULL, trial = NULL, time =
predvar1 <- length(predvar) == 1L
if (predvar1 && is.null(trial) && !anyDuplicated(data[, c(special_cols, predvar)])) {
cli::cli_bullets(c(
" " = '└─ Is the data aggregated by the predictor? Try specifying {.code trial = {.val {predvar}}}.'
" " = 'Is the data aggregated by the predictor? Try specifying {.code trial = {.val {predvar}}}.'
))
}
}
Expand Down

0 comments on commit 2d0ade9

Please sign in to comment.