Skip to content

Commit

Permalink
Update R/create.R
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Funk <[email protected]>
  • Loading branch information
seabbs and sbfnk committed Jan 8, 2024
1 parent f693577 commit 7533201
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/create.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
#' threshold then the zero is replaced using `fill`.
#'
#' @param fill Numeric, defaults to NA. Value to use to replace NA values or
#' zeros that are flagged by `zero_threshold`. If the default NA is used then
#' dates with NA values will be skipped in model fitting.
#' zeroes that are flagged because the 7-day average is above the
#' `zero_threshold`. If the default NA is used then dates with NA values or with
#' 7-day averages above the `zero_threshold` will be skipped in model fitting. If

Check warning on line 18 in R/create.R

View workflow job for this annotation

GitHub Actions / lint-changed-files

file=R/create.R,line=18,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 81 characters.
#' this is set to 0 then the only effect is to replace NA values with 0.
#'
#' @inheritParams estimate_infections
#' @importFrom data.table copy merge.data.table setorder setDT frollsum
Expand Down

0 comments on commit 7533201

Please sign in to comment.