Last data update: 2014.03.03

Cairo

Package: Cairo
Version: 1.5-9
Title: R graphics device using cairo graphics library for creating
high-quality bitmap (PNG, JPEG, TIFF), vector (PDF, SVG,
PostScript) and display (X11 and Win32) output
Author: Simon Urbanek <Simon.Urbanek@r-project.org>, Jeffrey Horner <jeff.horner@vanderbilt.edu>
Maintainer: Simon Urbanek <Simon.Urbanek@r-project.org>
Depends: R (>= 2.4.0)
Imports: grDevices, graphics
Suggests: png
Enhances: FastRWeb
Description: Cairo graphics device that can be use to create high-quality vector (PDF, PostScript and SVG) and bitmap output (PNG,JPEG,TIFF), and high-quality rendering in displays (X11 and Win32). Since it uses the same back-end for all output, copying across formats is WYSIWYG. Files are created without the dependence on X11 or other external programs. This device supports alpha channel (semi-transparent drawing) and resulting images can contain transparent and semi-transparent regions. It is ideal for use in server environments (file output) and as a replacement for other devices that don't have Cairo's capabilities such as alpha support or anti-aliasing. Backends are modular such that any subset of backends is supported.
License: GPL-2
SystemRequirements: cairo (>= 1.2 http://www.cairographics.org/)
URL: http://www.rforge.net/Cairo/
NeedsCompilation: yes
Packaged: 2015-09-25 17:49:11 UTC; svnuser
Repository: CRAN
Date/Publication: 2015-09-26 09:05:40

● Cran Task View: Graphics
● 0 images, 7 functions, 0 datasets
Reverse Depends: 4

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'Cairo' ...
** package 'Cairo' successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pkg-config... /usr/bin/pkg-config
checking whether pkg-config knows about cairo... yes
checking for configurable backends... cairo cairo-ft cairo-pdf cairo-png cairo-ps cairo-xlib cairo-xlib-xrender
configure: CAIRO_CFLAGS=-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
checking if R was compiled with the RConn patch... no
checking cairo.h usability... yes
checking cairo.h presence... yes
checking for cairo.h... yes
checking for PNG support in Cairo... yes
checking for ATS font support in Cairo... no
configure: CAIRO_LIBS=-lfreetype -lz -lpng12 -lz -lcairo -lXext -lXrender -lX11
checking for library containing deflate... none required
checking whether Cairo programs can be compiled... yes
checking whether cairo_image_surface_get_format is declared... no
checking for FreeType support in cairo... yes
checking whether FreeType needs additional flags... no
checking wheter libjpeg works... yes
checking wheter libtiff works... yes
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/cconfig.h
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  -I. -Iinclude -I/usr/local/include   -g -O2 -fpic  -g -O2  -c cairobem.c -o cairobem.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  -I. -Iinclude -I/usr/local/include   -g -O2 -fpic  -g -O2  -c cairogd.c -o cairogd.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  -I. -Iinclude -I/usr/local/include   -g -O2 -fpic  -g -O2  -c cairotalk.c -o cairotalk.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  -I. -Iinclude -I/usr/local/include   -g -O2 -fpic  -g -O2  -c img-backend.c -o img-backend.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  -I. -Iinclude -I/usr/local/include   -g -O2 -fpic  -g -O2  -c img-jpeg.c -o img-jpeg.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  -I. -Iinclude -I/usr/local/include   -g -O2 -fpic  -g -O2  -c img-tiff.c -o img-tiff.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  -I. -Iinclude -I/usr/local/include   -g -O2 -fpic  -g -O2  -c pdf-backend.c -o pdf-backend.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  -I. -Iinclude -I/usr/local/include   -g -O2 -fpic  -g -O2  -c ps-backend.c -o ps-backend.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  -I. -Iinclude -I/usr/local/include   -g -O2 -fpic  -g -O2  -c svg-backend.c -o svg-backend.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  -I. -Iinclude -I/usr/local/include   -g -O2 -fpic  -g -O2  -c w32-backend.c -o w32-backend.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  -I. -Iinclude -I/usr/local/include   -g -O2 -fpic  -g -O2  -c xlib-backend.c -o xlib-backend.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o Cairo.so cairobem.o cairogd.o cairotalk.o img-backend.o img-jpeg.o img-tiff.o pdf-backend.o ps-backend.o svg-backend.o w32-backend.o xlib-backend.o -lfreetype -lz -lpng12 -lz -lcairo -lXext -lXrender -lX11 -ljpeg -ltiff -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/Cairo/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'Cairo'
    finding HTML links ... done
    Cairo                                   html  
    Cairo.capabilities                      html  
    Cairo.capture                           html  
    Cairo.onSave                            html  
    Cairo.serial                            html  
    CairoFontMatch                          html  
    CairoFonts                              html  
** building package indices
** testing if installed package can be loaded
* DONE (Cairo)
Making 'packages.html' ... done