Package: recmap
Type: Package
Title: Compute the Rectangular Statistical Cartogram
Version: 1.0.7
Authors@R: person("Christian", "Panse", 
		email = "Christian.Panse@gmail.com", 
		role = c("aut", "cre"),
		comment = c(ORCID = "0000-0003-1975-3064"))
Maintainer: Christian Panse <Christian.Panse@gmail.com>
Description: Provides an interface and a C++ implementation of the RecMap MP2
  construction heuristic (Panse C. (2018) <doi:10.18637/jss.v086.c01>). This algorithm
  draws maps according to a given statistical value (e.g., election results,
  population or epidemiological data). The basic idea of the RecMap algorithm is
  that each map region (e.g., different countries) is represented by a
  rectangle. The area of each rectangle represents the statistical value given
  as input (maintain zero cartographic error). Documentation about the usage
  of the recmap algorithm is provided by a vignette included in this package.
License: GPL-3
Depends: R (>= 3.6), GA (>= 3.1), Rcpp (>= 1.0), sp(>= 1.3)
Suggests: doParallel, knitr, shiny, testthat, tufte, xtable
SystemRequirements: C++11
LinkingTo: Rcpp (>= 1.0)
VignetteBuilder: knitr
NeedsCompilation: yes
BugReports: https://github.com/cpanse/recmap/issues
Packaged: 2020-02-20 04:01:43 UTC; cp
Author: Christian Panse [aut, cre] (<https://orcid.org/0000-0003-1975-3064>)
Repository: CRAN
Date/Publication: 2020-02-20 06:30:02 UTC
Built: R 3.6.3; x86_64-w64-mingw32; 2020-08-05 03:04:27 UTC; windows
Archs: i386, x64
