Package: httpgd Type: Package Title: A 'HTTP' Server Graphics Device Version: 2.1.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 (>= 4.2.0) Imports: unigd (>= 0.2.0) LinkingTo: unigd, cpp11 (>= 0.2.4), AsioHeaders (>= 1.28.2) Suggests: testthat, xml2 (>= 1.0.0), knitr, rmarkdown, covr, future, httr, jsonlite Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Encoding: UTF-8 URL: https://github.com/nx10/httpgd, https://nx10.dev/httpgd/ BugReports: https://github.com/nx10/httpgd/issues 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-27 17:39:15 UTC RemoteUrl: https://github.com/nx10/httpgd RemoteRef: 087ebf5bbf46ddc52e107d6a8bb26381177d2e7f RemoteSha: 087ebf5bbf46ddc52e107d6a8bb26381177d2e7f NeedsCompilation: yes Packaged: 2026-06-15 10:02:20 UTC; root Author: Florian Rupprecht [aut, cre] (ORCID: ), Kun Ren [ctb], Jeroen Ooms [ctb] (ORCID: ) Maintainer: Florian Rupprecht