Last updated on 2015-11-20 00:47:44.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 0.4-11 | 0.80 | 23.23 | 24.04 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.4-11 | 48.66 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.4-11 | 45.49 | NOTE | |||
r-devel-osx-x86_64-clang | 0.4-11 | 59.50 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.4-11 | 5.00 | 45.00 | 50.00 | NOTE | |
r-patched-linux-x86_64 | 0.4-11 | 1.04 | 24.20 | 25.24 | NOTE | |
r-patched-solaris-sparc | 0.4-11 | 325.90 | NOTE | |||
r-patched-solaris-x86 | 0.4-11 | 64.50 | NOTE | |||
r-release-linux-x86_64 | 0.4-11 | 0.74 | 25.65 | 26.39 | NOTE | |
r-release-osx-x86_64-mavericks | 0.4-11 | OK | ||||
r-release-windows-ix86+x86_64 | 0.4-11 | 5.00 | 42.00 | 47.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 0.4-11 | 7.00 | 52.00 | 59.00 | OK |
Version: 0.4-11
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
addHeader.RTF addNewLine.RTF addPageBreak.RTF addParagraph.RTF
addPlot.RTF addPng.RTF addSessionInfo.RTF addTOC.RTF addTable.RTF
addText.RTF addTrellisObject.RTF decreaseIndent.RTF done.RTF
endParagraph.RTF increaseIndent.RTF setFontSize.RTF
startParagraph.RTF view.RTF
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64
Version: 0.4-11
Check: R code for possible problems
Result: NOTE
.forest.plot: no visible global function definition for ‘par’
.forest.plot: no visible global function definition for ‘plot’
.forest.plot: no visible global function definition for ‘abline’
.forest.plot: no visible global function definition for ‘arrows’
.forest.plot: no visible global function definition for ‘points’
.forest.plot.scale: no visible global function definition for ‘par’
.forest.plot.scale: no visible global function definition for ‘plot’
.forest.plot.scale: no visible global function definition for ‘axTicks’
.forest.plot.scale : <anonymous>: no visible global function definition
for ‘lines’
.forest.plot.scale: no visible global function definition for ‘lines’
.forest.plot.scale: no visible global function definition for ‘text’
.rtf.plot: no visible global function definition for ‘png’
.rtf.plot: no visible global function definition for ‘dev.off’
.rtf.trellis.object: no visible global function definition for ‘png’
.rtf.trellis.object: no visible global function definition for
‘dev.off’
addSessionInfo.RTF: no visible global function definition for
‘sessionInfo’
Undefined global functions or variables:
abline arrows axTicks dev.off lines par plot png points sessionInfo
text
Consider adding
importFrom("grDevices", "dev.off", "png")
importFrom("graphics", "abline", "arrows", "axTicks", "lines", "par",
"plot", "points", "text")
importFrom("utils", "sessionInfo")
to your NAMESPACE.
Flavors: 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