small fixes

This commit is contained in:
El Potaeto
2015-02-18 19:41:13 +01:00
parent 83ddbbf03b
commit d982f2746c
2 changed files with 5 additions and 2 deletions

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(".", "Feature", "Split", "No", "Missing")
globalVariables(c(".", "Feature", "Split", "No", "Missing"))