Package: Cairo 1.7-1
Cairo: 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
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.
Authors:
Cairo_1.7-1.tar.gz
Cairo_1.7-1.zip(r-4.7)Cairo_1.7-1.zip(r-4.6)Cairo_1.7-1.zip(r-4.5)
Cairo_1.7-1.tgz(r-4.6-x86_64)Cairo_1.7-1.tgz(r-4.6-arm64)Cairo_1.7-1.tgz(r-4.5-x86_64)Cairo_1.7-1.tgz(r-4.5-arm64)
Cairo_1.7-1.tar.gz(r-4.7-arm64)Cairo_1.7-1.tar.gz(r-4.7-x86_64)Cairo_1.7-1.tar.gz(r-4.6-arm64)Cairo_1.7-1.tar.gz(r-4.6-x86_64)
Cairo_1.7-1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
Cairo/json (API)
NEWS
| # Install 'Cairo' in R: |
| install.packages('Cairo', repos = c('https://s-u.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/s-u/cairo/issues
freetypecairolibx11libjpeg-turboharfbuzzicutiff
Last updated from:b50555cd3b. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 122 | ||
| linux-devel-x86_64 | OK | 109 | ||
| source / vignettes | OK | 135 | ||
| linux-release-arm64 | OK | 107 | ||
| linux-release-x86_64 | OK | 110 | ||
| macos-release-arm64 | OK | 112 | ||
| macos-release-x86_64 | OK | 258 | ||
| macos-oldrel-arm64 | OK | 128 | ||
| macos-oldrel-x86_64 | OK | 267 | ||
| windows-devel | OK | 125 | ||
| windows-release | OK | 137 | ||
| windows-oldrel | OK | 147 | ||
| wasm-release | OK | 127 |
Exports:CairoCairo.capabilitiesCairo.captureCairo.onSaveCairo.serialCairo.snapshotCairoFontMatchCairoFontsCairoJPEGCairoPDFCairoPNGCairoPSCairoSVGCairoTIFFCairoWinCairoX11
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create a new Cairo-based graphics device | Cairo CairoJPEG CairoPDF CairoPNG CairoPS CairoSVG CairoTIFF CairoWin CairoX11 |
| Reports which output types are supported by this Cairo build | Cairo.capabilities |
| Capture contents of an image backend or a display list snapshot. | Cairo.capture Cairo.snapshot |
| Cairo callbacks | Cairo.onSave |
| Check for changes in the graphics state of Cairo devices. | Cairo.serial |
| Find installed fonts with a fontconfig pattern | CairoFontMatch |
| Set the fonts used for all Cairo graphics devices. | CairoFonts |
