-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
41 lines (41 loc) · 853 Bytes
/
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
Package: details
Title: Create Details HTML Tag for Markdown and Package
Documentation
Version: 0.3.0
Authors@R:
person(given = "Jonathan",
family = "Sidi",
role = c("aut", "cre"),
email = "[email protected]")
Description: Create a details HTML tag around R objects to place
in a Markdown, 'Rmarkdown' and 'roxygen2' documentation.
License: MIT + file LICENSE
URL: https://github.com/yonicd/details
BugReports: https://github.com/yonicd/details/issues
Depends:
R (>= 3.2.0)
Imports:
clipr,
desc,
grid,
httr,
htmltools,
knitr,
magrittr,
png,
stats,
utils,
withr,
xml2
Suggests:
covr,
rmarkdown,
sessioninfo,
testthat,
tibble
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1