Last updated on 2021-11-01 00:49:52 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.04 | 4.09 | 27.61 | 31.70 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.04 | 2.96 | 21.71 | 24.67 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.04 | 49.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.04 | 37.70 | NOTE | |||
r-devel-windows-x86_64 | 1.04 | 6.00 | 34.00 | 40.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 1.04 | NOTE | ||||
r-patched-linux-x86_64 | 1.04 | 4.16 | 27.10 | 31.26 | NOTE | |
r-patched-solaris-x86 | 1.04 | 55.60 | NOTE | |||
r-release-linux-x86_64 | 1.04 | 3.22 | 26.97 | 30.19 | NOTE | |
r-release-macos-arm64 | 1.04 | NOTE | ||||
r-release-macos-x86_64 | 1.04 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.04 | 6.00 | 35.00 | 41.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.04 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.04 | 5.00 | 44.00 | 49.00 | NOTE |
Version: 1.04
Check: R code for possible problems
Result: NOTE
addNoisyCopies: no visible global function definition for 'rnorm'
eta: no visible global function definition for 'var'
gaussClassifier: no visible global function definition for 'runif'
getSigma: no visible global function definition for 'sd'
getSigma: no visible binding for global variable 'sd'
sfaClassify: no visible global function definition for 'rainbow'
sfaClassify: no visible global function definition for 'par'
sfaClassify: no visible global function definition for 'points'
sfaClassify: no visible global function definition for 'lines'
Undefined global functions or variables:
lines par points rainbow rnorm runif sd var
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "lines", "par", "points")
importFrom("stats", "rnorm", "runif", "sd", "var")
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-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64