Last updated on 2019-04-22 09:49:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 6.72 | 49.59 | 56.31 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 5.25 | 39.82 | 45.07 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 68.05 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 73.00 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 13.00 | 87.00 | 100.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 5.94 | 49.44 | 55.38 | NOTE | |
r-patched-solaris-x86 | 1.0 | 102.00 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 4.31 | 46.24 | 50.55 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 8.00 | 97.00 | 105.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 96.00 | 101.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | ERROR |
Version: 1.0
Check: R code for possible problems
Result: NOTE
PlotBasic: no visible global function definition for 'dev.new'
PlotBasic: no visible global function definition for 'par'
PlotBasic: no visible global function definition for 'plot'
PlotBasic: no visible global function definition for 'grid'
PlotBasic: no visible global function definition for 'lines'
PlotChoice : plotgraph: no visible global function definition for 'par'
PlotChoice : plotgraph: no visible global function definition for
'plot'
PlotChoice : plotgraph: no visible global function definition for
'grid'
PlotChoice : plotgraph: no visible global function definition for
'points'
PlotChoice : plotgraph: no visible global function definition for
'lines'
PlotChoice : plotgraph: no visible global function definition for
'axis'
PlotChoice : plotgraph: no visible global function definition for
'mtext'
Undefined global functions or variables:
axis dev.new grid lines mtext par plot points
Consider adding
importFrom("grDevices", "dev.new")
importFrom("graphics", "axis", "grid", "lines", "mtext", "par", "plot",
"points")
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-oldrel-windows-ix86+x86_64
Version: 1.0
Check: package dependencies
Result: ERROR
Packages required but not available: ‘RGtk2’ ‘MenuCollection’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64