forked from gwpcor/gwpcormapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.46 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
48
49
50
51
52
Package: gwpcormapper
Title: Geographically Weighted Partial Correlation Mapper
Version: 0.1.2
Authors@R:
c(person(given = "Joseph Emile Honour",
family = "Percival",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5941-4601")),
person(given = "Narumasa",
family = "Tsutsumida",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-6333-0301")))
Description: An interactive mapping tool for geographically weighted correlation and partial correlation. Geographically weighted partial correlation coefficients are calculated following (Percival and Tsutsumida, 2017)<doi:10.1553/giscience2017_01_s36> and are described in greater detail in (Tsutsumida et al., 2019)<doi:10.5194/ica-abs-1-372-2019> and (Percival et al., 2021)<arXiv:2101.03491>.
License: GPL-3
Imports:
config,
golem,
shiny,
processx,
attempt,
DT,
glue,
htmltools,
shinydashboard,
sf,
dplyr,
geodist,
plotly,
crosstalk,
viridis,
leaflet,
tools,
shinyjs,
Rcpp,
corpcor,
pkgload,
methods
LinkingTo: Rcpp
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
Config/testthat/edition: 3
URL: https://github.com/gwpcor/gwpcormapper
BugReports: https://github.com/gwpcor/gwpcormapper/issues
Depends:
R (>= 2.10)