workaround to fix notes on missing use of packages

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-27 11:55:01 +01:00
parent 1fe925baa5
commit 6654425554
No known key found for this signature in database

View file

@ -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
}