Skip to content

Commit

Permalink
Linting: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Oct 12, 2023
1 parent 767527c commit 0267355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/checks.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#' Validate data input
#'
#'
#' @description
#' `check_reports_valid()` checks that the input data frame is a data frame,
#' and that it has the right column names and types. In particular, it checks
#' that the date column is a date, and that the other columns are integers. It
#' checks that the date column has no NA values.
#'
#'
#' @param reports A data frame with either:
#' * two columns: date and confirm, if to be
#' used by estimate_infection() or estimate_truncation, or
Expand Down

0 comments on commit 0267355

Please sign in to comment.