Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jun 8, 2023
1 parent b291dc1 commit 2e48b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/brm_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ brm_data_validate <- function(data) {
assert(inherits(data, "brm_data"), message = "data not from brm_data()")
assert_chr(outcome, "outcome of data must be a nonempty character string")
assert_chr(role, "role of data must be a nonempty character string")
assert_chr(base %|||% "x", "base of data must NULL or character")
assert_chr(base %|||% "base", "base of data must NULL or character")
assert_chr(group, "group of data must be a nonempty character string")
assert_chr(time, "time of data must be a nonempty character string")
assert_chr(patient, "patient of data must be a nonempty character string")
Expand Down

0 comments on commit 2e48b1f

Please sign in to comment.