avoid error message

This commit is contained in:
El Potaeto 2015-02-18 13:44:21 +01:00
parent dabb0fd4c0
commit 8523fb9f49

View File

@ -128,4 +128,4 @@ linearDump <- function(feature_names, text){
# Avoid error messages during CRAN check.
# The reason is that these variables are never declared
# They are mainly column names inferred by Data.table...
globalVariables(".")
globalVariables(".", "Feature", "Split", "No", "Missing")