Dear Colleagues I have been struggling with a problem and could not find a 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 started giving this same error before, while RSVGTipsDevice was still working two months ago). I would really appreciate any help with this matter. Best regards, Leandro -- ############################################################### Leandro R. Monteiro Department of Biological Sciences and Hull York Medical School The University of Hull Hull, HU6 7RX, United Kingdom Tel: 44 1482-462077 E-mail: L.Monteiro at hull.ac.uk http://sites.google.com/site/morphogroup/ ############################################################### -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20101112/d287a935/attachment.pl>
Prof Brian Ripley
2010-Nov-12 14:33 UTC
[R] Graphics API version mismatch with RSVGTipsDevice
You need to reinstall these packages when you update R. Have you done update.packages(checkBuilt=TRUE) ? It's the obvious way to find packages which need updating. On Fri, 12 Nov 2010, leandro wrote:> Dear Colleagues > I have been struggling with a problem and could not find a 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 started giving this same > error before, while RSVGTipsDevice was still working two months ago). > > I would really appreciate any help with this matter. > Best regards, > > Leandro > > > -- > ############################################################### > Leandro R. Monteiro > Department of Biological Sciences and > Hull York Medical School > The University of Hull > Hull, HU6 7RX, United Kingdom > Tel: 44 1482-462077 > E-mail: L.Monteiro at hull.ac.uk > http://sites.google.com/site/morphogroup/ > ###############################################################-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
Reasonably Related Threads
- Problem with RSVGTipsDevice
- Why is the 64bit Windows version of package RSVGTipsDevice not available on CRAN?
- new package: RSVGTipsDevice: create SVG plots with tooltips & hyperlinks
- new package: RSVGTipsDevice: create SVG plots with tooltips & hyperlinks
- Compiling C++ package source: linking problem?