Package: gridmicrotex Title: Native 'LaTeX' Math Rendering for Grid Graphics Version: 0.0.4 Authors@R: c( person("Alim", "Dayim", role = c("aut", "cre"), email = "ad938@cam.ac.uk", comment = c(ORCID = "0000-0001-9998-7463")), person("Nano", "Michael", role = "cph", comment = "Author of included 'MicroTeX' library"), person(family = "Bundled math font authors", role = "cph", comment = "See inst/COPYRIGHTS for the full list of authors of the bundled math fonts.")) Description: Renders 'LaTeX' math equations as native R grid graphics objects (grobs) using the 'MicroTeX' 'C++' library as the layout engine. Produces resolution-independent vector output that works on any R graphics device, with no external 'LaTeX' installation required. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: C++17, FreeType (>= 2.9), pkg-config Depends: R (>= 4.2.0) LinkingTo: Rcpp, systemfonts Imports: grDevices, grid, Rcpp, systemfonts, tools Suggests: ggplot2 (>= 4.0.0), knitr, ragg, rmarkdown, S7, testthat (>= 3.0.0), vdiffr VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://github.com/adayim/gridmicrotex, https://adayim.github.io/gridmicrotex/ BugReports: https://github.com/adayim/gridmicrotex/issues Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev pkg-config Repository: https://adayim.r-universe.dev Date/Publication: 2026-05-21 22:05:37 UTC RemoteUrl: https://github.com/adayim/gridmicrotex RemoteRef: HEAD RemoteSha: 154f04ffa026c44fece2e056818e8c1ab17c8f17 NeedsCompilation: yes Packaged: 2026-06-20 10:13:27 UTC; root Author: Alim Dayim [aut, cre] (ORCID: ), Nano Michael [cph] (Author of included 'MicroTeX' library), Bundled math font authors [cph] (See inst/COPYRIGHTS for the full list of authors of the bundled math fonts.) Maintainer: Alim Dayim