Last updated on 2018-04-29 01:47:20 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.04 | 1.98 | 22.47 | 24.45 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.04 | 1.76 | 18.60 | 20.36 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.04 | 30.43 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.04 | 28.29 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.04 | 5.00 | 34.00 | 39.00 | NOTE | |
r-patched-linux-x86_64 | 1.04 | 1.88 | 22.51 | 24.39 | NOTE | |
r-patched-solaris-x86 | 1.04 | 43.30 | NOTE | |||
r-release-linux-x86_64 | 1.04 | 2.60 | 22.57 | 25.17 | NOTE | |
r-release-windows-ix86+x86_64 | 1.04 | 5.00 | 34.00 | 39.00 | NOTE | |
r-release-osx-x86_64 | 1.04 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.04 | 4.00 | 45.00 | 49.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.04 | 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 ‘plot’
sfaClassify: no visible global function definition for ‘points’
sfaClassify: no visible global function definition for ‘lines’
Undefined global functions or variables:
lines par plot points rainbow rnorm runif sd var
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "lines", "par", "plot", "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-ix86+x86_64, 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