| NEWS | R Documentation | 
News for Package 'recmap'
Changes until version 1.0.17 (2023-09-16)
- Use RoxygenNote for man page and Rcpp wrapper #21. 
Changes until version 1.0.12 (2021-11-20)
- GA Rcpp issue on apply M1; replace skip_on_os with - GA::gaControl("useRcpp" = FALSE)#52
Changes until version 1.0.10 (2021-09-20)
- url fix in man page urls 
- skip recmapGA test case on mac os #52 
Changes until version 1.0.9 (2021-05-07)
- Moving towards defining STRICT_R_HEADERS in Rcpp.h https://github.com/RcppCore/Rcpp/issues/1158 https://github.com/cpanse/recmap/commit/5ae6aade93026b96238804e06593fa9088dda763 
- url fix in man page urls 
Changes until version 1.0.8 (2020-02-20)
- remove shiny colorspace and xtable package in suggest 
- R (>=3.6) and hard coded colormaps or use 'grDevices::hcl.colors()' #19 
- added construction animated gif https://user-images.githubusercontent.com/4901987/64121133-3dfc9100-cd9e-11e9-8c35-078678966100.gif to README.md. 
Changes until version 1.0.5 (2019-06-03)
- fix recmapGRASP testcase #14. 
- text cosmetics #14. 
- fixed #15. 
- fixed #16. 
- fixed #17. 
- added DOI in Description. 
Changes until version 1.0.0 (2018-09-16)
- incorporate CITATION file to refer back to the JSS manuscript doi:10.18637/jss.v086.c01. 
Changes until version 0.5.35 (2018-06-01)
-  #11. 
- replaced items in data/jss2711.RData. 
Changes until version 0.5.33 (2018-05-01)
- mv src/recmap.h inst/include/recmap 
- man page cosmetics 
Changes until version 0.5.32 (2018-03-24)
- added test-jss2711(renamed test-recmapGA.R) checking Figure 7, 11, 12 ,13. 
Changes until version 0.5.31 (2018-03-23)
- added jss2711 submission as vignette file. 
- added jss2711 data. 
- replace gaMonitor2 by gaMonitor (GA3.1). 
- added test-recmapGA.R for reproducibility. 
Changes until version 0.5.24 (2017-09-16)
- spell check cosmetics. 
- added a progress window in the shiny apps. 
- added - is.recmapfunction.
- replaced - recmap2spand- sp2recmapfunctions by S3methods- as.SpatialPolygonsDataFrameand- as.recmap.
Changes until version 0.5.20 (2017-04-10)
- added argument for the definition of the pseudo dual graph in - recmap.
- fixed register native routine issue by using - tools::package_native_routine_registration_skeleton(".")
- added shiny example including hoverOpts using - state.x77data 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 until version 0.5.16 (2017-01-15)
improvements concerning JSS reviewer comments:
- added a - sp2recmapmethod including a testthat method.
- added 'meta' plot methods - plot.recmapGAand- plot.recmapGRAP.
- added a - borderattribute to the- plot.recmapmethod.
-  plot.recmaplabels are now scaled by usingS$dx / strwidth(S$name).
Changes until version 0.5.5 (2016-12-13)
- added a screen-filling parameter in - summary.recmapfunction.
- man page cosmetics. 
- bugfix in - summary.recmapfunction for MBB computation.
Changes version 0.5.4 (2016-07-24)
improvements concerning JSS editorial comments prescreening stage:
- added S3 methods - plot.recmap()and- recmap.summary.
- added - recmapGAto glue- gaand- recmapfunctions.
- added - recmapGRASPmethod.
- exported - checkerboard()function.
- added method - recmap2spto export a sp object.
Changes version 0.5.0 (2016-07-01)
- add docker Public | Automated Build. 
- manual and vignette cosmetics. 
- added - zzz.R.
Changes version 0.4.0 (2016-06-12)
-  bugfix - valgrind'Conditional jump or move depends on uninitialized value(s)'.
- added test case for topology error 
- added startup message for package version 
-  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)}
- make - recmap.hpass google/styleguides using cpplint.
- manual and vignette cosmetics. 
Changes in version 0.3.0 (2016-05-30)
- refactor linear MBB intersection test by introducing using - std::multiset.
- added local relative position and topology objective function. 
- added GA metaheuristic example in man page. 
- improved documentation (man page and vignette). 
- added unit test case for recmap. 
- added NEWS.Rd file. 
Changes in version 0.2.1 (2016-05-01)
- cosmetics in the DESCRIPTION; on CRAN. 
Changes in version 0.2.0 (2016-05-01)
- 1st submit to CRAN.