Last updated on 2019-10-31 00:51:04 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.22 | 18.29 | 20.51 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.72 | 14.53 | 16.25 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 25.32 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 24.16 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 9.00 | 39.00 | 48.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.59 | 17.67 | 19.26 | NOTE | |
r-patched-solaris-x86 | 1.0 | 40.30 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.87 | 17.59 | 19.46 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 7.00 | 31.00 | 38.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 2.00 | 46.00 | 48.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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: dependencies in R code
Result: NOTE
'library' or 'require' call to 'class' which was already attached by Depends.
Please remove these calls from your code.
Package in Depends field not imported from: 'class'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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: R code for possible problems
Result: NOTE
addcircle: no visible global function definition for 'lines'
addclassifierboundary: no visible global function definition for 'par'
addclassifierboundary: no visible global function definition for
'contour'
plot.protoclass: no visible global function definition for 'plot'
plot.protoclass: no visible global function definition for 'box'
plot.protoclass: no visible global function definition for 'rgb2hsv'
plot.protoclass: no visible global function definition for 'col2rgb'
plot.protoclass: no visible global function definition for 'points'
plot.protoclass: no visible global function definition for 'hsv'
predict.protoclass: no visible global function definition for 'knn1'
Undefined global functions or variables:
box col2rgb contour hsv knn1 lines par plot points rgb2hsv
Consider adding
importFrom("grDevices", "col2rgb", "hsv", "rgb2hsv")
importFrom("graphics", "box", "contour", "lines", "par", "plot",
"points")
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