recmap icon indicating copy to clipboard operation
recmap copied to clipboard

An algorithm to draw rectangular statistical cartograms - CRAN package

Results 5 recmap issues
Sort by recently updated
recently updated
newest added

https://github.com/cpanse/recmap/blob/ea48efa0281fa416ad40a3b3bd6ab885315157a4/inst/shiny-examples/server.R#L6 https://github.com/cpanse/recmap/blob/ea48efa0281fa416ad40a3b3bd6ab885315157a4/inst/shiny-examples/server.R#L83 use R version >= 3.6 - `grDevices::hcl; grDevices::hcl.colors; grDevices::hcl.pals;` ``` R> par(mfrow = c(2, 2)) R> pie(rep(1, 12), col = rainbow(12), main = "RGB/HSV") R> pie(rep(1, 12), col...

document how to use recmap as cmd executable. ```{C++} #include #include #define PI 3.14159265358979323846 #include // eg++ -o recmapCmd recmap_main.cpp -std=c++11 -I ~/__checkouts/R/recmap/src/ -lm -pedantic -Wall -O2 // g++ -o...

enhancement

problem recmap ( 0) || ( gammaM > 0 && gammaC < 0)) delta = fabs(gammaC + gammaM) / C.size(); else delta = fabs(gammaC - gammaM) / C.size(); ``` testthat...

``` cp@lilith:~ > R CMD INSTALL recmap_1.0.3.tar.gz * installing to library ‘/Library/Frameworks/R.framework/Versions/3.5/Resources/library’ * installing *source* package ‘recmap’ ... ** libs clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I../inst/include/ -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rcpp/include" -I/usr/local/include -fPIC -Wall -g...

# Moving towards STRICT_R_HEADERS by default ## Summary tl;dr: STRICT_R_HEADERS are a worthwhile change, and we want to make that change in one year. If your package is affected, you...