Skip to content

Commit

Permalink
Don't need case anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes committed Nov 14, 2024
1 parent e08315e commit 1fe2ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/preprocess.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ epidist_validate_data.epidist_linelist <- function(data, ...) {
assert_true(is_epidist_linelist(data))
assert_data_frame(data)
col_names <- c(
"case", "ptime_lwr", "ptime_upr", "stime_lwr", "stime_upr", "obs_time"
"ptime_lwr", "ptime_upr", "stime_lwr", "stime_upr", "obs_time"
)
assert_names(names(data), must.include = col_names)
assert_numeric(data$ptime_lwr, lower = 0)
Expand Down

0 comments on commit 1fe2ce6

Please sign in to comment.