-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
43 lines (43 loc) · 1.3 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
Package: deckhand
Type: Package
Title: Create data heavy {pagedown} reports (slide decks)
Version: 0.0.9
Authors@R:
c(person(given = "Crown Copyright", role = c("cph", "fnd")),
person(given = "Matt", family = "Kerlogue", role = c("aut", "cre"),
email = "matt.kerlogue@cabinetoffice.gov.uk"))
Maintainer: The package maintainer <yourself@somewhere.net>
Description: Generate {pagedown} reports for data heavy publications. Often
these types of reports have been laid out using presentation software and
therefore called "slide decks" even though they aren't presented but turned
into PDFs and printed. A deckhand is an experienced seaman in the merchant
navy who helps with the general running of a ship, the {deckhand} package
helps you produce your report.
License: MIT + file LICENSE
URL: https://co-analysis.github.io/deckhand/, https://github.com/co-analysis/deckhand
BugReports: https://github.com/co-analysis/deckhand/issues
Encoding: UTF-8
LazyData: true
Imports:
forcats,
ggplot2,
gt,
htmltools,
pagedown,
purrr,
readr,
rmarkdown,
showtext,
stringr,
svglite,
sysfonts,
tibble,
tools
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
Suggests:
stringi,
knitr,
palmerpenguins,
tidyr
VignetteBuilder: knitr