Last updated on 2020-08-07 01:49:48 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 4.20 | 49.41 | 53.61 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 3.34 | 36.35 | 39.69 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 70.01 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 61.12 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1 | 12.00 | 55.00 | 67.00 | NOTE | |
r-patched-linux-x86_64 | 0.1 | 3.76 | 49.42 | 53.18 | NOTE | |
r-patched-solaris-x86 | 0.1 | 79.70 | NOTE | |||
r-release-linux-x86_64 | 0.1 | 3.76 | 50.43 | 54.19 | NOTE | |
r-release-macos-x86_64 | 0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1 | 11.00 | 77.00 | 88.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 8.00 | 60.00 | 68.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