avoid error message
This commit is contained in:
parent
dabb0fd4c0
commit
8523fb9f49
@ -128,4 +128,4 @@ linearDump <- function(feature_names, text){
|
|||||||
# Avoid error messages during CRAN check.
|
# Avoid error messages during CRAN check.
|
||||||
# The reason is that these variables are never declared
|
# The reason is that these variables are never declared
|
||||||
# They are mainly column names inferred by Data.table...
|
# They are mainly column names inferred by Data.table...
|
||||||
globalVariables(".")
|
globalVariables(".", "Feature", "Split", "No", "Missing")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user