Last updated on 2019-01-26 15:47:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.7 | 10.49 | 117.59 | 128.08 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.7 | 8.46 | 90.32 | 98.78 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.7 | 125.85 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.7 | 117.20 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.7 | 18.00 | 113.00 | 131.00 | NOTE | |
r-patched-linux-x86_64 | 1.7 | 9.33 | 113.00 | 122.33 | NOTE | |
r-patched-solaris-x86 | 1.7 | 181.90 | NOTE | |||
r-release-linux-x86_64 | 1.7 | 11.10 | 109.64 | 120.74 | NOTE | |
r-release-windows-ix86+x86_64 | 1.7 | 27.00 | 110.00 | 137.00 | NOTE | |
r-release-osx-x86_64 | 1.7 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.7 | 25.00 | 145.00 | 170.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.7 | NOTE |
Version: 1.7
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to ‘irr’ which was already attached by Depends.
Please remove these calls from your code.
'library' or 'require' call to ‘rgl’ in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' 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-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.7
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
predict.kmeans
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.7
Check: R code for possible problems
Result: NOTE
.make3dScatterPlotDialog: no visible global function definition for
‘install.packages’
.makePackageDataDialog: no visible global function definition for
‘data’
.makeVignetteDialog: no visible global function definition for
‘vignette’
.onLoad: no visible binding for global variable ‘jgr.addMenuItem’
.onLoad : gui.addSeperator: no visible global function definition for
‘jgr.addMenuSeparator’
applyModel: no visible global function definition for ‘predict’
predict.kmeans : <anonymous>: no visible global function definition for
‘dist’
Undefined global functions or variables:
data dist install.packages jgr.addMenuItem jgr.addMenuSeparator
predict vignette
Consider adding
importFrom("stats", "dist", "predict")
importFrom("utils", "data", "install.packages", "vignette")
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 1.7
Check: R code for possible problems
Result: NOTE
.make3dScatterPlotDialog: no visible global function definition for
'install.packages'
.makePackageDataDialog: no visible global function definition for
'data'
.makeVignetteDialog: no visible global function definition for
'vignette'
.onLoad: no visible global function definition for 'winMenuAdd'
.onLoad: no visible binding for global variable 'winMenuAddItem'
.onLoad: no visible binding for global variable 'jgr.addMenuItem'
.onLoad : gui.addSeperator: no visible global function definition for
'jgr.addMenuSeparator'
applyModel: no visible global function definition for 'predict'
predict.kmeans : <anonymous>: no visible global function definition for
'dist'
Undefined global functions or variables:
data dist install.packages jgr.addMenuItem jgr.addMenuSeparator
predict vignette winMenuAdd winMenuAddItem
Consider adding
importFrom("stats", "dist", "predict")
importFrom("utils", "data", "install.packages", "vignette",
"winMenuAdd", "winMenuAddItem")
to your NAMESPACE file.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64