forked from EllaKaye/distilltools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.06 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
Package: distilltools
Type: Package
Title: A collection of tools to assist in the creating and styling of content on {distill} websites
Version: 0.0.0.9003
Authors@R: c(
person("Ella", "Kaye", email = "E.Kaye.1@warwick.ac.uk", role = c("aut", "cre")),
person("John Paul", "Helveston", role = c("aut")),
person("Michael", "McCarthy", role = "aut"),
person()
)
Maintainer: Ella Kaye <E.Kaye.1@warwick.ac.uk>
URL: https://github.com/EllaKaye/distilltools, https://ellakaye.github.io/distilltools/
Description: A collection of tools to assist in the creating and styling of content on websites built with the distill package.
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/EllaKaye/distilltools/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
distill,
htmltools,
jsonlite,
lubridate,
rmarkdown (>= 2.6),
rprojroot,
rstudioapi,
usethis,
withr,
xfun (>= 0.2),
yaml
Suggests:
shiny,
miniUI,
testthat (>= 3.0.0)
Depends:
R (>= 2.10)
Config/testthat/edition: 3