Changes in version 1.0.17 (2023-09-23) o Use RoxygenNote for man page and Rcpp wrapper #21. Changes in version 1.0.12 o GA Rcpp issue on apply M1; replace skip_on_os with GA::gaControl("useRcpp" = FALSE) #52 Changes in version 1.0.10 o url fix in man page urls o skip recmapGA test case on mac os #52 Changes in version 1.0.9 (2021-05-10) o Moving towards defining STRICT_R_HEADERS in Rcpp.h o url fix in man page urls Changes in version 1.0.8 o remove shiny colorspace and xtable package in suggest o R (>=3.6) and hard coded colormaps or use `grDevices::hcl.colors()` #19 o added construction animated gif to README.md. Changes in version 1.0.5 (2019-06-03) o fix recmapGRASP testcase #14. o text cosmetics #14. o fixed #15. o fixed #16. o fixed #17. o added DOI in Description. Changes in version 1.0.0 (2018-09-16) o incorporate CITATION file to refer back to the JSS manuscript doi:10.18637/jss.v086.c01 . Changes in version 0.5.35 o #11. o replaced items in data/jss2711.RData. Changes in version 0.5.33 (2018-04-30) o mv src/recmap.h inst/include/recmap o man page cosmetics Changes in version 0.5.32 o added test-jss2711(renamed test-recmapGA.R) checking Figure 7, 11, 12 ,13. Changes in version 0.5.31 (2018-03-24) o added jss2711 submission as vignette file. o added jss2711 data. o replace gaMonitor2 by gaMonitor (GA3.1). o added test-recmapGA.R for reproducibility. Changes in version 0.5.24 (2017-09-18) o spell check cosmetics. o added a progress window in the shiny apps. o added is.recmap function. o replaced recmap2sp and sp2recmap functions by S3methods as.SpatialPolygonsDataFrame and as.recmap. Changes in version 0.5.20 (2017-04-10) o added argument for the definition of the pseudo dual graph in recmap. o fixed register native routine issue by using tools::package_native_routine_registration_skeleton(".") o added shiny example including hoverOpts using state.x77 data executable through recmap_state.x77 <- system.file("shiny-examples", "state.x77", package = "recmap") and recmap_US.county <- system.file("shiny-examples", "US.county", package = "recmap") Changes in version 0.5.16 (2017-01-15) o added a sp2recmap method including a testthat method. o added 'meta' plot methods plot.recmapGA and plot.recmapGRAP. o added a border attribute to the plot.recmap method. o plot.recmap labels are now scaled by using S$dx / strwidth(S$name). Changes in version 0.5.5 o added a screen-filling parameter in summary.recmap function. o man page cosmetics. o bugfix in summary.recmap function for MBB computation. Changes in version 0.5.4 (2016-07-24) o added dependencies from GA and sp o added S3 methods plot.recmap() and recmap.summary. o added recmapGA to glue ga and recmap functions. o added recmapGRASP method. o exported checkerboard() function. o added method recmap2sp to export a sp object. Changes in version 0.5.0 (2016-07-01) o add docker Public | Automated Build. o manual and vignette cosmetics. o added zzz.R. Changes in version 0.4.0 (2016-06-12) o _bugfix_ - valgrind 'Conditional jump or move depends on uninitialized value(s)'. o added test case for topology error o added startup message for package version o _bugfix_ - topology error; if a region cannot be placed return topology error 100. this has a major impact on the return value of the fitness function. # accept only feasible solutions! if (sum(cartogram$topology.error == 100) > 0){return (0)} o make recmap.h pass google/styleguides using cpplint. o manual and vignette cosmetics. Changes in version 0.3.0 (2016-05-31) o refactor linear MBB intersection test by introducing using std::multiset. o added local relative position and topology objective function. o added GA metaheuristic example in man page. o improved documentation (man page and vignette). o added unit test case for recmap. o added NEWS.Rd file. Changes in version 0.2.1 (2016-05-02) o cosmetics in the DESCRIPTION; on CRAN. Changes in version 0.2.0 o 1st submit to CRAN.