-
Notifications
You must be signed in to change notification settings - Fork 78
/
DESCRIPTION
39 lines (39 loc) · 1.3 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
Package: markdown
Type: Package
Title: Render Markdown with 'commonmark'
Version: 1.13
Authors@R: c(
person("Yihui", "Xie", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666")),
person("JJ", "Allaire", role = "aut"),
person("Jeffrey", "Horner", role = "aut"),
person("Henrik", "Bengtsson", role = "ctb"),
person("Jim", "Hester", role = "ctb"),
person("Yixuan", "Qiu", role = "ctb"),
person("Kohske", "Takahashi", role = "ctb"),
person("Adam", "November", role = "ctb"),
person("Nacho", "Caballero", role = "ctb"),
person("Jeroen", "Ooms", role = "ctb"),
person("Thomas", "Leeper", role = "ctb"),
person("Joe", "Cheng", role = "ctb"),
person("Andrzej", "Oles", role = "ctb"),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Render Markdown to full and lightweight HTML/LaTeX documents with
the 'commonmark' package. This package has been superseded by 'litedown'.
Depends:
R (>= 2.11.1)
Imports:
utils,
commonmark (>= 1.9.0),
xfun (>= 0.38)
Suggests:
knitr,
rmarkdown (>= 2.18),
yaml,
RCurl
License: MIT + file LICENSE
URL: https://github.com/rstudio/markdown
BugReports: https://github.com/rstudio/markdown/issues
RoxygenNote: 7.3.1
Encoding: UTF-8
Roxygen: list(markdown = TRUE)