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.monte...@hull.ac.uk
http://sites.google.com/site/morphogroup/
###############################################################
--
Brian D. Ripley, rip...@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
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.