Displaying 20 results from an estimated 822 matches for "cairo".
2009 Jan 25
1
Problem compiling cairo-dock under CentOS 5.2
I am trying to compile cairo-dock from source (failing to find an existing
package for CentOS). I believe all dependencies are satisfied, but while
doing "make", at some point it says (I can provide the full make output if
it's needed):
gcc -g -O2 -o cairo-dock -Wl,--export-dynamic
cairo_dock-cairo-dock-call...
2016 Jan 02
1
Default R Font Changed After Upgrade to Debian 8
Good day,
The code is :
png("grainy.png", h = 600, w = 900)
plot(1:10, main = "abcedfghijklmnopqrstuvwxyz", cex.main = 4, cex.lab = 4, cex.axis = 4)
dev.off()
and the server has the characteristics :
> getOption("bitmapType")
[1] "cairo"
> sessionInfo()
R version 3.2.3 (2015-12-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Debian GNU/Linux 8 (jessie)
locale:
[1] LC_CTYPE=C.UTF-8 LC_NUMERIC=C LC_TIME=C.UTF-8
[4] LC_COLLATE=C.UTF-8 LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8
[7]...
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...
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")
W...
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'
Content type 'applica...
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? ...
checking for gcc... gcc -std=gnu99
checking for C compiler default output file name......
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 executa...
2018 Jul 26
2
Possible To Enable Building R With Cairo But Without X11 Dependencies?
Hello,
So the Homebrew community dropped support for --with-cairo which is a shame
because --without-x --with-cairo is an important combination for any
environment that might need to generate graphics without X11 (or related)
dependencies (macOS, headless linux servers).
This rejected GitHub PR contains more detail:
https://github.com/Homebrew/homebrew-core/pull...
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 '...
2008 Nov 14
1
Unable to install Cairo package
Hello:
I'm running R 2.7.1 in Antix (Mepis kernel but heavily debian based). I have installed libcairo2 (1.6.4-6.1). I tried installing the Cairo package since I'm interested in generating some SVG graphs, and I got the following message:
Only partial output (lines with no):
....
checking if R was compiled with the RConn patch... no
checking cairo.h usability... yes
checking cairo.h presence.....
2013 Jul 25
1
Building R with Cairo
All-
I have been hacking on an R 2.15 build on an Ubuntu 10.4 box, and I do
not know how to debug R's error message regarding cairo "working".
Configuration completes without the expected additional capability (cairo)
R is now configured for x86_64-unknown-linux-gnu
> Source directory: .
> Installation directory: /app/vendor/R
> C compiler: gcc -std=gnu99 -g -O2
> Fort...
2008 Jul 19
1
Clash between 'Cairo' and 'EBImage' packages on Windows
Hi,
on Windows XP Pro with R version 2.7.1 Patched (2008-06-27 r46012) the
'Cairo' and the 'EBImage' packages does not play well together.
Loading EBImage before Cairo cause the following to happen:
# Rterm --vanilla
> library(EBImage);
> library(Cairo)
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared library 'C:/PROGRA~...
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 TRUE TRUE FALSE
I tried to google around unsuccessfully. The only thi...
2011 Aug 08
1
Xll.options().
This question seemed to me to be more appropriate for r-devel
than for r-help. My apologies if this is not the case.
Recently I installed ``cairo'' on my lap-top so that I could make
use of the (newish) polypath() function, with on-screen graphics.
(The polypath() function does not work with X11(type="Xlib").)
The installation went smoothly, X11(type="cairo") works just fine,
and polypath() works just fine.
Howe...
2011 Feb 10
1
Installing cairo-package fails / solaris
Hi,
I have installed the latest version of libglib-2.0 (2.28.0) and cairo 1.10.2
Then I have compiled R 2.12.1
But when i I try to install Cairo (1.4-6) I get the following
unreferenced Symbol error:
*** installing help indices
** building package indices ...
** testing if installed package can be loaded
Error : .onLoad failed in loadNamespace() for 'Cairo',...
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....
2007 Sep 27
1
Cairo on windows
Hi All,
I just installed Cairo on R 2.5.1 on windows XP. My hope was to get to see
the transparency output e.g. http://had.co.nz/ggplot2/stat_smooth.html
ggplot2 - stat_smooth , which I finally managed to do. However, I find the
Cairo device, which I access either through CairoWin() or Cairo(type="win"),
is pretty s...
2007 Nov 18
2
[Bug 13293] New: _cairo_pen_find_active_cw_vertex_index failed assertion
http://bugs.freedesktop.org/show_bug.cgi?id=13293
Summary: _cairo_pen_find_active_cw_vertex_index failed assertion
Product: swfdec
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: library
AssignedTo: swfdec at lists...
2015 Dec 30
2
Default R Font Changed After Upgrade to Debian 8
Good day,
I have been unable to solve this issue. Do you get grainy fonts when running the test case
plot(1:10, main = "abcedfghijklmnopqrstuvwxyz", cex.main = 4, cex.lab = 4, cex.axis = 4)
What version of libcairo is on your system ?
--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia
2008 Feb 25
4
New version of X11, png and jpeg
...ent
devices where even English text is rendered slightly differently in
Latin-1 and UTF-8 locales).
A utility function savePlot() to make a PNG/JPEG/TIFF copy of the current
plot.
The new png() and jpeg() devices do not require an X server to be running.
Cons:
Needs more software installed - cairo, pango and support packages (which
on all the systems we have looked at are pulled in by the packages checked
for). You will see something like
Additional capabilities: PNG, JPEG, iconv, MBCS, NLS, cairo
^^^^^
if configure finds th...