mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
workaround to fix notes on missing use of packages
This commit is contained in:
parent
1fe925baa5
commit
6654425554
1 changed files with 10 additions and 0 deletions
10
R/helpers.R
10
R/helpers.R
|
@ -112,3 +112,13 @@ factorize <- function(data,vars){
|
||||||
data
|
data
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dummy_Imports <- function() {
|
||||||
|
list(
|
||||||
|
MASS::as.fractions(),
|
||||||
|
broom::augment(),
|
||||||
|
broom.helpers::all_categorical(),
|
||||||
|
here::here()
|
||||||
|
)
|
||||||
|
#https://github.com/hadley/r-pkgs/issues/828
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue