1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-10 18:21:54 +02:00

(v1.7.1.9022) rely on vctrs for ab selectors

This commit is contained in:
2021-07-23 21:42:11 +02:00
parent 0ec81cc12e
commit 4e1efd902c
130 changed files with 3785 additions and 2960 deletions

View File

@ -84,7 +84,17 @@ call_functions <- c(
"ylab" = "ggplot2"
)
import_functions <- c(import_functions, call_functions)
extended_functions <- c(
"freq" = "cleaner",
"autoplot" = "ggplot2",
"pillar_shaft" = "pillar",
"get_skimmers" = "skimr",
"type_sum" = "tibble",
"vec_cast" = "vctrs",
"vec_ptype2" = "vctrs"
)
import_functions <- c(import_functions, call_functions, extended_functions)
for (i in seq_len(length(import_functions))) {
fn <- names(import_functions)[i]
pkg <- unname(import_functions[i])