Skip to content

Commit

Permalink
inherit linelist argument from messy_linelist
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Feb 19, 2025
1 parent 62a6a5c commit a95941d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/checkers.R
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
#' the class of the object, in other words, it does not check the object is
#' of class `<linelist>`.
#'
#' @inheritParams truncate_linelist
#' @inheritParams messy_linelist
#'
#' @return Invisibly return the `linelist` `<data.frame>`. The function is
#' called for its side-effects, which will error if the input is invalid.
Expand Down
2 changes: 1 addition & 1 deletion R/truncate_linelist.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' to the variability in the reporting delays. See examples for variable or
#' fixed `delay` functions.
#'
#' @param linelist A `<data.frame>` output from [sim_linelist()].
#' @inheritParams messy_linelist
#' @param delay A `function` (either anonymous or predefined) that
#' has a single argument and generates random numbers given a probability
#' distribution. The function must return a vector of real numbers for
Expand Down
2 changes: 1 addition & 1 deletion man/dot-check_linelist.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/truncate_linelist.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a95941d

Please sign in to comment.