-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.04 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
44
45
Package: booktem
Title: Methods Book Template
Date: 2023-06-24
Version: 0.0.0.9004
Authors@R:
c(person(given = "Lisa",
family = "DeBruine",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7523-5539")),
person(given = "Daniël",
family = "Lakens",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0247-239X"))
)
Description: Creates a template quarto project for a methods book.
License: CC BY 4.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/debruine/booktem,
https://debruine.github.io/booktem/
BugReports: https://github.com/debruine/booktem/issues
Imports:
glue,
quarto,
rlang,
utils,
usethis,
xfun,
webexercises (>= 1.1.0),
glossary,
knitr,
kableExtra,
DT,
magrittr,
xml2,
yaml
Suggests:
covr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr