search for: devsvgtips

Displaying 3 results from an estimated 3 matches for "devsvgtips".

2010 Nov 12
1
Graphics API version mismatch with RSVGTipsDevice
...similar previous posting in any of my searches, so I decided to write to the list. I am trying to produce svg files from plots using RSVGTipsDevice in R 2.12.0 in Ubuntu 10.04, but I am getting the following error message: > require(RSVGTipsDevice) Loading required package: RSVGTipsDevice > devSVGTips(file = "curves.svg") Error in devSVGTips(file = "curves.svg") : Graphics API version mismatch Although it was working previously, the problem appeared after an update (I think from a previous R version, but not exactly sure when). the RSvgDevice is also not working anymore (it...
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)") setSVGShapeToolTi...
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,