Cairo - Graphics device using cairographics library for creating bitmap images or output.
RForge.net

Cairo

About Cairo
GIT access
Download/Files
News
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/Cairo.git Cairo
see also Cairo GitHub repository.

To install the latest development snapshot of this package, use

install.packages("Cairo",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("Cairo",,"http://rforge.net/")

Most recent GIT commits


cc0b9775| Simon Urbanek | Thu Jul 30 08:42:24 2026 +1200
fix font sizes being 0.5pt too big (closes #56)
 M       src/cairotalk.c

b50555cd| Simon Urbanek | Mon Nov 10 10:53:24 2025 +1300
update NEWS
 M       NEWS

1a926997| Simon Urbanek | Mon Nov 10 10:51:55 2025 +1300
replace sys/errno.h with errno.h (closes #53)
 M       src/cairotalk.c

9aa298bb| Simon Urbanek | Wed Oct 29 17:18:58 2025 +1300
Remove mention of mkdist from README
 M       README.md

2c6df75a| Simon Urbanek | Wed Oct 29 17:18:13 2025 +1300
bump version to 1.7-1
 M       DESCRIPTION