forked from gwpcor/GWpcor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
22 lines (22 loc) · 926 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: GWpcor
Type: Package
Title: Geographically Weighted Partial Correlation Coefficient
Version: 0.1.7
Authors@R:
c(person(given = "Narumasa",
family = "Tsutsumida",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6333-0301")),
person(given = "Joseph",
family = "Percival",
role = c("aut"),
email = "[email protected]"))
Description: Implements a geographically weighted partial correlation which is an extension from gwss() function in the 'GWmodel' package (Percival and Tsutsumida (2017) <doi:10.1553/giscience2017_01_s36>).
License: GPL-3
Encoding: UTF-8
LazyData: true
Language: en-US
Depends: R (>= 3.5.0)
Imports: methods, dplyr, sp, sf, geodist, pracma, corpcor, foreach, parallel, doParallel
SystemRequirements: C++11, GDAL (>= 2.0.1), GEOS (>= 3.4.0), PROJ (>= 4.8.0)