Last updated on 2016-08-06 23:46:38.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0-24 | 10.51 | 35.02 | 45.54 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.0-24 | 11.81 | 35.07 | 46.88 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.0-24 | 86.20 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0-24 | 80.53 | NOTE | |||
r-devel-osx-x86_64-clang | 0.1.0-24 | 67.48 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.0-24 | 65.00 | 101.00 | 166.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.0-24 | 10.42 | 33.63 | 44.05 | NOTE | |
r-patched-solaris-sparc | 0.1.0-24 | 480.30 | NOTE | |||
r-patched-solaris-x86 | 0.1.0-24 | 107.00 | NOTE | |||
r-release-linux-x86_64 | 0.1.0-24 | 12.74 | 35.00 | 47.74 | NOTE | |
r-release-osx-x86_64-mavericks | 0.1.0-24 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1.0-24 | 63.00 | 101.00 | 164.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.1.0-24 | 66.00 | 72.00 | 138.00 | NOTE |
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-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+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.
Flavor: r-oldrel-windows-ix86+x86_64