Last updated on 2019-04-13 01:57:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4 | 1.68 | 27.04 | 28.72 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.4 | 1.38 | 21.06 | 22.44 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.4 | 33.47 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.4 | 32.31 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.4 | 5.00 | 54.00 | 59.00 | NOTE | |
r-patched-linux-x86_64 | 0.4 | 1.72 | 27.45 | 29.17 | NOTE | |
r-patched-solaris-x86 | 0.4 | 52.00 | NOTE | |||
r-release-linux-x86_64 | 0.4 | 1.11 | 26.06 | 27.17 | NOTE | |
r-release-windows-ix86+x86_64 | 0.4 | 4.00 | 53.00 | 57.00 | NOTE | |
r-release-osx-x86_64 | 0.4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.4 | 2.00 | 35.00 | 37.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.4 | NOTE |
Version: 0.4
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'rggobi' in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
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
Version: 0.4
Check: R code for possible problems
Result: NOTE
generate_data : <anonymous>: no visible global function definition for
'runif'
knnf: no visible global function definition for 'terms'
rescaler.default: no visible global function definition for 'sd'
rescaler.default: no visible global function definition for 'median'
rescaler.default: no visible global function definition for 'mad'
simvar.numeric: no visible global function definition for 'runif'
Undefined global functions or variables:
mad median runif sd terms
Consider adding
importFrom("stats", "mad", "median", "runif", "sd", "terms")
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
Version: 0.4
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘rggobi’
Flavors: r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64