Package: httpgd
Type: Package
Title: A 'HTTP' Server Graphics Device
Version: 2.0.4
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("Jeroen", "Ooms", role = c("ctb"), email = "jeroen@berkeley.edu", comment = c(ORCID = "0000-0002-4035-0289"))
    )
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: unigd
LinkingTo: unigd, cpp11 (>= 0.2.4), AsioHeaders (>= 1.22.1)
Suggests: testthat, xml2 (>= 1.0.0), knitr, rmarkdown, covr, future,
        httr, jsonlite
RoxygenNote: 7.3.2
Encoding: UTF-8
URL: https://github.com/nx10/httpgd, https://nx10.github.io/httpgd/
BugReports: https://github.com/nx10/httpgd/issues
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2025-03-15 23:11:18 UTC; floru
Author: Florian Rupprecht [aut, cre] (<https://orcid.org/0000-0002-1795-8624>),
  Kun Ren [ctb],
  Jeroen Ooms [ctb] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Florian Rupprecht <floruppr@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-16 00:50:01 UTC
