Skip to content

Commit

Permalink
Fix R CMD CHECK warning
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes committed Oct 15, 2024
1 parent 48fbffd commit f93d684
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/latent_individual.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ as_latent_individual.data.frame <- function(data) {
#' `data.frame` with the correct columns.
#'
#' @param data A `data.frame` containing line list data
#' @param ... ...
#' @method epidist_validate epidist_latent_individual
#' @family latent_individual
#' @export
epidist_validate.epidist_latent_individual <- function(data) {
epidist_validate.epidist_latent_individual <- function(data, ...) {
assert_true(is_latent_individual(data))
assert_latent_individual_input(data)
assert_names(
Expand Down
4 changes: 3 additions & 1 deletion man/epidist_validate.epidist_latent_individual.Rd

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

0 comments on commit f93d684

Please sign in to comment.