Merge pull request #184 from pommedeterresautee/master

fix warning
This commit is contained in:
Tong He 2015-02-26 16:01:58 -08:00
commit a96ac937f8

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"))