Last updated on 2017-07-26 01:56:11.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 0.60 | 17.52 | 18.12 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 0.76 | 17.57 | 18.33 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 20.49 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 19.30 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 3.00 | 38.00 | 41.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 0.59 | 17.56 | 18.15 | NOTE | |
r-patched-solaris-x86 | 1.0 | 29.70 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 0.69 | 17.53 | 18.22 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 2.00 | 42.00 | 44.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 2.00 | 29.00 | 31.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to ‘MASS’ which was already attached by Depends.
Please remove these calls from your code.
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: 1.0
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
elmtrain.default elmtrain.formula
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
elmtrain.default: no visible global function definition for ‘runif’
elmtrain.formula: no visible global function definition for
‘model.frame’
elmtrain.formula: no visible global function definition for
‘model.matrix’
elmtrain.formula: no visible global function definition for
‘model.response’
predict.elmNN: no visible global function definition for ‘fitted’
predict.elmNN: no visible global function definition for ‘model.matrix’
print.elmNN: no visible global function definition for ‘head’
print.elmNN: no visible global function definition for ‘fitted’
randomMatrix: no visible global function definition for ‘runif’
Undefined global functions or variables:
fitted head model.frame model.matrix model.response runif
Consider adding
importFrom("stats", "fitted", "model.frame", "model.matrix",
"model.response", "runif")
importFrom("utils", "head")
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