-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.6 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
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: minidown
Type: Package
Title: Create Simple Yet Powerful HTML Documents with Light Weight CSS Frameworks
Version: 0.4.0
Authors@R: c(
person(given = "Atsushi",
family = "Yasumoto",
role = c("aut", "cph", "cre"),
email = "atusy.rpkg@gmail.com",
comment = c(ORCID = "0000-0002-8335-495X")),
person(given = "Angelos",
family = "Chalaris",
role = "aut",
comment = "mini.css"),
person(given = "Susam",
family = "Pal",
role = "aut",
comment = "spcss"),
person(given = "Mitesh",
family = "Shah",
role = "aut",
comment = "sakura"),
person(given = "Kognise",
family = "",
role = "aut",
comment = "Water.css")
)
Maintainer: Atsushi Yasumoto <atusy.rpkg@gmail.com>
Description: Create minimal, responsive, and style-agnostic HTML documents with
the lightweight CSS frameworks such as 'sakura', 'Water.css', and 'spcss'.
Powerful features include table of contents floating as a sidebar,
folding codes and results, and more.
URL: https://minidown.atusy.net, https://github.com/atusy/minidown
BugReports: https://github.com/atusy/minidown/issues
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
htmltools,
katex,
knitr,
mime,
rmarkdown,
sass,
xfun
Suggests:
callr,
dplyr,
purrr,
shiny,
testthat (>= 2.1.0),
tidyr,
tibble
SystemRequirements: pandoc (>= 2.7.2) - http://pandoc.org
VignetteBuilder: knitr