Package: ggtypst Title: Render High-Quality Text and Formulas in 'ggplot2' by Typst Version: 0.1.0 Authors@R: person(given = "Hao", family = "Cheng", role = c("aut", "cre", "cph"), email = "Yousa-Mirage@foxmail.com") Author: Hao Cheng [aut, cre, cph] Maintainer: Hao Cheng Description: Provides a seamless integration of the 'Typst' typesetting engine into 'ggplot2'. It allows users to render complex mathematical formulas, equations, and rich text directly in plot annotations, axis labels, and titles without requiring a local Typst or LaTeX installation. Under the hood, it leverages Rust FFI to compile Typst code into SVG. URL: https://github.com/Yousa-Mirage/ggtypst, https://yousa-mirage.github.io/ggtypst/ BugReports: https://github.com/Yousa-Mirage/ggtypst/issues License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/rextendr/version: 0.4.2 Config/Needs/website: pkgdown, pkgload SystemRequirements: Cargo (Rust's package manager), rustc >= 1.89.0 Depends: R (>= 4.2), ggplot2 Imports: S7, cli, grImport2, grDevices, grid, rlang, rsvg Suggests: knitr, pkgdown, rmarkdown, spelling, svglite, testthat (>= 3.0.0), vdiffr VignetteBuilder: knitr Config/testthat/edition: 3 Config/testthat/parallel: true Collate: 'annotate-typst.R' 'annotate-math.R' 'build-source.R' 'diagnostic.R' 'typst-svg.R' 'grob.R' 'helper.R' 'element-typst.R' 'element-math.R' 'extendr-wrappers.R' 'geom-typst.R' 'geom-math.R' 'mitex.R' 'zzz.R' Language: en-US Config/pak/sysreqs: libjpeg-dev libpng-dev librsvg2-dev libxml2-dev libclang-dev Repository: https://r-multiverse.r-universe.dev Date/Publication: 2026-03-13 05:56:54 UTC RemoteUrl: https://github.com/Yousa-Mirage/ggtypst RemoteRef: v0.1.0 RemoteSha: a075de59066ac2024c07b9c235310fedb4f9a23e NeedsCompilation: yes Packaged: 2026-07-01 09:12:37 UTC; root