Last updated on 2017-02-24 23:52:52.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6 | 0.59 | 11.43 | 12.02 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.6 | 0.62 | 11.61 | 12.24 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.6 | 19.03 | NOTE | --no-stop-on-test-error | ||
r-devel-linux-x86_64-fedora-gcc | 0.6 | 18.13 | NOTE | --no-stop-on-test-error | ||
r-devel-macos-x86_64-clang | 0.6 | 18.29 | NOTE | --no-stop-on-test-error | ||
r-devel-windows-ix86+x86_64 | 0.6 | 6.00 | 45.00 | 51.00 | NOTE | |
r-patched-linux-x86_64 | 0.6 | 0.63 | 9.32 | 9.95 | NOTE | |
r-patched-solaris-sparc | 0.6 | 98.80 | NOTE | |||
r-patched-solaris-x86 | 0.6 | 24.50 | NOTE | |||
r-release-linux-x86_64 | 0.6 | 0.60 | 9.50 | 10.11 | NOTE | |
r-release-osx-x86_64-mavericks | 0.6 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.6 | 4.00 | 39.00 | 43.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.6 | 7.00 | 33.00 | 40.00 | OK |
Version: 0.6
Check: R code for possible problems
Result: NOTE
generate.sample.core: no visible global function definition for
‘predict’
mdh: no visible global function definition for ‘model.frame’
mdh: no visible binding for global variable ‘na.fail’
mdh: no visible global function definition for ‘.getXlevels’
mdh: no visible global function definition for ‘quantile’
mdh: no visible global function definition for ‘hist’
predict.mdh: no visible global function definition for ‘model.frame’
samur: no visible global function definition for ‘predict’
Undefined global functions or variables:
.getXlevels hist model.frame na.fail predict quantile
Consider adding
importFrom("graphics", "hist")
importFrom("stats", ".getXlevels", "model.frame", "na.fail", "predict",
"quantile")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, 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.6
Flags: --no-stop-on-test-error
Check: R code for possible problems
Result: NOTE
generate.sample.core: no visible global function definition for
‘predict’
mdh: no visible global function definition for ‘model.frame’
mdh: no visible binding for global variable ‘na.fail’
mdh: no visible global function definition for ‘.getXlevels’
mdh: no visible global function definition for ‘quantile’
mdh: no visible global function definition for ‘hist’
predict.mdh: no visible global function definition for ‘model.frame’
samur: no visible global function definition for ‘predict’
Undefined global functions or variables:
.getXlevels hist model.frame na.fail predict quantile
Consider adding
importFrom("graphics", "hist")
importFrom("stats", ".getXlevels", "model.frame", "na.fail", "predict",
"quantile")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang