Last updated on 2022-05-10 10:49:32 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.59 | 31.67 | 34.26 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.91 | 24.57 | 26.48 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 41.58 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 40.32 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 17.00 | 47.00 | 64.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.50 | 31.01 | 33.51 | NOTE | |
r-release-linux-x86_64 | 1.0 | 2.52 | 30.55 | 33.07 | NOTE | |
r-release-macos-arm64 | 1.0 | 14.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 29.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 8.00 | 47.00 | 55.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 18.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 26.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 42.00 | 47.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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, 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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, 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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64