Package: marquee Title: Markdown Parser and Renderer for R Graphics Version: 1.2.1.9000 Authors@R: c( person("Thomas Lin", "Pedersen", , "thomas.pedersen@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5147-4711")), person("Martin", "Mitáš", role = "aut", comment = "Author of MD4C"), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Provides the mean to parse and render markdown text with grid along with facilities to define the styling of the text. License: MIT + file LICENSE URL: https://marquee.r-lib.org, https://github.com/r-lib/marquee BugReports: https://github.com/r-lib/marquee/issues Depends: R (>= 4.1) Imports: cli, glue, grDevices, grid, jpeg, lifecycle, png, rlang (>= 1.1.0), S7, systemfonts (>= 1.2.0), textshaping (>= 1.0.0), utils, vctrs Suggests: ggplot2, gt, gtable, knitr, patchwork, ragg, rmarkdown, rsvg, testthat (>= 3.0.0) LinkingTo: cpp11 VignetteBuilder: knitr Config/build/compilation-database: true Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-04-23 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev Repository: https://r-lib.r-universe.dev Date/Publication: 2026-03-15 16:56:23 UTC RemoteUrl: https://github.com/r-lib/marquee RemoteRef: HEAD RemoteSha: 47c216024ac5941e69a8cb9952ffbded8e0f5c5f NeedsCompilation: yes Packaged: 2026-07-06 12:59:45 UTC; root Author: Thomas Lin Pedersen [aut, cre] (ORCID: ), Martin Mitáš [aut] (Author of MD4C), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Thomas Lin Pedersen