Displaying 2 results from an estimated 2 matches for "tooltipmode".
2007 Jun 11
5
Problem with RSVGTipsDevice
Hi there.
I am still trying to get the RSVGTipsDevice to work, yet I can not.
I have copied the first example from RSVGTipsDevice documentation:
library(RSVGTipsDevice)
devSVGTips("C:\\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)")
setSVGShapeToolTip(title="A rectangle", desc=&quo...
2011 Dec 20
1
Why is the 64bit Windows version of package RSVGTipsDevice not available on CRAN?
On CRAN, the package RSVGTipsDevice is only installed for 32bit Windows, and is not available as a 64bit package for Windows.
The file linked to in the package check summary on CRAN says "NB: this package is only installed for sub-architecture 'i386' ".
What do I need to do to make it available as both 64bit and 32bit on CRAN? (I am the maintainer of the package).
It builds,