CRAN Package Check Results for Package C50

Last updated on 2017-07-26 01:56:07.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0-24 10.79 41.06 51.86 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.0-24 10.55 40.34 50.89 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.0-24 106.91 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.0-24 108.51 NOTE
r-devel-windows-ix86+x86_64 0.1.0-24 69.00 109.00 178.00 NOTE
r-patched-linux-x86_64 0.1.0-24 10.46 40.70 51.16 NOTE
r-patched-solaris-x86 0.1.0-24 134.20 NOTE
r-release-linux-x86_64 0.1.0-24 10.64 41.26 51.90 NOTE
r-release-windows-ix86+x86_64 0.1.0-24 55.00 118.00 173.00 NOTE
r-release-osx-x86_64 0.1.0-24 NOTE
r-oldrel-windows-ix86+x86_64 0.1.0-24 57.00 71.00 128.00 NOTE
r-oldrel-osx-x86_64 0.1.0-24 NOTE

Check Details

Version: 0.1.0-24
Check: R code for possible problems
Result: NOTE
    C5.0.formula: no visible binding for global variable ‘na.pass’
    C5.0.formula: no visible global function definition for ‘model.extract’
    C5.0.formula: no visible global function definition for ‘.getXlevels’
    as.party.C5.0: no visible global function definition for ‘model.frame’
    as.party.C5.0: no visible global function definition for ‘as.formula’
    as.party.C5.0: no visible global function definition for ‘terms’
    as.party.C5.0 : C5.0_fitted: no visible global function definition for
     ‘model.weights’
    model.frame.C5.0: no visible binding for global variable ‘na.omit’
    plot.C5.0: no visible global function definition for ‘plot’
    predict.C5.0: no visible binding for global variable ‘na.pass’
    predict.C5.0: no visible global function definition for
     ‘delete.response’
    predict.C5.0: no visible global function definition for ‘model.frame’
    Undefined global functions or variables:
     .getXlevels as.formula delete.response model.extract model.frame
     model.weights na.omit na.pass plot terms
    Consider adding
     importFrom("graphics", "plot")
     importFrom("stats", ".getXlevels", "as.formula", "delete.response",
     "model.extract", "model.frame", "model.weights", "na.omit",
     "na.pass", "terms")
    to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 0.1.0-24
Check: compiled code
Result: NOTE
    File 'C50/libs/i386/C50.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'getdata.o'
    File 'C50/libs/x64/C50.dll':
     Found 'rand', possibly from 'rand' (C)
     Object: 'getdata.o'
    
    Compiled code should not call entry points which might terminate R nor
    write to stdout/stderr instead of to the console, nor the system RNG.
    
    See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64