Package: recmap
Type: Package
Title: Compute the Rectangular Statistical Cartogram
Version: 1.0.20
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: Implements the RecMap MP2 construction heuristic
  <doi:10.1109/INFVIS.2004.57>.
  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 provided
  as input to maintain zero cartographic error.
  Computationally intensive tasks are implemented in C++.
  The included vignette documents recmap algorithm usage.
License: GPL-3
Depends: R (>= 4.5), GA (>= 3.1), Rcpp (>= 1.0), sp(>= 1.3)
Suggests: doParallel, knitr, rmarkdown, shiny, testthat, tufte
LinkingTo: Rcpp (>= 1.0)
VignetteBuilder: knitr
NeedsCompilation: yes
BugReports: https://github.com/cpanse/recmap/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Packaged: 2025-08-19 09:32:16 UTC; cp
Author: Christian Panse [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1975-3064>)
Repository: CRAN
Date/Publication: 2025-08-19 15:10:07 UTC
Built: R 4.5.1; x86_64-w64-mingw32; 2025-10-06 02:07:43 UTC; windows
Archs: x64
