Skip to content

Commit

Permalink
document()
Browse files Browse the repository at this point in the history
  • Loading branch information
hfrick committed Sep 19, 2024
1 parent 8095e8e commit 7c21f95
Showing 1 changed file with 1 addition and 12 deletions.
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

0 comments on commit 7c21f95

Please sign in to comment.