Package: Cairo 1.2-0
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.2-0.tar.gz
Cairo_1.2-0.zip(r-4.5)Cairo_1.2-0.zip(r-4.4)Cairo_1.2-0.zip(r-4.3)
Cairo_1.2-0.tgz(r-4.4-x86_64)Cairo_1.2-0.tgz(r-4.4-arm64)Cairo_1.2-0.tgz(r-4.3-x86_64)Cairo_1.2-0.tgz(r-4.3-arm64)
Cairo_1.2-0.tar.gz(r-4.5-noble)Cairo_1.2-0.tar.gz(r-4.4-noble)
Cairo_1.2-0.tgz(r-4.4-emscripten)Cairo_1.2-0.tgz(r-4.3-emscripten)
Cairo.pdf |Cairo.html✨
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
Last updated 4 months agofrom:37f1e583e7. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-win-x86_64 | OK | Oct 25 2024 |
R-4.5-linux-x86_64 | OK | Oct 25 2024 |
R-4.4-win-x86_64 | OK | Oct 25 2024 |
R-4.4-mac-x86_64 | OK | Oct 25 2024 |
R-4.4-mac-aarch64 | OK | Oct 25 2024 |
R-4.3-win-x86_64 | OK | Oct 25 2024 |
R-4.3-mac-x86_64 | OK | Oct 25 2024 |
R-4.3-mac-aarch64 | OK | Oct 25 2024 |
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 |