-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
46 lines (46 loc) · 943 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
44
45
46
Package: globaltoolboxlite
Title: Identify Location Names and Link with Other Data, lite version
Version: 0.0.0.9000
Authors@R: c(
person("Shaun", "Truelove", email = "[email protected]", role = c("aut", "cre")),
person("Joshua", "Kaminsky", email = "[email protected]", role = c("ctb")))
Description: Allows users to standardize location names.
Depends:
R (>= 3.4)
Imports:
countrycode,
doParallel,
dplyr,
exactextractr,
foreach,
glue,
lubridate,
RCurl,
rlang,
stringdist,
stringi,
stringr,
tibble,
tidyr,
stats
Suggests:
sf,
raster,
covr,
fuzzr,
globaltoolbox,
httr,
readxl,
testthat
Remotes:
github::HopkinsIDD/globaltoolbox
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Collate:
'string_manipulation.R'
'get_country.R'
'get_region.R'
'get_who_disease_incidence.R'
'worldpop_data.R'