Package: httpgd 2.0.3
httpgd: A 'HTTP' Server Graphics Device
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'.
Authors:
httpgd_2.0.3.tar.gz
httpgd_2.0.3.zip(r-4.6)httpgd_2.0.3.zip(r-4.5)httpgd_2.0.3.zip(r-4.4)
httpgd_2.0.3.tgz(r-4.5-x86_64)httpgd_2.0.3.tgz(r-4.5-arm64)httpgd_2.0.3.tgz(r-4.4-x86_64)httpgd_2.0.3.tgz(r-4.4-arm64)
httpgd_2.0.3.tar.gz(r-4.6-noble)httpgd_2.0.3.tar.gz(r-4.5-noble)
httpgd.pdf |httpgd.html✨
httpgd/json (API)
NEWS
# Install 'httpgd' in R: |
install.packages('httpgd', repos = c('https://community.r-multiverse.org', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/nx10/httpgd/issues
Pkgdown site:https://nx10.github.io
Last updated 2 months agofrom:7181a6fb9c (on v2.0.3). Checks:10 OK, 2 FAIL. Indexed: no.
Target | Result | Total time |
---|---|---|
linux-devel | OK | |
source / vignettes | OK | |
linux-release | OK | |
macos-release-x86_64 | OK | |
macos-release-arm64 | OK | |
macos-oldrel-x86_64 | OK | |
macos-oldrel-arm64 | OK | |
windows-devel | OK | |
windows-release | OK | |
windows-oldrel | OK | |
wasm-release | FAIL | |
wasm-oldrel | FAIL |
Exports:hgdhgd_browsehgd_closehgd_detailshgd_generate_tokenhgd_urlhgd_viewhgd_watch
Dependencies:AsioHeadersclicpp11gluejsonlitelifecyclerlangsystemfontsunigd
Docker
Rendered fromb03_docker.Rmd
usingknitr::rmarkdown
on Apr 14 2025.Last update: 2021-12-17
Started: 2021-11-25
Getting started
Rendered froma01_how-to-get-started.Rmd
usingknitr::rmarkdown
on Apr 14 2025.Last update: 2022-09-18
Started: 2021-11-25
httpgd API
Rendered fromc01_httpgd-api.Rmd
usingknitr::rmarkdown
on Apr 14 2025.Last update: 2022-09-17
Started: 2021-11-25
Installation
Rendered froma00_installation.Rmd
usingknitr::rmarkdown
on Apr 14 2025.Last update: 2022-09-17
Started: 2021-11-25
RStudio
Rendered fromb02_rstudio.Rmd
usingknitr::rmarkdown
on Apr 14 2025.Last update: 2022-01-03
Started: 2021-11-25
VS Code
Rendered fromb01_vscode.Rmd
usingknitr::rmarkdown
on Apr 14 2025.Last update: 2022-01-03
Started: 2021-11-25
Readme and manuals
Help Manual
Help page | Topics |
---|---|
httpgd: HTTP server graphics device | httpgd-package httpgd |
Asynchronous HTTP server graphics device. | hgd |
Open httpgd URL in the browser. | hgd_browse |
Close httpgd device. | hgd_close |
httpgd device status. | hgd_details |
Generate random alphanumeric token. | hgd_generate_token |
httpgd URL. | hgd_url |
Open httpgd URL in the IDE. | hgd_view |
Watch for changes in code files and refresh plots automatically. | hgd_watch |