Last updated on 2016-12-28 23:47:36.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-6 | 2.78 | 73.59 | 76.37 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0-6 | 3.04 | 71.22 | 74.26 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0-6 | 158.35 | NOTE | --no-stop-on-test-error | ||
r-devel-linux-x86_64-fedora-gcc | 1.0-6 | 156.58 | NOTE | --no-stop-on-test-error | ||
r-devel-macos-x86_64-clang | 1.0-6 | 113.92 | NOTE | --no-stop-on-test-error | ||
r-devel-windows-ix86+x86_64 | 1.0-6 | 13.00 | 241.00 | 254.00 | NOTE | |
r-patched-linux-x86_64 | 1.0-6 | 2.63 | 63.89 | 66.52 | NOTE | |
r-patched-solaris-sparc | 1.0-6 | 787.90 | NOTE | |||
r-patched-solaris-x86 | 1.0-6 | 164.70 | NOTE | |||
r-release-linux-x86_64 | 1.0-6 | 2.70 | 63.61 | 66.31 | NOTE | |
r-release-osx-x86_64-mavericks | 1.0-6 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0-6 | 13.00 | 154.00 | 167.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.0-6 | 9.00 | 227.00 | 236.00 | OK |
Version: 1.0-6
Check: R code for possible problems
Result: NOTE
plot.sensitivity.2.0d: no visible global function definition for ‘gray’
sensitivitySGD: no visible global function definition for ‘tail’
sensitivitySGL: no visible global function definition for ‘tail’
Undefined global functions or variables:
gray tail
Consider adding
importFrom("grDevices", "gray")
importFrom("utils", "tail")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, 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: 1.0-6
Flags: --no-stop-on-test-error
Check: R code for possible problems
Result: NOTE
plot.sensitivity.2.0d: no visible global function definition for ‘gray’
sensitivitySGD: no visible global function definition for ‘tail’
sensitivitySGL: no visible global function definition for ‘tail’
Undefined global functions or variables:
gray tail
Consider adding
importFrom("grDevices", "gray")
importFrom("utils", "tail")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang