Changelog
Source:NEWS.md
cartogram 0.4.0
- With the new
n_cpu
option incartogram_cont()
andcartogram_ncont()
, the distortion can be calculated on multiple CPU cores. - The default value for the treshold option in cartogram_cont() will be automatically increased if the weighting variable contains a lot of zeros.
- New testthat tests
cartogram 0.3.0
CRAN release: 2023-05-26
- Remove sp, rgdal and maptools from examples and suggestions.
-
cartogram_cont()
has a new parameterverbose = FALSE
to hide print of size error on each iteration.
cartogram 0.2.0
CRAN release: 2019-12-07
- Migrated all functions to sf, fixed problems with multipolygons.
- cartogram functions won’t accept features with longitude/latitude coordinates anymore.