Skip to content

Commit

Permalink
Merge pull request #1091 from tidymodels/cli-start
Browse files Browse the repository at this point in the history
Move to {cli} in aaa_models.R
  • Loading branch information
EmilHvitfeldt authored Mar 30, 2024
2 parents 4b87b15 + e8c77ed commit dc9a66e
Show file tree
Hide file tree
Showing 13 changed files with 1,082 additions and 156 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Imports:
pillar,
prettyunits,
purrr (>= 1.0.0),
rlang (>= 0.3.1),
rlang (>= 1.1.0),
stats,
tibble (>= 2.1.1),
tidyr (>= 1.3.0),
Expand Down
21 changes: 1 addition & 20 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ export(varying)
export(varying_args)
export(xgb_predict)
export(xgb_train)
import(rlang)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
Expand Down Expand Up @@ -392,26 +393,6 @@ importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_lgl)
importFrom(rlang,abort)
importFrom(rlang,call2)
importFrom(rlang,caller_env)
importFrom(rlang,current_env)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,eval_tidy)
importFrom(rlang,expr)
importFrom(rlang,get_expr)
importFrom(rlang,is_empty)
importFrom(rlang,is_missing)
importFrom(rlang,is_null)
importFrom(rlang,is_quosure)
importFrom(rlang,is_symbolic)
importFrom(rlang,lgl)
importFrom(rlang,missing_arg)
importFrom(rlang,quo_get_expr)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,.checkMFClasses)
importFrom(stats,.getXlevels)
importFrom(stats,as.formula)
Expand Down
Loading

0 comments on commit dc9a66e

Please sign in to comment.