Displaying 20 results from an estimated 1000 matches similar to: "Unable to install Cairo package"
2009 May 22
1
Cannot Install Cairo Library
Dear All,
I am running Debian testing on my box and I have R 2.9.0 installed from
the standard repositories.
I downloaded the package source from
http://cran.r-project.org/web/packages/Cairo/index.html
but when I try to install it on my system, this is what I get
$ sudo R CMD INSTALL Cairo_1.4-4.tar.gz
* Installing to library ?/usr/local/lib/R/site-library?
* Installing *source* package ?Cairo?
2009 Jul 21
1
problem installing cairo on freebsd
G'day all,
I am trying to install the cairo package on FreeBSD and receiving an
error to do with Makevars - (I'm not very good at this stuff) so here
is my various bits of information. I guess this is a problem with a
missing library, but I have just been through a lot of grief trying to
get png and jpeg to work (they do now work!), so I'm not sure where to
go for this.
R
2010 Dec 19
1
Unable to build R-2.10.0 and later releases on AIX 6.1
Hi,
I have been able to build R-2.9.2 on AIX 6.1 and AIX 5.2. However, I
failed to build R-2.10.0 and later releases on these AIX platforms. The
error messages I got are attached below:
"connections.c", line 461.10: 1506-022 (S) "truncate64" is not a member
of "struct Rconn".
"connections.c", line 772.10: 1506-022 (S) "truncate64" is not a member
2009 Jun 09
1
Cairo Package Installation
I am trying to install the Cairo package on a linux machine, the Cairo
package did not install correctly (could not find cairo.h), I am new to
R and linux any help on the installation would be great. Below are
output from trying to install the Cairo package, thought this might help.
> install.packages("Cairo")
Warning in install.packages("Cairo") :
argument
2008 Nov 30
1
Rserve and creating a list of lists
Hello,
I have some code which generates lattice objects. The function
recieves serialized forms of the lattice objects which it then
unserializes and then adds to an ArrayList<REXP>.
REXPRaw rser = new REXPRaw( target ); //target contains the raw
serialized forms of lattice objects
rconn.assign("temp",rser);
REXP ret =
2011 Oct 29
2
installing FastRWeb
hi,
I am working on Ubuntu and tried to install FastRWeb, but am getting the following error for installation of cairo.h.
install.packages("FastRWeb",dep=TRUE)
Installing package(s) into ‘/home/ba/R/i686-pc-linux-gnu-library/2.12’
(as ‘lib’ is unspecified)
also installing the dependency ‘Cairo’
trying URL 'http://lib.stat.cmu.edu/R/CRAN/src/contrib/Cairo_1.5-0.tar.gz'
2010 Mar 18
1
Unable to install Cairo package
Dear R users,
I'm running R version 2.10.1.
I tried installing the Cairo package and I got the
following message:
* installing *source* package ?Cairo? ...
checking for gcc... gcc -std=gnu99
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for
2008 Aug 15
0
Cairo installation process fails "compile a simple Cairo program" step
Hi,
I am having trouble getting Cairo properly installed for R. The details (what I tried, what I got, and my system info) are below. Any ideas would be appreciated.
Hugh Rand
How I tried to install it:
install.packages('Cairo',,'http://www.rforge.net/')?
What the message was:
* Installing *source* package 'Cairo' ...
checking for gcc... gcc -std=gnu99
checking for
2006 May 12
2
R-2.3.0 make error on AIX 5.2
I am encountering a make error on an AIX 5.2 with R-2.3.0 and R-patched_2006-05-10 after successfully configuring them using gcc-4.1.0, gnu make, and the following configure options
CC=/usr/local/bin/gcc
F77=/usr/local/bin/gfortran
CXX=/usr/local/bin/g++
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=-Wl,-G
CFLAGS='-g -O'
FFLAGS='-O'
CXXFLAGS='-g -O'
bash-3.00$ ./configure
2011 Jun 20
1
Can I disable Cairo?
On Linux 2.13 by default links cairo, so png() uses it for rendering.
One of my users has performance problem, so ask if it possible to
temporary disable cairo during png() rendering so it reverts to grGraphics.
My workaround for now is to configure R without cairo, but this affects
all users that are forced to load and use CairoDevice if they wants
better quality.
I want to avoid this, is it
2006 Oct 09
1
Discussion starter for package level Connection API
Thought I'd try and start a discussion. Feel free to jump in.
I guess R needs to strike the right balance between opening up the
internals to package writers and not allowing them to do bad things. My
first attempt at cracking this nut is to just memcpy() the Rconnection
and not allow access to the private stuff:
/* Alternative to allowing C code access to connection API. */
Rconnection
2008 Aug 07
1
Cairo bitmap output should work without X11 dependency (PR#12218)
Full_Name: Craig Ruff
Version: 2.7.1
OS: Irix 6.5.30
Submission from: (NULL) (128.117.8.145)
Cairo based bitmap graphics output should work if cairo and R have been compiled
without xlib support. 2.7.1 gives the "X11 is not available" message in this
case when run interactively, and from my reading the png documentation, calling
png(filename=..., type="cairo") should work.
2016 Jul 25
2
getGraphicsEvent() alternative for cairo graphics device?
Hi all,
I'm writing an interactive plotting function for viewing fMRI
datasets. Currently, I get keypresses using
grDevices::getGraphicsEvent().
Unfortunately getGraphicsEvent() only supports the X11(type="Xlib")
graphics device on Unix systems. The Xlib device doesn't support
buffering (i.e. dev.hold() and dev.flush()), so redrawing the plots
causes lots of flickering.
Is
2006 Nov 08
1
get compressed data via a socket connection
Dear R developers
I am currently working on the seqinR package. The seqinR package
allows a remote access to biological databases via a socket connection.
We are using the functions socketConnection, writeLines and readLines
to open the socket, send request to the server and receive response
from the
server respectively.
Recently, a new function implemented in the socket server allows
2011 May 19
2
Error in svg() : cairo-based devices are not supported on this build
Hello,
Sorry if it is not the right place..
I installed R-2.13.0 on a x86_64 linux server.
All went fine, but the svg() function yells:
> svg()
Error in svg() : cairo-based devices are not supported on this build
I have the Cairo, cairoDevice, RSvgDevice packages installed, and running.
> Cairo.capabilities()
png jpeg tiff pdf svg ps x11 win
TRUE TRUE TRUE TRUE TRUE
2016 Jul 25
2
getGraphicsEvent() alternative for cairo graphics device?
Hi
Taking a look at those patches is now on my todo list, so I may be in
touch with both of you at some point to request some testing.
Paul
On 26/07/16 07:17, frederik at ofb.net wrote:
> Dear Daniel Greenidge,
>
> To enable getGraphicsEvent on Cairo, you have two patches to choose
> from:
>
> https://bugs.r-project.org/bugzilla/show_bug.cgi?id=14364
>
2018 Oct 31
1
PATCH: Asserting that 'connection' used has not changed + R_GetConnection2()
SUMMARY:
I'm proposing that R assert that 'connection' options have not changed
since first created such that R will produce the following error:
> fh <- file("a.txt", open = "w+")
> cat("hello\n", file = fh)
> close(fh)
> fh2 <- file("b.txt", open = "w+")
> cat("world\n", file = fh2)
>
2006 Oct 07
1
Request to open up getConnection to embedded interface
Hello all,
I would like to request that getConnection() and the struct Rconn
declarations be added to the R embedded interface. Here's why.
It's common in CGI scripts for web applications to direct stdin, stdout,
and stderr map to reading from the browser, writing to the browser, and
writing to a web log file respectively; very nice and neat. However,
things get a little hairy once
2016 Nov 13
4
getGraphicsEvent() alternative for cairo graphics device?
Hi
The current status is that I am keen for people to contribute some
testing code (see https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16951)
There were also some getGraphicsEvent() changes/fixes suggested by
Richard Bodewits (cc'ed), for which I am also seeking test code.
Paul
On 13/11/16 09:00, frederik at ofb.net wrote:
> Hi Paul,
>
> Just checking in to see what the
2008 Jun 30
1
Pango/cairo and symbol fonts
Excuse my asking here than on R-help, but it may be a Fedora question. On
Fedora 7, I'm running a fresh R 2.7.1 built from source, usually in en_GB,
but also tried in en_GB.UTF8. Running example(plotmath) generates lots of:
Pango-WARNING **: shape engine failure, expect ugly output. the offending
font is 'Symbol Not-Rotated ...'
Setting:
x11(type="Xlib")
relieves the