unigd
A unified R graphics backend. Render R graphics fast and easy to manycommon file formats.
This package provides a thread-safe interface to power interactivegraphics clients such ashttpgd.
Installunigd from CRAN:
install.packages("unigd")Or get the latest development version from GitHub:
remotes::install_github("nx10/unigd")Seesystemrequirements for troubleshooting.
Seetheguide for more details.
unigd is mostly written in C++, but contributions to thetests (in R) or the documentation are also always welcome!
Depends oncpp11 andsystemfonts.
Much of the font handling and SVG rendering code is modified codefrom the excellentsvglitepackage.
This project is licensed GPL v2.0.
It includes parts ofsvglite (GPL ≥2) andfmt(MIT).
Full copies of the license agreements used by these components areincluded in./inst/licenses.