forked from facebookincubator/CommutingZones
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.35 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
47
Package: CommutingZones
Type: Package
Title: Commuting Zones to City Mapping
Version: 0.1.0
Authors@R: c(
person(given = "Monica",
family = "Bhole",
role = c("aut", "cre"),
email = "mbhole@meta.com"),
person(given = "Gufeng",
family = "Zhou",
role = c("aut"),
email = "gufeng@meta.com"),
person(given = "Igor",
family = "Skokan",
role = c("ctb"),
email = "igorskokan@meta.com"),
person(given = "Arturo",
family = "Esquerra",
role = c("aut"),
email = "aesquerrac@gmail.com"),
person(given = "Nicolas",
family = "Cruces",
role = c("aut"),
email = "nicolascruces1994@gmail.com")
)
Description: Commuting zones are geographic areas where people live and work and
are useful for understanding local economies, as well as how they differ from
traditional boundaries. These zones are a set of boundary shapes built using
aggregated estimates of home and work locations. Data used to build commuting
zones is aggregated and de-identified.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
Depends:
R (>= 2.10)
RoxygenNote: 7.2.3
Imports:
dplyr,
ggplot2,
ggmap,
sf,
rlang
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3