Skip to content

Commit

Permalink
Don't import assert_integer
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Oct 19, 2023
1 parent 981b388 commit d262c9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/estimate_secondary.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/estimate_truncation.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d262c9a

Please sign in to comment.