-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 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
Package: epiwave.params
Title: What the Package Does (Title Case)
Version: 0.1.0
Authors@R: c(
person("Saras", "Windecker", role = c("aut", "cre"),
email = "saras.windecker@gmail.com",
comment = c(ORCID = "0000-0002-4870-8353")),
person("Tianxiao", "Hao", role = "aut",
comment = c(ORCID = "0000-0003-4363-1956")),
person("Nick", "Golding", role = "aut",
comment = c(ORCID = "0000-0001-8916-5570")),
person("Kate", "Senior", role = "ctb",
comment = c(ORCID = "0000-0003-1123-1472")))
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/idem-lab/epiwave.params
BugReports: https://github.com/idem-lab/epiwave.params/issues
Suggests:
R.rsp,
testthat (>= 3.0.0)
Imports:
distributional,
dplyr,
graphics,
magrittr,
stats,
tibble,
tidyr
VignetteBuilder: R.rsp
Config/testthat/edition: 3