Last updated on 2022-05-09 17:52:26 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0 | 1.80 | 30.25 | 32.05 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0 | 1.63 | 23.44 | 25.07 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.0 | 39.62 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0 | 38.71 | NOTE | |||
r-devel-windows-x86_64 | 2.0 | 14.00 | 43.00 | 57.00 | NOTE | |
r-patched-linux-x86_64 | 2.0 | 1.90 | 28.96 | 30.86 | NOTE | |
r-release-linux-x86_64 | 2.0 | 1.98 | 29.01 | 30.99 | NOTE | |
r-release-macos-arm64 | 2.0 | 14.00 | NOTE | |||
r-release-macos-x86_64 | 2.0 | 23.00 | NOTE | |||
r-release-windows-x86_64 | 2.0 | 8.00 | 43.00 | 51.00 | NOTE | |
r-oldrel-macos-arm64 | 2.0 | 23.00 | NOTE | |||
r-oldrel-macos-x86_64 | 2.0 | 25.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 2.0 | 6.00 | 31.00 | 37.00 | NOTE |
Version: 2.0
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 2.0
Check: R code for possible problems
Result: NOTE
CityPlot: no visible global function definition for 'read.table'
CityPlot: no visible global function definition for 'tail'
CityPlot: no visible global function definition for 'pdf'
CityPlot: no visible global function definition for 'split.screen'
CityPlot: no visible global function definition for 'screen'
CityPlot: no visible global function definition for 'par'
CityPlot: no visible global function definition for 'rect'
CityPlot: no visible global function definition for 'text'
CityPlot: no visible global function definition for 'lines'
CityPlot: no visible global function definition for 'dev.off'
Undefined global functions or variables:
dev.off lines par pdf read.table rect screen split.screen tail text
Consider adding
importFrom("grDevices", "dev.off", "pdf")
importFrom("graphics", "lines", "par", "rect", "screen",
"split.screen", "text")
importFrom("utils", "read.table", "tail")
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64