-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 989 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
Package: unlwnv
Title: Analyse WNV annual case data using UNL method
Version: 0.0.0.9000
Authors@R:
c(person(given = "Andrew",
family = "Tyre",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9736-641X")),
person(given = "Kelly",
family = "Smith",
role = c("aut"),
email = "[email protected]"),
person("Alexander Sasha","Keyel", role = c("ctb"),
email = "[email protected]"))
Description: Analyzes inter-annual West Nile Virus (WNV) case counts at the county scale using distributed lag models and drought indexes. The package is designed to interface with other analysis packages in the WNV model intercomparison project.
License: MIT + file LICENSE
Suggests:
testthat
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
wnvdata,
dplyr,
readr,
flmtools,
here
Depends:
R (>= 2.10)