Package: Cairo Version: 1.7-1 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 [aut, cre, cph] (https://urbanek.org, ), Jeffrey Horner [aut] Maintainer: Simon Urbanek Authors@R: c(person("Simon", "Urbanek", role=c("aut","cre","cph"), email="Simon.Urbanek@r-project.org", comment=c("https://urbanek.org", ORCID="0000-0003-2297-1732")), person("Jeffrey", "Horner", role="aut", email="jeff.horner@vanderbilt.edu")) Depends: R (>= 2.7.0) Imports: grDevices, graphics Suggests: png Enhances: FastRWeb Description: R graphics device using cairographics library that can be used 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 | GPL-3 SystemRequirements: cairo (>= 1.2 http://www.cairographics.org/) URL: http://www.rforge.net/Cairo/ Config/pak/sysreqs: libcairo2-dev Repository: https://s-u.r-universe.dev Date/Publication: 2025-11-09 21:53:24 UTC RemoteUrl: https://github.com/s-u/cairo RemoteRef: HEAD RemoteSha: b50555cd3b8e2629374c594181168f22b06dd87d NeedsCompilation: yes Packaged: 2026-06-24 01:55:40 UTC; root