Error:
Error in asCairoDevice(da) : Grafik-API Version passt nicht
or:
Error in asCairoDevice(da) : Graphics API version mismatch
may be the installation of the package cairoDevice failed.
Try to install the libgtk2.0-dev via sudo apt-get install libgtk2.0-dev
my personal notepad - for all the things I used to write on pieces of paper ( which where never seen again esp. when I needed them ) ...
Thursday, September 15, 2011
R - install rattle (ubuntu/debian)
First add the line:
deb http://debian.cran.r-project.org/cran2deb/debian-i386 testing/
or this (for 64 bit vers.)
deb http://debian.cran.r-project.org/cran2deb/debian-amd64 testing/
to /etc/apt/sources.list
than type: sudo apt-get update
than you can finally install the package via:
sudo apt-get install r-cran-rattle
deb http://debian.cran.r-project.org/cran2deb/debian-i386 testing/
or this (for 64 bit vers.)
deb http://debian.cran.r-project.org/cran2deb/debian-amd64 testing/
to /etc/apt/sources.list
than type: sudo apt-get update
than you can finally install the package via:
sudo apt-get install r-cran-rattle
Subscribe to:
Posts
(
Atom
)