Package: httpgd
Type: Package
Title: A 'HTTP' Server Graphics Device
Version: 1.3.1
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")
    )
Description: A graphics device for R that is accessible via network protocols.
    This package was created to make it easier to embed live R graphics in 
    integrated development environments and other applications.
    The included 'HTML/JavaScript' client (plot viewer) aims to provide a better overall user experience when dealing with R graphics.
    The device asynchronously serves graphics via 'HTTP' and 'WebSockets'.
License: GPL (>= 2)
Depends: R (>= 3.2.0)
Imports: later (>= 1.1.0), systemfonts (>= 1.0.0)
LinkingTo: cpp11 (>= 0.2.4), BH (>= 1.75.0), later, systemfonts
Suggests: testthat, xml2 (>= 1.0.0), fontquiver (>= 0.2.0), knitr,
        rmarkdown
RoxygenNote: 7.2.3
Encoding: UTF-8
SystemRequirements: C++17, libpng, cairo, freetype2, fontconfig
URL: https://github.com/nx10/httpgd, https://nx10.github.io/httpgd/
BugReports: https://github.com/nx10/httpgd/issues
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2023-01-30 03:20:54 UTC; flo
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)
Maintainer: Florian Rupprecht <floruppr@gmail.com>
Repository: CRAN
Date/Publication: 2023-01-30 14:00:02 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2023-01-31 12:05:07 UTC; unix
Archs: httpgd.so.dSYM
