Last updated on 2021-01-24 23:47:32 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 3.53 | 51.92 | 55.45 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 2.95 | 38.58 | 41.53 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 74.29 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 64.82 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1 | 7.00 | 66.00 | 73.00 | NOTE | |
r-patched-linux-x86_64 | 0.1 | 3.56 | 50.11 | 53.67 | NOTE | |
r-patched-solaris-x86 | 0.1 | 82.20 | NOTE | |||
r-release-linux-x86_64 | 0.1 | 3.38 | 50.57 | 53.95 | NOTE | |
r-release-macos-x86_64 | 0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1 | 6.00 | 61.00 | 67.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 5.00 | 59.00 | 64.00 | NOTE |
Version: 0.1
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: 0.1
Check: R code for possible problems
Result: NOTE
hpbayes.plot: no visible global function definition for 'par'
hpbayes.plot: no visible global function definition for 'points'
postpri.plot: no visible global function definition for 'par'
postpri.plot: no visible global function definition for 'points'
postpri.plot: no visible global function definition for 'segments'
postpri.plot: no visible global function definition for 'boxplot'
Undefined global functions or variables:
boxplot par points segments
Consider adding
importFrom("graphics", "boxplot", "par", "points", "segments")
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: 0.1
Check: R code for possible problems
Result: NOTE
hpbayes.plot: no visible global function definition for ‘par’
hpbayes.plot: no visible global function definition for ‘plot’
hpbayes.plot: no visible global function definition for ‘points’
postpri.plot: no visible global function definition for ‘par’
postpri.plot: no visible global function definition for ‘plot’
postpri.plot: no visible global function definition for ‘points’
postpri.plot: no visible global function definition for ‘segments’
postpri.plot: no visible global function definition for ‘boxplot’
Undefined global functions or variables:
boxplot par plot points segments
Consider adding
importFrom("graphics", "boxplot", "par", "plot", "points", "segments")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64