Last updated on 2019-10-31 00:50:51 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4 | 2.07 | 26.70 | 28.77 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.4 | 1.66 | 20.96 | 22.62 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.4 | 34.46 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.4 | 34.11 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.4 | 11.00 | 50.00 | 61.00 | NOTE | |
r-patched-linux-x86_64 | 0.4 | 1.51 | 26.38 | 27.89 | NOTE | |
r-patched-solaris-x86 | 0.4 | 53.70 | NOTE | |||
r-release-linux-x86_64 | 0.4 | 1.49 | 26.23 | 27.72 | NOTE | |
r-release-windows-ix86+x86_64 | 0.4 | 6.00 | 34.00 | 40.00 | NOTE | |
r-release-osx-x86_64 | 0.4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.4 | 2.00 | 66.00 | 68.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