Last updated on 2016-03-07 23:47:37.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 1.0-4 | 1.09 | 8.54 | 9.63 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0-4 | 16.33 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-4 | 14.97 | NOTE | |||
r-devel-osx-x86_64-clang | 1.0-4 | 19.39 | NOTE | |||
r-patched-linux-x86_64 | 1.0-4 | 1.12 | 9.06 | 10.18 | NOTE | |
r-patched-solaris-sparc | 1.0-4 | 104.20 | OK | |||
r-patched-solaris-x86 | 1.0-4 | 26.20 | OK | |||
r-release-linux-x86_64 | 1.0-4 | 1.05 | 9.00 | 10.05 | NOTE | |
r-release-osx-x86_64-mavericks | 1.0-4 | OK |
Version: 1.0-4
Check: top-level files
Result: NOTE
Non-standard files/directories found at top level:
‘DevNotes.txt’ ‘NOTES.txt’ ‘TODO.txt’ ‘oldsrc’
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0-4
Check: R code for possible problems
Result: NOTE
getSVGToolTipMode: no visible global function definition for ‘dev.cur’
setSVGShapeContents: no visible global function definition for
‘dev.cur’
setSVGShapeToolTip: no visible global function definition for ‘dev.cur’
setSVGShapeURL: no visible global function definition for ‘dev.cur’
Undefined global functions or variables:
dev.cur
Consider adding
importFrom("grDevices", "dev.cur")
to your NAMESPACE file.
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
Version: 1.0-4
Check: Rd line widths
Result: NOTE
Rd file 'RSVGTipsDevice.Rd':
\examples lines wider than 100 characters:
setSVGShapeToolTip(title="second circle", desc1="first line of description", desc2="second line of description")
setSVGShapeContents("<title>second circle</title><desc1>first line of description</desc1><desc2>second line of description</desc2>")
charbysize0 <- "'ijlIJ,./\\|:;f!\"()[]rt-*?FLTYcksxyzv`_0123456789EKPRXabdeghnopqu{}\177$ wABCSVDGHNOQUZ#&+<=>MW^~%@m"
allchars <- " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\177"
charbysize <- paste(c(charbysize0, setdiff(strsplit(allchars, NULL)[[1]], strsplit(charbysize0, NULL)[[1]])), collapse="")
devSVGTips("svgplot12.svg", toolTipMode=0, title="SVG example plot 12: character alignment", height=6, width=6)
devSVGTips("svgplot13.svg", toolTipMode=0, title="SVG example plot 13: character clipping", height=6, width=6)
text(0,2,paste("clip to", switch(as.character(par("xpd")),"NA"="device","TRUE"="figure","FALSE"="plot"), "region"))
text(0,2,paste("clip to", switch(as.character(par("xpd")),"NA"="device","TRUE"="figure","FALSE"="plot"), "region"))
text(0,2,paste("clip to", switch(as.character(par("xpd")),"NA"="device","TRUE"="figure","FALSE"="plot"), "region"))
Rd file 'devSVGTips.Rd':
\examples lines wider than 100 characters:
devSVGTips("svgplot1.svg", toolTipMode=1, title="SVG example plot 1: shapes and points, tooltips are title + 1 line")
plot(c(0,10),c(0,10), type="n", xlab="x", ylab="y", main="Example SVG plot with title+ 1 line tips (mode=1)")
invisible(sapply(1:7, function(x) {setSVGShapeToolTip(title=paste("point", x)); points(x+1, 8-x, cex=3, pch=1, col='black')}))
devSVGTips("mlgvswgt1.svg", height=5, width=7, toolTipMode=1, title="Mileage vs Weight for autos, tooltips are title + 1 line")
These lines will be truncated in the PDF manual.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64