# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "jgd" in publications use:' type: software license: MIT title: 'jgd: JSON Graphics Device' version: 0.1.0 doi: 10.32614/CRAN.package.jgd abstract: 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: - family-names: McDermott given-names: Grant email: contact@grantmcdermott.com - family-names: Shima given-names: Tatsuya email: ts1s1andn@gmail.com repository: https://cran.r-universe.dev repository-code: https://github.com/grantmcdermott/jgd commit: a590e4014fff7823ba162c01a364dbeeb2e99e7d url: https://github.com/grantmcdermott/jgd date-released: '2026-04-29' contact: - family-names: McDermott given-names: Grant email: contact@grantmcdermott.com