diff --git a/R/helpers.R b/R/helpers.R index c965a7e..dd4a5fa 100644 --- a/R/helpers.R +++ b/R/helpers.R @@ -112,3 +112,13 @@ factorize <- function(data,vars){ data } } + +dummy_Imports <- function() { + list( + MASS::as.fractions(), + broom::augment(), + broom.helpers::all_categorical(), + here::here() + ) + #https://github.com/hadley/r-pkgs/issues/828 + }