-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1018 Bytes
/
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: codex
Title: What the Package Does (One Line, Title Case)
Version: 0.0.1
Authors@R:
person("Andrew", "Bruce", , "andrewallenbruce@gmail.com", role = c("aut", "cre", "cph"))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
URL: https://andrewallenbruce.github.io/codex/,
https://github.com/andrewallenbruce/codex
BugReports: https://github.com/andrewallenbruce/codex/issues
Depends:
R (>= 4.1.0)
Imports:
cheapr,
collapse,
data.table,
dplyr,
glue,
kit,
purrr,
rlang,
stringfish,
stringi,
stringr,
vctrs
Suggests:
fs,
knitr,
pins,
qs,
rmarkdown,
roxyglobals,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/roxyglobals/filename: generated-globals.R
Config/roxyglobals/unique: TRUE
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.3.2