-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
42 lines (42 loc) · 1.24 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
Package: rgeoda
Type: Package
Title: R Library for Spatial Data Analysis
Version: 0.0.10-4
Date: 2023-07-01
Authors@R:
c(person(given = "Xun", family = "Li", email="[email protected]", role=c("aut","cre")),
person(given = "Luc", family = "Anselin", email="[email protected]", role="aut"))
Maintainer: Xun Li <[email protected]>
Description: Provides spatial data analysis functionalities including Exploratory Spatial Data Analysis,
Spatial Cluster Detection and Clustering Analysis, Regionalization, etc. based on the C++ source code
of 'GeoDa', which is an open-source software tool that serves as an introduction to spatial data analysis.
The 'GeoDa' software and its documentation are available at <https://geodacenter.github.io>.
URL: https://github.com/geodacenter/rgeoda/, https://geodacenter.github.io/rgeoda/
BugReports: https://github.com/geodacenter/rgeoda/issues/
Depends:
R (>= 4.0.0),
methods,
digest
License: GPL (>= 2)
Collate:
init.R
rgeoda.R
sf_geoda.R
RcppExports.R
read_geoda.R
weights.R
utils.R
lisa.R
clustering.R
Imports:
sf,
Rcpp (>= 1.0.1)
LinkingTo:
Rcpp,
BH
RoxygenNote: 7.1.1
Encoding: UTF-8
Suggests:
wkb,
sp
SystemRequirements: C++17