Last updated on 2016-10-25 23:47:31.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4 | 0.58 | 15.82 | 16.40 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.4 | 0.60 | 15.45 | 16.05 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.4 | 29.16 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.4 | 27.03 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.4 | 4.00 | 42.00 | 46.00 | NOTE | |
r-patched-linux-x86_64 | 0.4 | 0.77 | 14.22 | 14.99 | NOTE | |
r-patched-solaris-sparc | 0.4 | 175.90 | NOTE | |||
r-patched-solaris-x86 | 0.4 | 33.60 | NOTE | |||
r-release-linux-x86_64 | 0.4 | 0.65 | 13.98 | 14.63 | NOTE | |
r-release-osx-x86_64-mavericks | 0.4 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.4 | 2.00 | 33.00 | 35.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.4 | 3.00 | 45.00 | 48.00 | 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-macos-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+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-macos-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64
Version: 0.4
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘rggobi’
Flavors: r-devel-macos-x86_64-clang, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-osx-x86_64-mavericks