Skip to content

Commit

Permalink
put imports into one place
Browse files Browse the repository at this point in the history
  • Loading branch information
hfrick committed Sep 19, 2024
1 parent d8ccc2d commit 8095e8e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions R/rsample-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
#' @import rlang
#' @importFrom lifecycle deprecated
#' @importFrom cli cli_abort cli_warn
## usethis namespace: end
NULL

#------------------------------------------------------------------------------#

#' @importFrom utils globalVariables
#' @importFrom purrr map map2 map_dbl pluck map_lgl list_rbind
#' @importFrom tibble tibble is_tibble as_tibble obj_sum
Expand All @@ -22,6 +17,8 @@ NULL
#' @importFrom stats quantile setNames qnorm pnorm dist
#' @importFrom tidyselect vars_select one_of
#' @importFrom furrr future_map
## usethis namespace: end
NULL

#------------------------------------------------------------------------------#

Expand Down

0 comments on commit 8095e8e

Please sign in to comment.