forked from mpadge/spatialcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 898 Bytes
/
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
Package: spatialcluster
Title: R port of redcap
Version: 0.0.2.041
Authors@R:
person(given = "Mark",
family = "Padgham",
role = c("aut", "cre"),
email = "[email protected]")
Description: R port of redcap (Regionalization with dynamically
constrained agglomerative clustering and partitioning).
License: GPL-3
URL: https://github.com/mpadge/spatialcluster
BugReports: https://github.com/mpadge/spatialcluster/issues
Depends:
R (>= 3.3.0)
Imports:
alphahull,
dplyr,
ggplot2,
ggthemes,
magrittr,
methods,
Rcpp (>= 0.12.6),
RcppArmadillo,
spatstat,
tibble,
tripack
Suggests:
dbscan,
knitr,
rmarkdown,
roxygen2,
testthat
LinkingTo:
Rcpp,
RcppArmadillo
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
RoxygenNote: 7.1.1
SystemRequirements: C++11,