Skip to content

use pillar::type_sum rather than tibble::type_sum #750

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Imports:
hardhat (>= 1.0.0),
lifecycle,
magrittr,
pillar,
prettyunits,
purrr,
rlang (>= 0.3.1),
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ importFrom(hardhat,frequency_weights)
importFrom(hardhat,importance_weights)
importFrom(hardhat,tune)
importFrom(magrittr,"%>%")
importFrom(pillar,type_sum)
importFrom(purrr,"%||%")
importFrom(purrr,as_vector)
importFrom(purrr,imap)
Expand Down Expand Up @@ -366,7 +367,6 @@ importFrom(stats,update)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tibble,type_sum)
importFrom(tidyr,gather)
importFrom(utils,capture.output)
importFrom(utils,getFromNamespace)
Expand Down
3 changes: 2 additions & 1 deletion R/parsnip-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#' @importFrom dplyr mutate pull rename select starts_with summarise tally
#' @importFrom generics varying_args
#' @importFrom glue glue_collapse
#' @importFrom pillar type_sum
#' @importFrom purrr as_vector imap imap_lgl map map_chr map_dbl map_df map_dfr
#' @importFrom purrr map_lgl %||%
#' @importFrom rlang abort call2 caller_env current_env enquo enquos eval_tidy
Expand All @@ -21,7 +22,7 @@
#' @importFrom stats delete.response model.frame model.matrix model.offset
#' @importFrom stats model.response model.weights na.omit na.pass predict qnorm
#' @importFrom stats qt quantile setNames terms update
#' @importFrom tibble as_tibble is_tibble tibble type_sum
#' @importFrom tibble as_tibble is_tibble tibble
#' @importFrom tidyr gather
#' @importFrom utils capture.output getFromNamespace globalVariables head
#' @importFrom utils methods stack
Expand Down