Last updated on 2020-12-04 00:48:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.74 | 24.71 | 27.45 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.28 | 18.48 | 20.76 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 37.47 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 26.29 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 4.00 | 28.00 | 32.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.43 | 22.39 | 24.82 | NOTE | |
r-patched-solaris-x86 | 1.0 | 40.30 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.64 | 22.48 | 25.12 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 4.00 | 26.00 | 30.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 3.00 | 35.00 | 38.00 | 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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+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 '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 points rgb2hsv
Consider adding
importFrom("grDevices", "col2rgb", "hsv", "rgb2hsv")
importFrom("graphics", "box", "contour", "lines", "par", "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-macos-x86_64, r-release-windows-ix86+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-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64