1
0
mirror of https://github.com/msberends/AMR.git synced 2024-12-25 08:06:12 +01:00

unit test

This commit is contained in:
dr. M.S. (Matthijs) Berends 2021-12-23 15:36:54 +01:00
parent 75dac113b6
commit 3f4ff260d2

View File

@ -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",