Package: snippet Title: Create Nice Code Images Version: 0.0.1 Authors@R: person(given = "Christopher T.", family = "Kenny", role = c("aut", "cre"), email = "ctkenny@proton.me", comment = c(ORCID = "0000-0002-9386-6860")) Description: Render typeset code snippets using 'Typst'. Supports syntax highlighting for many languages, multiple output formats, and theming via 'tmTheme' files. Designed for documentation, teaching materials, and reproducible code presentation. URL: https://christopherkenny.com/snippet/, https://github.com/christopherkenny/snippet BugReports: https://github.com/christopherkenny/snippet/issues License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 4.1.0) Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: cli, clipr, fs, glue, readr, typr, xml2 Suggests: rstudioapi, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/Needs/website: christopherkenny/ctktemplate Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev libx11-dev Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-05-09 20:53:33 UTC RemoteUrl: https://github.com/christopherkenny/snippet RemoteRef: HEAD RemoteSha: 039e45959c980505e3ff999fcf441379f6d9a579 NeedsCompilation: no Packaged: 2026-07-08 05:51:24 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ) Maintainer: Christopher T. Kenny