Last data update: 2014.03.03

cairoDevice

Package: cairoDevice
Version: 2.23
Title: Embeddable Cairo Graphics Device Driver
Author: Michael Lawrence
Depends: R (>= 2.12.0)
Imports: grDevices
SystemRequirements: cairo (>= 1.0)
Maintainer: Michael Lawrence <michafla@gene.com>
Description: This device uses Cairo and GTK to draw to the screen,
file (png, svg, pdf, and ps) or memory (arbitrary GdkDrawable
or Cairo context). The screen device may be embedded into RGtk2
interfaces and supports all interactive features of other graphics
devices, including getGraphicsEvent().
Acknowledgements: Lyndon Drake (based on gtkDevice), Brian Ripley
(updates for R 2.7), Mikhail Kondrin (Adobe->UTF8 translation),
Duncan Murdoch (updates for R 2.12)
License: GPL
NeedsCompilation: yes
Packaged: 2015-12-13 13:09:24 UTC; larman
Repository: CRAN
Date/Publication: 2015-12-13 16:50:48

● Cran Task View: Graphics
● 0 images, 2 functions, 0 datasets
Reverse Depends: 11

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'cairoDevice' ...
** package 'cairoDevice' successfully unpacked and MD5 sums checked
checking for pkg-config... pkg-config
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -g -I/usr/local/include    -fpic  -g -O2  -c cairoDevice.c -o cairoDevice.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -g -I/usr/local/include    -fpic  -g -O2  -c gtk.c -o gtk.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o cairoDevice.so cairoDevice.o gtk.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/cairoDevice/libs
** R
** demo
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'cairoDevice'
    finding HTML links ... done
    Cairo                                   html  
    asCairoDevice                           html  
Rd warning: /tmp/RtmpTn7Svr/R.INSTALL40568191fc1/cairoDevice/man/asCairoDevice.Rd:5: missing file link 'GdkDrawable'
Rd warning: /tmp/RtmpTn7Svr/R.INSTALL40568191fc1/cairoDevice/man/asCairoDevice.Rd:6: missing file link 'GdkPixmap'
Rd warning: /tmp/RtmpTn7Svr/R.INSTALL40568191fc1/cairoDevice/man/asCairoDevice.Rd:25: missing file link 'GdkPixmap'
Rd warning: /tmp/RtmpTn7Svr/R.INSTALL40568191fc1/cairoDevice/man/asCairoDevice.Rd:27: missing file link 'GdkPixbuf'
** building package indices
** testing if installed package can be loaded
* DONE (cairoDevice)
Making 'packages.html' ... done