Last updated on 2018-07-17 01:47:17 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 2.13 | 44.88 | 47.01 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 1.73 | 43.53 | 45.26 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 67.59 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 67.05 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2.0 | 7.00 | 76.00 | 83.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.0 | 2.01 | 49.30 | 51.31 | NOTE | |
r-patched-solaris-x86 | 1.2.0 | 83.10 | NOTE | |||
r-release-linux-x86_64 | 1.2.0 | 2.00 | 49.47 | 51.47 | NOTE | |
r-release-windows-ix86+x86_64 | 1.2.0 | 6.00 | 98.00 | 104.00 | NOTE | |
r-release-osx-x86_64 | 1.2.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.0 | 4.00 | 74.00 | 78.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.2.0 | NOTE |
Version: 1.2.0
Check: R code for possible problems
Result: NOTE
.area.my: no visible global function definition for ‘density’
optimalGT : <anonymous>: no visible global function definition for
‘median’
optimalGT: no visible global function definition for ‘png’
optimalGT: no visible global function definition for ‘dev.off’
permutation: no visible global function definition for ‘flush.console’
plot.wls: no visible global function definition for ‘par’
plot.wls: no visible global function definition for ‘plot’
plot.wls: no visible global function definition for ‘text’
plot.wls: no visible global function definition for ‘abline’
reGenotyper: no visible global function definition for ‘flush.console’
reGenotyper: no visible binding for global variable ‘var’
reGenotyper: no visible global function definition for ‘plot’
Undefined global functions or variables:
abline density dev.off flush.console median par plot png text var
Consider adding
importFrom("grDevices", "dev.off", "png")
importFrom("graphics", "abline", "par", "plot", "text")
importFrom("stats", "density", "median", "var")
importFrom("utils", "flush.console")
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