Package: unigd
Type: Package
Title: Universal Graphics Device
Version: 0.1.3
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 (>= 3.2.0)
Imports: systemfonts (>= 1.0.0)
LinkingTo: cpp11 (>= 0.2.4), systemfonts
Encoding: UTF-8
SystemRequirements: libpng, cairo, freetype2, fontconfig
RoxygenNote: 7.3.2
URL: https://github.com/nx10/unigd, https://nx10.github.io/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
NeedsCompilation: yes
Packaged: 2025-02-18 23:21:43 UTC; floru
Author: Florian Rupprecht [aut, cre] (<https://orcid.org/0000-0002-1795-8624>),
  Kun Ren [ctb],
  Tatsuya Shima [ctb],
  Jeroen Ooms [ctb] (<https://orcid.org/0000-0002-4035-0289>),
  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 <floruppr@gmail.com>
Repository: CRAN
Date/Publication: 2025-02-19 08:20:02 UTC
Built: R 4.5.1; x86_64-w64-mingw32; 2025-10-26 01:40:58 UTC; windows
Archs: x64
