Last updated on 2016-03-07 23:47:43.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.01 | 20.09 | 21.09 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 39.42 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 36.53 | NOTE | |||
r-devel-osx-x86_64-clang | 1.0 | 40.07 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 6.00 | 56.00 | 62.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.22 | 22.06 | 23.27 | OK | |
r-patched-solaris-sparc | 1.0 | 270.10 | OK | |||
r-patched-solaris-x86 | 1.0 | 57.60 | OK | |||
r-release-linux-x86_64 | 1.0 | 1.20 | 21.73 | 22.93 | OK | |
r-release-osx-x86_64-mavericks | 1.0 | OK | ||||
r-release-windows-ix86+x86_64 | 1.0 | 7.00 | 72.00 | 79.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.0 | 10.00 | 111.00 | 121.00 | OK |
Version: 1.0
Check: R code for possible problems
Result: NOTE
LPGM: no visible global function definition for ‘flush.console’
PGM: no visible global function definition for ‘flush.console’
PGM.path.neighborhood: no visible global function definition for
‘runif’
PGMSim: no visible global function definition for ‘rpois’
PGMSim: no visible global function definition for ‘par’
WPGMSim: no visible global function definition for ‘rpois’
XMRF.Sim: no visible global function definition for ‘cov2cor’
XMRF.Sim: no visible global function definition for ‘rbinom’
XMRF.Sim: no visible global function definition for ‘rnorm’
glm.generic: no visible global function definition for ‘flush.console’
mymult: no visible global function definition for ‘rmultinom’
plot.GMS: no visible global function definition for ‘pdf’
plot.GMS: no visible global function definition for ‘dev.off’
plotNet: no visible global function definition for ‘pdf’
plotNet: no visible global function definition for ‘dev.off’
print.GMS: no visible global function definition for ‘str’
processSeq: no visible binding for global variable ‘quantile’
processSeq: no visible binding for global variable ‘var’
processSeq: no visible global function definition for ‘ks.test’
rmpois : <anonymous>: no visible global function definition for ‘rpois’
Undefined global functions or variables:
cov2cor dev.off flush.console ks.test par pdf quantile rbinom
rmultinom rnorm rpois runif str var
Consider adding
importFrom("grDevices", "dev.off", "pdf")
importFrom("graphics", "par")
importFrom("stats", "cov2cor", "ks.test", "quantile", "rbinom",
"rmultinom", "rnorm", "rpois", "runif", "var")
importFrom("utils", "flush.console", "str")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64