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


071d8767| Simon Urbanek | Wed Aug 27 16:48:10 2025 +1200
GHA: remove mkdist
 M       .github/workflows/check.yml

a98d9faa| Simon Urbanek | Wed Aug 27 16:46:41 2025 +1200
remove gdd_get_version, CAIROGD_VER and thus mkdist
 M       DESCRIPTION
 M       NEWS
 D       mkdist
 M       src/cairogd.c
 M       src/cairogd.h
 D       version

4d370a34| Simon Urbanek | Wed Aug 27 16:30:11 2025 +1200
few more ifdef for warnings; req: R >= 2.7.0, tested
 M       DESCRIPTION
 M       src/cairotalk.c

da865f4a| Simon Urbanek | Wed Aug 27 13:19:17 2025 +1200
make sure it compiles across all R/GE versions
 M       src/cairotalk.c
 M       src/coreutil.c

96a8c853| Simon Urbanek | Tue Aug 26 18:55:09 2025 +1200
remove bool as it is inherently broken
 M       src/cairotalk.c
 M       src/coreutil.c