Package: munch Title: Rich Inline Text for 'grid' Graphics and 'flextable' Version: 0.0.2 Authors@R: c( person("David", "Gohel", , "david.gohel@ardata.fr", role = c("aut", "cre")), person("ArData", role = "cph") ) Description: Renders rich inline text (bold, italic, code, links, images) in grid graphics and 'ggplot2', from markdown or 'flextable' chunks. Provides grobs, theme elements, and geometry layers for styled text rendering. Only works with graphics devices that support 'systemfonts', such as those provided by 'ragg', 'svglite', or 'ggiraph'. The 'cairo_pdf' device is also supported when fonts are installed at the system level. License: MIT + file LICENSE URL: https://ardata-fr.github.io/munch/ BugReports: https://github.com/ardata-fr/munch/issues Imports: cli, commonmark, flextable, patchwork, gdtools, ggplot2, grid, methods, systemfonts, xml2 Suggests: doconv, ggiraph, knitr, magick, ragg, rmarkdown, rsvg, svglite, testthat (>= 3.0.0), withr VignetteBuilder: knitr, rmarkdown Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev Repository: https://ardata-fr.r-universe.dev Date/Publication: 2026-04-09 09:47:38 UTC RemoteUrl: https://github.com/ardata-fr/munch RemoteRef: HEAD RemoteSha: e942788590d627cd4dc6b3ebfd2fb47b802cf983 NeedsCompilation: no Packaged: 2026-06-16 08:54:33 UTC; root Author: David Gohel [aut, cre], ArData [cph] Maintainer: David Gohel