diff --git a/R/estimate_secondary.R b/R/estimate_secondary.R index 66767f3a8..bedb439d9 100644 --- a/R/estimate_secondary.R +++ b/R/estimate_secondary.R @@ -65,8 +65,8 @@ #' @importFrom rstan sampling #' @importFrom lubridate wday #' @importFrom data.table as.data.table merge.data.table -#' @importFrom checkmate assert_class assert_numeric assert_integer -#' assert_data_frame assert_logical +#' @importFrom checkmate assert_class assert_numeric assert_data_frame +#' assert_logical #' @examples #' \donttest{ #' # set number of cores to use diff --git a/R/estimate_truncation.R b/R/estimate_truncation.R index a576e956f..2f6d9db77 100644 --- a/R/estimate_truncation.R +++ b/R/estimate_truncation.R @@ -76,7 +76,7 @@ #' @importFrom data.table copy .N as.data.table merge.data.table setDT #' @importFrom data.table setcolorder #' @importFrom checkmate assert_character assert_numeric assert_class -#' assert_logical assert_integer +#' assert_logical #' @examples #' # set number of cores to use #' old_opts <- options()