Last updated on 2019-03-27 00:48:08 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.4 | 6.09 | 61.72 | 67.81 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.4 | 5.74 | 48.05 | 53.79 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.4 | 84.27 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.4 | 80.74 | OK | |||
r-devel-windows-ix86+x86_64 | 1.1.4 | 21.00 | 75.00 | 96.00 | OK | |
r-patched-linux-x86_64 | 1.1.4 | 4.55 | 59.01 | 63.56 | OK | |
r-patched-solaris-x86 | 1.1.4 | 84.20 | WARN | |||
r-release-linux-x86_64 | 1.1.4 | 4.05 | 59.02 | 63.07 | OK | |
r-release-windows-ix86+x86_64 | 1.1.4 | 13.00 | 84.00 | 97.00 | OK | |
r-release-osx-x86_64 | 0.68.104 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.68.104 | 8.00 | 85.00 | 93.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.68.104 | NOTE |
Version: 1.1.4
Check: for missing documentation entries
Result: WARN
XIO: fatal IO error 146 (Connection refused) on X server ":5.0"
after 0 requests (0 known processed) with 0 events remaining.
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavor: r-patched-solaris-x86
Version: 0.68.104
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
Flavors: r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.68.104
Check: R code for possible problems
Result: NOTE
.win.appendLog: no visible binding for global variable ‘lines’
plotMC : panel: no visible global function definition for ‘points’
plotMC: no visible global function definition for ‘pairs’
plotMC: no visible global function definition for ‘mtext’
plotMC: no visible global function definition for ‘axis’
plotMC: no visible global function definition for ‘par’
readADpaths: no visible global function definition for ‘read.table’
readRep: no visible global function definition for ‘read.table’
saveADpaths: no visible global function definition for ‘write.table’
Undefined global functions or variables:
axis lines mtext pairs par points read.table write.table
Consider adding
importFrom("graphics", "axis", "lines", "mtext", "pairs", "par",
"points")
importFrom("utils", "read.table", "write.table")
to your NAMESPACE file.
Flavors: r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64