Last data update: 2014.03.03

recmap

Package: recmap
Type: Package
Title: Compute the Rectangular Statistical Cartogram
Version: 0.4.0
Author: Christian Panse
Maintainer: Christian Panse <Christian.Panse@gmail.com>
Description: Provides an interface and a C++ implementation
of the RecMap MP2 construction heuristic (see 'citation("recmap")'
for details). 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 'RecMap' is provided by a vignette included in this
package and a 'RecMap gallery' site at
<http://cartodraw.science/recmap/gallery>.
License: GPL-3
LazyData: TRUE
Depends: R (>= 3.3), Rcpp (>= 0.12.4)
SystemRequirements: C++11
Suggests: knitr, testthat
LinkingTo: Rcpp (>= 0.12.4)
VignetteBuilder: knitr
NeedsCompilation: yes
URL: http://cartodraw.science/recmap/
Packaged: 2016-06-12 13:36:05 UTC; cp
Repository: CRAN
Date/Publication: 2016-06-12 17:22:56

● 0 images, 2 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'recmap' ...
** package 'recmap' successfully unpacked and MD5 sums checked
** libs
g++ -std=c++11 -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2 -c RcppExports.cpp -o RcppExports.o
g++ -std=c++11 -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2 -c Rrecmap.cpp -o Rrecmap.o
g++ -std=c++11 -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o recmap.so RcppExports.o Rrecmap.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/recmap/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'recmap'
    finding HTML links ... done
    plot_recmap                             html  
    recmap                                  html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (recmap)
Making 'packages.html' ... done