Skip to content
/ httpgd Public

Asynchronous HTTP/WebSocket graphics device for R with an interactive plot viewer

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
LICENSE.note
Notifications You must be signed in to change notification settings

nx10/httpgd

Repository files navigation

httpgd httpgd logo

R-CMD-check CRAN downloads Codecov test coverage

An HTTP/WebSocket graphics device for R. Serves plots asynchronously and includes an interactive web-based plot viewer. Built to embed live R graphics in IDEs and other applications.

Powered by unigd.

Features

  • Fast, asynchronous plot rendering
  • Interactive plot viewer with history and resizing
  • Multiple concurrent clients
  • Export to SVG, PNG, PDF, EPS, and more
  • Stateless HTTP/WebSocket API

Demo

httpgd demo showing interactive plot viewer

Installation

Install from CRAN:

install.packages("httpgd")

Or install the development version from GitHub:

remotes::install_github("nx10/httpgd")

See system requirements for details.

Documentation

Contributing

httpgd is written in C++, R, and TypeScript. Contributions of any kind are welcome.

Links

License

Licensed under GPL v2.0. Webserver based on CrowCpp/Crow. Vendored license copies are in ./inst/licenses.

About

Asynchronous HTTP/WebSocket graphics device for R with an interactive plot viewer

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
LICENSE.note

Stars

Watchers

Forks

Packages

No packages published