Package: trigd Title: Three-Layer Graphics Device Version: 0.0.1 Authors@R: person("Grant", "McDermott", role = c("aut", "cre"), email = "contact@grantmcdermott.com") Description: 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). License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 NeedsCompilation: yes SystemRequirements: POSIX sockets (macOS, Linux) or TCP sockets (Windows) URL: https://github.com/eitsupi/trigd BugReports: https://github.com/eitsupi/trigd/issues Repository: https://eitsupi.r-universe.dev Date/Publication: 2026-02-15 05:45:23 UTC RemoteUrl: https://github.com/eitsupi/trigd RemoteRef: HEAD RemoteSha: 6dfbcf85f6f186b7f0e32f403e0a4b9836b879a8 RemoteSubdir: r-pkg Packaged: 2026-06-18 08:04:40 UTC; root Author: Grant McDermott [aut, cre] Maintainer: Grant McDermott