Last updated on 2020-12-04 00:48:23 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.72 | 26.24 | 28.96 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.97 | 20.56 | 22.53 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 42.38 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 32.15 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 4.00 | 39.00 | 43.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.48 | 24.65 | 27.13 | NOTE | |
r-patched-solaris-x86 | 1.0 | 47.70 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.78 | 24.92 | 27.70 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 4.00 | 37.00 | 41.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 47.00 | 52.00 | NOTE |
Version: 1.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-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
Version: 1.0
Check: R code for possible problems
Result: NOTE
dishonestCasino: no visible global function definition for 'axis'
dishonestCasino: no visible global function definition for 'text'
dishonestCasino: no visible global function definition for 'rect'
dishonestCasino: no visible global function definition for 'rgb'
dishonestCasino: no visible global function definition for 'points'
Undefined global functions or variables:
axis points rect rgb text
Consider adding
importFrom("grDevices", "rgb")
importFrom("graphics", "axis", "points", "rect", "text")
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-macos-x86_64, r-release-windows-ix86+x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
dishonestCasino: no visible global function definition for ‘plot’
dishonestCasino: no visible global function definition for ‘axis’
dishonestCasino: no visible global function definition for ‘text’
dishonestCasino: no visible global function definition for ‘rect’
dishonestCasino: no visible global function definition for ‘rgb’
dishonestCasino: no visible global function definition for ‘points’
Undefined global functions or variables:
axis plot points rect rgb text
Consider adding
importFrom("grDevices", "rgb")
importFrom("graphics", "axis", "plot", "points", "rect", "text")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64