Skip to content

Commit

Permalink
Merge pull request #424 from cmu-delphi/ds/fix
Browse files Browse the repository at this point in the history
fix: add missing import checkInt
  • Loading branch information
dshemetov authored Mar 5, 2024
2 parents 71f8072 + 6283e0a commit d55a076
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@
^pkgdown$
^doc$
^Meta$
^.git-blame-ignore-revs$
^.lintr$
^DEVELOPMENT.md$
4 changes: 0 additions & 4 deletions .bumpversion.cfg

This file was deleted.

7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ inst/doc
docs
/doc/
/Meta/
*.DS_Store
*.DS_Store

# Delphi custom
renv/
renv.lock
.Rprofile
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ importFrom(checkmate,assert_list)
importFrom(checkmate,assert_logical)
importFrom(checkmate,assert_numeric)
importFrom(checkmate,assert_scalar)
importFrom(checkmate,checkInt)
importFrom(checkmate,check_atomic)
importFrom(checkmate,check_data_frame)
importFrom(checkmate,test_set_equal)
Expand Down
2 changes: 1 addition & 1 deletion R/epiprocess.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @importFrom checkmate assert assert_scalar assert_data_frame anyMissing
#' assert_logical assert_list assert_character assert_class
#' assert_int assert_numeric check_data_frame vname check_atomic
#' anyInfinite test_subset test_set_equal
#' anyInfinite test_subset test_set_equal checkInt
#' @importFrom cli cli_abort cli_inform cli_warn
#' @name epiprocess
"_PACKAGE"
Expand Down
9 changes: 6 additions & 3 deletions man/autoplot.epi_df.Rd

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

0 comments on commit d55a076

Please sign in to comment.