Skip to content

Commit

Permalink
Issue #404: Add import of as.formula (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes authored Nov 13, 2024
1 parent 258fd13 commit 8a41c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ importFrom(cli,cli_warn)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(stats,as.formula)
1 change: 1 addition & 0 deletions R/epidist-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
#' @importFrom checkmate assert_data_frame assert_names assert_integer
#' assert_true assert_factor assert_numeric
#' @importFrom cli cli_abort cli_inform cli_abort cli_warn
#' @importFrom stats as.formula
## usethis namespace: end
NULL

0 comments on commit 8a41c4c

Please sign in to comment.