-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.07 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
46
Package: dht
Title: A Collection of Functions to Assist Building DeGAUSS Containers
Version: 1.2.3
Authors@R: c(
person(given = "Erika",
family = "Rasnick",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Cole",
family = "Brokamp",
role = c("aut"))
)
Description: degauss helper tools are used to develop and run DeGAUSS containers.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Suggests:
testthat (>= 3.0.0),
sf (>= 0.8-1),
renv (>= 0.8.3),
tibble,
knitr,
rmarkdown
Imports:
cli (>= 2.2.0),
magrittr,
readr (>= 2.0.0),
dplyr (>= 1.0.0),
tidyr (>= 1.0.0),
glue (>= 1.4.2),
fs (>= 1.5.0),
withr (>= 2.2.0),
purrr (>= 0.3.4),
stringr (>= 1.4.0),
whisker (>= 0.4),
ps (>= 1.6.0),
prettyunits,
tidyselect
Depends:
R (>= 2.10)
Config/testthat/edition: 3
URL: http://degauss.org/dht
VignetteBuilder: knitr
BugReports: https://github.com/degauss-org/dht/issues