Skip to content

Commit

Permalink
Merge pull request #546 from tidymodels/add-type-checkers
Browse files Browse the repository at this point in the history
Add rlang type checkers
  • Loading branch information
hfrick authored Sep 19, 2024
2 parents 4a6bd05 + 7c21f95 commit 3f30ddb
Show file tree
Hide file tree
Showing 5 changed files with 923 additions and 20 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Imports:
methods,
pillar,
purrr (>= 1.0.0),
rlang (>= 0.4.10),
rlang (>= 1.1.0),
slider (>= 0.1.5),
tibble,
tidyr,
Expand Down
13 changes: 1 addition & 12 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ export(validation_set)
export(validation_split)
export(validation_time_split)
export(vfold_cv)
import(rlang)
import(vctrs)
importFrom(cli,cli_abort)
importFrom(cli,cli_warn)
Expand Down Expand Up @@ -443,18 +444,6 @@ importFrom(purrr,map2)
importFrom(purrr,map_dbl)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(rlang,"!!")
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,check_dots_empty)
importFrom(rlang,enquo)
importFrom(rlang,exec)
importFrom(rlang,is_call)
importFrom(rlang,is_list)
importFrom(rlang,is_string)
importFrom(rlang,quos)
importFrom(rlang,warn)
importFrom(stats,dist)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
Expand Down
Loading

0 comments on commit 3f30ddb

Please sign in to comment.