-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: marquee
Title: Markdown Parser and Renderer for R Graphics
Version: 0.1.0.9000
Authors@R: c(
person("Thomas Lin", "Pedersen", , "[email protected]", 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"))
)
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
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
LinkingTo:
cpp11
Imports:
cli,
glue,
grid,
jpeg,
png,
rlang (>= 1.1.0),
systemfonts (>= 1.1.0),
textshaping (>= 0.4.0),
utils,
vctrs
Suggests:
ggplot2,
gt,
gtable,
knitr,
patchwork,
ragg,
rmarkdown,
rsvg,
testthat (>= 3.0.0)
URL: https://marquee.r-lib.org, https://github.com/r-lib/marquee
BugReports: https://github.com/r-lib/marquee/issues
Config/Needs/website: tidyverse/tidytemplate
VignetteBuilder: knitr
Config/testthat/edition: 3