fix warning

This commit is contained in:
pommedeterresautee 2015-02-27 00:49:20 +01:00
parent 56068b5453
commit 8abd9c747a

View File

@ -131,4 +131,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(c(".", "Feature", "Split", "No", "Missing"))
globalVariables(c(".", "Feature", "Split", "No", "Missing", "MissingNo", "RealCover"))