-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.27 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
Package: mandeR
Type: Package
Title: Compactness Measures
Version: 1.0.0
Date: 2017-08-25
Author: Richard Barnes [aut, cre], John Connors [ctb], Frank Warmerdam [cph], Viktor Kirilov [cph]
Maintainer: Richard Barnes <rbarnes@umn.edu>
NeedsCompilation: yes
Depends: R (>= 3.4.0), sf (>= 0.5.3)
Suggests: knitr,
rmarkdown,
R.rsp
License: MIT + file LICENCE
Authors@R: c(person("Richard", "Barnes", role = c("aut", "cre"), email = "rbarnes@umn.edu"),
person("John", "Connors", role = c("ctb"), email = "jpcc@bu.edu"),
person("Frank", "Warmerdam", role = "cph"),
person("Viktor", "Kirilov", role = "cph"))
Description: Calculates a variety of compactness measures, which are useful for detecting and analyzing gerrymandering of electoral districts. Measures provided include Polsby-Popper, Area/Convex Hull, Schwartzberg, and Reock. The package accounts for many possible ambiguities in the way these scores are defined. Interfaces for efficiently processing bulk data without intermediate loading are provided.
URL: https://github.com/r-barnes/mandeR
BugReports: https://github.com/r-barnes/mandeR
Imports:
Rcpp (>= 0.12.12)
LinkingTo: Rcpp
RcppModules: complib
RoxygenNote: 6.0.1
VignetteBuilder: knitr, R.rsp
SystemRequirements: C++11