# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "trigd" in publications use:' type: software license: MIT title: 'trigd: Three-Layer Graphics Device' version: 0.0.1 doi: 10.32614/CRAN.package.trigd abstract: A graphics device that records R plotting operations and streams them as JSON over a Unix domain socket to an external renderer. The device acts as a pure recorder with no rendering dependencies -- all rendering occurs in the client (e.g. a browser or any NDJSON-capable frontend). authors: - family-names: McDermott given-names: Grant email: contact@grantmcdermott.com repository: https://eitsupi.r-universe.dev repository-code: https://github.com/eitsupi/trigd commit: 6dfbcf85f6f186b7f0e32f403e0a4b9836b879a8 url: https://github.com/eitsupi/trigd date-released: '2026-02-15' contact: - family-names: McDermott given-names: Grant email: contact@grantmcdermott.com