-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 803 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 803 Bytes
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
Package: reportMD
Title: Scientific reports with RMarkdown
Version: 0.5.0
Authors@R: c(person("Peter", "Humburg", email = "p.humburg@garvan.org.au", role = c("aut", "cre")),
person("Patrick", "Schratz", role="ctb"),
person("Jim", "Hester", role="ctb"))
Description: Utilities designed to facilitate the creation of scientific reports
with RMarkdown. The package was inspired by knitrBootstrap and builds on
rmarkdown to generate html documents that are well suited to document
and present the results of scientific analyses.
Depends:
R (>= 3.2.0),
methods
Imports:
plotly,
pander,
knitr,
callr,
rmarkdown,
stringr,
yaml,
xml2,
htmltools
Suggests:
ggplot2
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 6.0.1