-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
33 lines (33 loc) · 1.15 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
Package: geodaData
Title: Spatial Analysis Datasets for Teaching
Version: 0.1.0
Authors@R:
c(person(given = "Angela",
family = "Li",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8956-419X")),
person(given = "Luc",
family = "Anselin",
role = c("ctb"),
comment = "Creator of original spatial datasets"),
person(given = "Karina",
family = "Acosta",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5103-1147X"))
)
Description: Stores small spatial datasets used to teach basic spatial analysis
concepts. Datasets are based off of the 'GeoDa' software workbook and data
site <https://geodacenter.github.io/data-and-lab/> developed by Luc Anselin
and team at the University of Chicago. Datasets are stored as 'sf' objects.
Depends:
R (>= 3.3.0)
License: CC0
URL: https://github.com/spatialanalysis/geodaData
BugReports: https://github.com/spatialanalysis/geodaData/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
sf