Last updated on 2017-12-20 00:46:54 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5-4 | 0.94 | 20.72 | 21.66 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.5-4 | NOTE | ||||
r-devel-linux-x86_64-fedora-clang | 0.5-4 | 30.00 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.5-4 | 29.09 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.5-4 | 3.00 | 30.00 | 33.00 | NOTE | |
r-patched-linux-x86_64 | 0.5-4 | 0.97 | 22.94 | 23.91 | NOTE | |
r-patched-solaris-x86 | 0.5-4 | 33.80 | NOTE | |||
r-release-linux-x86_64 | 0.5-4 | 0.90 | 22.33 | 23.23 | NOTE | |
r-release-windows-ix86+x86_64 | 0.5-4 | 3.00 | 32.00 | 35.00 | NOTE | |
r-release-osx-x86_64 | 0.5-4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.5-4 | 3.00 | 29.00 | 32.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.5-4 | NOTE |
Version: 0.5-4
Check: R code for possible problems
Result: NOTE
ssa.btl: no visible global function definition for ‘rbinom’
ssa.btl: no visible global function definition for ‘rpois’
ssa.btl.diag: no visible global function definition for ‘rbinom’
ssa.btl.diag: no visible global function definition for ‘rpois’
ssa.d: no visible global function definition for ‘runif’
ssa.d.diag: no visible global function definition for ‘runif’
ssa.etl: no visible global function definition for ‘rpois’
ssa.etl.diag: no visible global function definition for ‘rpois’
ssa.otl: no visible global function definition for ‘runif’
ssa.otl: no visible global function definition for ‘rpois’
ssa.otl.diag: no visible global function definition for ‘runif’
ssa.otl.diag: no visible global function definition for ‘rpois’
ssa.plot: no visible global function definition for ‘rainbow’
ssa.plot: no visible global function definition for ‘matplot’
ssa.plot: no visible global function definition for ‘title’
ssa.plot: no visible global function definition for ‘legend’
ssa.plot: no visible global function definition for ‘mtext’
ssa.run: no visible global function definition for ‘flush.console’
ssa.terminate: no visible global function definition for ‘sd’
Undefined global functions or variables:
flush.console legend matplot mtext rainbow rbinom rpois runif sd
title
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "legend", "matplot", "mtext", "title")
importFrom("stats", "rbinom", "rpois", "runif", "sd")
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