mirror of https://github.com/msberends/AMR.git
unit test
This commit is contained in:
parent
75dac113b6
commit
3f4ff260d2
|
@ -82,7 +82,7 @@ call_functions <- c(
|
|||
"xlab" = "ggplot2",
|
||||
"ylab" = "ggplot2"
|
||||
)
|
||||
if (pkg_is_available("skimr", also_load = FALSE, min_version = "2.0.0")) {
|
||||
if (AMR:::pkg_is_available("skimr", also_load = FALSE, min_version = "2.0.0")) {
|
||||
call_functions <- c(call_functions,
|
||||
# skimr
|
||||
"inline_hist" = "skimr",
|
||||
|
|
Loading…
Reference in New Issue