-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
39 lines (39 loc) · 1.02 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: heddlr
Title: Dynamic R Markdown Document Generation
Version: 0.6.1
Authors@R:
person(given = "Michael",
family = "Mahoney",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2402-304X"))
Description: Helper functions designed to make
dynamically generating R Markdown documents easier by providing a
simple and tidy way to create report pieces, shape them to your data,
and combine them for exporting into a single R Markdown document.
License: MIT + file LICENSE
URL: https://github.com/mikemahoney218/heddlr,
https://mikemahoney218.github.io/heddlr/
BugReports: https://github.com/mikemahoney218/heddlr/issues
Depends:
R (>= 3.5.0)
Imports:
rlang (>= 0.1.2),
utf8,
yaml
Suggests:
covr,
here,
rmarkdown,
roxygen2,
testthat (>= 2.1.0),
dplyr,
tibble,
tidyr (>= 1.0.0),
nycflights13,
ggplot2,
knitr,
purrr
Encoding: UTF-8
RoxygenNote: 7.1.1
VignetteBuilder: knitr