Last updated on 2016-03-07 23:47:20.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 1.0-1 | 0.78 | 76.73 | 77.51 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0-1 | 128.79 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-1 | 124.08 | NOTE | |||
r-devel-osx-x86_64-clang | 1.0-1 | 191.11 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0-1 | 6.00 | 144.00 | 150.00 | NOTE | |
r-patched-linux-x86_64 | 1.0-1 | 0.99 | 104.20 | 105.19 | OK | |
r-patched-solaris-sparc | 1.0-1 | 1370.90 | OK | |||
r-patched-solaris-x86 | 1.0-1 | 265.10 | OK | |||
r-release-linux-x86_64 | 1.0-1 | 0.89 | 106.21 | 107.10 | OK | |
r-release-osx-x86_64-mavericks | 1.0-1 | OK | ||||
r-release-windows-ix86+x86_64 | 1.0-1 | 4.00 | 194.00 | 198.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.0-1 | 9.00 | 192.00 | 201.00 | OK |
Version: 1.0-1
Check: R code for possible problems
Result: NOTE
rkMethodPlot: no visible global function definition for ‘par’
rkMethodPlot: no visible global function definition for ‘axis’
rkMethodPlot: no visible global function definition for ‘points’
rkMethodPlot: no visible global function definition for ‘text’
rkMethodPlot: no visible global function definition for ‘segments’
rkimp: no visible global function definition for ‘runif’
stability.bruteforce: no visible global function definition for ‘plot’
stability.bruteforce: no visible global function definition for
‘points’
stability.bruteforce: no visible global function definition for
‘abline’
stability.multistep: no visible global function definition for ‘plot’
stability.multistep: no visible global function definition for ‘lines’
stability.multistep: no visible global function definition for
‘polygon’
stability.multistep: no visible global function definition for ‘abline’
Undefined global functions or variables:
abline axis lines par plot points polygon runif segments text
Consider adding
importFrom("graphics", "abline", "axis", "lines", "par", "plot",
"points", "polygon", "segments", "text")
importFrom("stats", "runif")
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