Last updated on 2020-08-07 01:49:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.36 | 19.80 | 22.16 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.72 | 15.63 | 17.35 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 34.50 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 25.61 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 6.00 | 32.00 | 38.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.49 | 19.57 | 22.06 | NOTE | |
r-patched-solaris-x86 | 1.0 | 39.80 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.27 | 19.74 | 22.01 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 6.00 | 46.00 | 52.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 3.00 | 43.00 | 46.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