Last updated on 2015-09-06 23:47:43.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2 | 1.80 | 30.99 | 32.79 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2 | 1.88 | 30.13 | 32.01 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2 | 62.08 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2 | 60.75 | NOTE | |||
r-devel-osx-x86_64-clang | 0.2 | 54.75 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2 | 6.00 | 72.00 | 78.00 | NOTE | |
r-patched-linux-x86_64 | 0.2 | 2.05 | 32.26 | 34.32 | OK | |
r-patched-solaris-sparc | 0.2 | 518.40 | OK | |||
r-patched-solaris-x86 | 0.2 | 115.90 | OK | |||
r-release-linux-x86_64 | 0.2 | 2.10 | 31.66 | 33.76 | OK | |
r-release-osx-x86_64-mavericks | 0.2 | OK | ||||
r-release-windows-ix86+x86_64 | 0.2 | 10.00 | 51.00 | 61.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 0.2 | 14.00 | 59.00 | 73.00 | OK |
Version: 0.2
Check: R code for possible problems
Result: NOTE
smbinning: no visible global function definition for ‘formula’
smbinning: no visible binding for global variable ‘na.exclude’
smbinning.plot: no visible global function definition for ‘barplot’
smbinning.plot: no visible global function definition for ‘gray.colors’
smbinning.plot: no visible global function definition for ‘text’
smbinning.plot: no visible global function definition for ‘abline’
smbinning.plot: no visible global function definition for ‘mtext’
Undefined global functions or variables:
abline barplot formula gray.colors mtext na.exclude text
Consider adding
importFrom("grDevices", "gray.colors")
importFrom("graphics", "abline", "barplot", "mtext", "text")
importFrom("stats", "formula", "na.exclude")
to your NAMESPACE.
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