Package: jgd 0.1.0.99

Grant McDermott
jgd: JSON Graphics Device
A graphics device that translates R plotting operations into JSON and streams them over a local connection to an external display application. The device acts as a pure recorder with no rendering dependencies; all rendering occurs in that application (e.g. a 'VS Code' extension or a web browser). Official display applications are available from the project homepage.
Authors:
jgd_0.1.0.99.tar.gz
jgd_0.1.0.99.zip(r-4.7)jgd_0.1.0.99.zip(r-4.6)jgd_0.1.0.99.zip(r-4.5)
jgd_0.1.0.99.tgz(r-4.6-x86_64)jgd_0.1.0.99.tgz(r-4.6-arm64)jgd_0.1.0.99.tgz(r-4.5-x86_64)jgd_0.1.0.99.tgz(r-4.5-arm64)
jgd_0.1.0.99.tar.gz(r-4.7-arm64)jgd_0.1.0.99.tar.gz(r-4.7-x86_64)jgd_0.1.0.99.tar.gz(r-4.6-arm64)jgd_0.1.0.99.tar.gz(r-4.6-x86_64)
jgd_0.1.0.99.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
jgd/json (API)
NEWS
| # Install 'jgd' in R: |
| install.packages('jgd', repos = c('https://grantmcdermott.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/grantmcdermott/jgd/issues
Last updated from:294a23e080. Checks:13 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 245 | ||
| linux-devel-x86_64 | OK | 237 | ||
| source / vignettes | OK | 150 | ||
| linux-release-arm64 | OK | 242 | ||
| linux-release-x86_64 | OK | 266 | ||
| macos-release-arm64 | OK | 225 | ||
| macos-release-x86_64 | OK | 291 | ||
| macos-oldrel-arm64 | OK | 201 | ||
| macos-oldrel-x86_64 | OK | 286 | ||
| windows-devel | OK | 211 | ||
| windows-release | OK | 160 | ||
| windows-oldrel | OK | 155 | ||
| wasm-release | OK | 90 |
Exports:jgdjgd_begin_groupjgd_discoverjgd_end_groupjgd_extjgd_frame_extjgd_server_infowith_jgd_extwith_jgd_frame_extwith_jgd_group
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| JSON Graphics Device | jgd |
| Begin a drawing group (experimental) | jgd_begin_group |
| Discover a running jgd server | jgd_discover |
| End a drawing group (experimental) | jgd_end_group |
| Set extended graphics context (experimental) | jgd_ext |
| Set frame-level extension fields (experimental) | jgd_frame_ext |
| Get server information | jgd_server_info |
| jgd JSONL Protocol Specification | jgd_protocol jgd_spec |
| Scoped extended graphics context (experimental) | with_jgd_ext |
| Scoped frame-level extension fields (experimental) | with_jgd_frame_ext |
| Scoped drawing group (experimental) | with_jgd_group |