Skip to content

Commit

Permalink
import vec_cbind() instead of bind_cols()
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed May 17, 2023
1 parent 4195325 commit 8badec0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Imports:
tibble,
withr,
glue,
hardhat
hardhat,
vctrs
Suggests:
covr,
dials (>= 1.2.0),
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export(tunable)
import(rlang)
importFrom(ROSE,ROSE)
importFrom(dplyr,all_of)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
Expand All @@ -101,4 +100,5 @@ importFrom(rlang,caller_env)
importFrom(rlang,enquos)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(vctrs,vec_cbind)
importFrom(withr,with_seed)
2 changes: 1 addition & 1 deletion R/themis-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
## usethis namespace: start
#' @import rlang
#' @importFrom dplyr all_of
#' @importFrom dplyr bind_cols
#' @importFrom dplyr bind_rows
#' @importFrom dplyr mutate
#' @importFrom dplyr select
Expand All @@ -29,6 +28,7 @@
#' @importFrom ROSE ROSE
#' @importFrom tibble as_tibble
#' @importFrom tibble tibble
#' @importFrom vctrs vec_cbind
#' @importFrom withr with_seed
## usethis namespace: end
NULL

0 comments on commit 8badec0

Please sign in to comment.