-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1001 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: godataR
Type: Package
Title: Connecting R with the Go.Data Application
Version: 2.0.0
Authors@R:
c(person(given = "James",
family = "Fuller",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Sara",
family = "Hollis",
role = c("aut"),
email = "[email protected]"),
person(given = "Amy",
family = "Mikhail",
role = c("aut"),
email = "[email protected]"))
Maintainer: The WHO Go.Data Team <[email protected]>
Description: A set of functions to connect R to Go.Data.
Imports:
data.table,
dplyr,
httr,
jsonlite,
lubridate,
magrittr,
purrr,
stringr,
tibble,
tidyr,
urltools,
janitor
Suggests:
devtools,
testthat (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10)
Config/testthat/edition: 3