Last updated on 2020-02-15 01:01:35 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.14 | 19.00 | 21.14 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.81 | 15.17 | 16.98 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 26.78 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 26.03 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 6.00 | 36.00 | 42.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 1.0 | 7.00 | 31.00 | 38.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.65 | 17.75 | 19.40 | NOTE | |
r-patched-solaris-x86 | 1.0 | 38.10 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.28 | 17.42 | 18.70 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 5.00 | 33.00 | 38.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 3.00 | 43.00 | 46.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-devel-windows-ix86+x86_64-gcc8, 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-devel-windows-ix86+x86_64-gcc8, 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-devel-windows-ix86+x86_64-gcc8, 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