Last updated on 2020-08-07 01:49:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 22.34 | 183.73 | 206.07 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 18.24 | 135.76 | 154.00 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 251.82 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 252.93 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 66.00 | 214.00 | 280.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 19.88 | 177.89 | 197.77 | NOTE | |
r-patched-solaris-x86 | 1.0 | 358.00 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 19.94 | 177.17 | 197.11 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 64.00 | 271.00 | 335.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 41.00 | 176.00 | 217.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
Df2SpLinesDf: no visible global function definition for 'slot'
PlotTraj: no visible global function definition for 'par'
PlotTraj: no visible global function definition for 'grid'
PlotTraj: no visible global function definition for 'box'
PlotTrajFreq: no visible global function definition for 'par'
PlotTrajFreq: no visible global function definition for 'grid'
PlotTrajFreq: no visible global function definition for
'colorRampPalette'
PlotTrajFreq: no visible global function definition for 'legend'
PlotTrajFreq: no visible binding for global variable 'title'
PlotTrajFreq: no visible global function definition for 'dev.off'
ReadFiles: no visible global function definition for 'read.table'
Undefined global functions or variables:
box colorRampPalette dev.off grid legend par read.table slot title
Consider adding
importFrom("grDevices", "colorRampPalette", "dev.off")
importFrom("graphics", "box", "grid", "legend", "par", "title")
importFrom("methods", "slot")
importFrom("utils", "read.table")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64