Package: unigd Type: Package Title: Universal Graphics Device Version: 0.2.0 Authors@R: c( person(given = "Florian", family = "Rupprecht", email = "floruppr@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1795-8624")), person(given = "Kun", family = "Ren", role = "ctb", email = "mail@renkun.me"), person(given = "Tatsuya", family = "Shima", role = "ctb", email = "ts1s1andn@gmail.com"), person("Jeroen", "Ooms", role = c("ctb"), email = "jeroen@berkeley.edu", comment = c(ORCID = "0000-0002-4035-0289")), person("Hadley", "Wickham", email = "hadley@rstudio.com", role = "cph", comment = "Author of included svglite code"), person("Lionel", "Henry", email = "lionel@rstudio.com", role = "cph", comment = "Author of included svglite code"), person("Thomas Lin", "Pedersen", email = "thomas.pedersen@rstudio.com", role = "cph", comment = "Author and creator of included svglite code"), person("T Jake", "Luciani", email = "jake@apache.org", role = "cph", comment = "Author of included svglite code"), person("Matthieu", "Decorde", email = "matthieu.decorde@ens-lyon.fr", role = "cph", comment = "Author of included svglite code"), person("Vaudor", "Lise", email = "lise.vaudor@ens-lyon.fr", role = "cph", comment = "Author of included svglite code"), person("Tony", "Plate", role = "cph", comment = "Contributor to included svglite code"), person("David", "Gohel", role = "cph", comment = "Contributor to included svglite code"), person("Yixuan", "Qiu", role = "cph", comment = "Contributor to included svglite code"), person("Håkon", "Malmedal", role = "cph", comment = "Contributor to included svglite code"), person("RStudio", role = "cph", comment = "Copyright holder of included svglite code"), person("Brett", "Robinson", role = "cph", comment = "Author of included belle library"), person("Google", role = "cph", comment = "Copyright holder of included material design icons"), person("Victor", "Zverovich", role = "cph", comment = "Author of included fmt library"), person("Andrzej", "Krzemienski", role = "cph", comment = "Author of included std::experimental::optional library") ) Description: A unified R graphics backend. Render R graphics fast and easy to many common file formats. Provides a thread safe 'C' interface for asynchronous rendering of R graphics. License: GPL (>= 2) Depends: R (>= 4.2.0) Imports: systemfonts (>= 1.0.0) LinkingTo: cpp11 (>= 0.2.4), systemfonts Encoding: UTF-8 SystemRequirements: Cairo (optional, for raster output), libtiff (optional, for TIFF output), libpng, zlib Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/nx10/unigd, https://nx10.dev/unigd/ BugReports: https://github.com/nx10/unigd/issues Suggests: testthat (>= 3.0.0), xml2 (>= 1.0.0), fontquiver (>= 0.2.0), covr, knitr, rmarkdown Config/testthat/edition: 3 Config/Needs/website: tidyverse/tidytemplate VignetteBuilder: knitr Config/pak/sysreqs: libcairo2-dev libfontconfig1-dev libfreetype6-dev libpng-dev libtiff-dev zlib1g-dev Repository: https://r-multiverse-staging.r-universe.dev Date/Publication: 2026-02-16 02:06:14 UTC RemoteUrl: https://github.com/nx10/unigd RemoteRef: 6312ba12b1c3aa2d85e13673de810b3741a20b54 RemoteSha: 6312ba12b1c3aa2d85e13673de810b3741a20b54 NeedsCompilation: yes Packaged: 2026-06-24 00:06:19 UTC; root Author: Florian Rupprecht [aut, cre] (ORCID: ), Kun Ren [ctb], Tatsuya Shima [ctb], Jeroen Ooms [ctb] (ORCID: ), Hadley Wickham [cph] (Author of included svglite code), Lionel Henry [cph] (Author of included svglite code), Thomas Lin Pedersen [cph] (Author and creator of included svglite code), T Jake Luciani [cph] (Author of included svglite code), Matthieu Decorde [cph] (Author of included svglite code), Vaudor Lise [cph] (Author of included svglite code), Tony Plate [cph] (Contributor to included svglite code), David Gohel [cph] (Contributor to included svglite code), Yixuan Qiu [cph] (Contributor to included svglite code), Håkon Malmedal [cph] (Contributor to included svglite code), RStudio [cph] (Copyright holder of included svglite code), Brett Robinson [cph] (Author of included belle library), Google [cph] (Copyright holder of included material design icons), Victor Zverovich [cph] (Author of included fmt library), Andrzej Krzemienski [cph] (Author of included std::experimental::optional library) Maintainer: Florian Rupprecht