Changelog
Source:NEWS.md
cartogram 0.4.0
- The new
n_cpu
option incartogram_cont()
andcartogram_ncont()
enables distortion calculation across multiple CPU cores (thanks to e-kotov!) - The default threshold value in
cartogram_cont()
will now automatically increase if the weighting variable contains a significant number of zeros. - Additional tests have been implemented.
cartogram 0.3.0
CRAN release: 2023-05-26
- Remove
sp
,rgdal
andmaptools
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.