forked from rstudio/markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.44 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: 'Markdown' Rendering for R
Version: 0.7.10
Date: 2015-04-23
Authors@R: c(
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("Vicent", "Marti", role = c("aut", "cph"), comment = "The Sundown library"),
person("Natacha", "Porte", role = c("aut", "cph"), comment = "The Sundown library"),
person(family = "RStudio", role = "cph"),
person("Yihui", "Xie", role = c("cre", "ctb"), email = "[email protected]")
)
Description: Provides R bindings to the 'Sundown' 'Markdown' rendering library
(https://github.com/vmg/sundown). 'Markdown' is a plain-text formatting
syntax that can be converted to 'XHTML' or other formats. See
http://en.wikipedia.org/wiki/Markdown for more information about 'Markdown'.
Depends:
R (>= 2.11.1)
Imports:
utils,
mime (>= 0.3)
Suggests:
knitr,
RCurl
License: GPL-2
URL: https://github.com/rstudio/markdown
BugReports: https://github.com/rstudio/markdown/issues
VignetteBuilder: knitr