centr 0.2.4
mean_center() and median_center() now work
even if the geometry column is not named geometry (#20). 
centr 0.2.3
- Adjust 
testthat tolerance to 4 decimal points due cran
checks. 
centr 0.2.2
- Specify R dependency of >= 4.1.0
 
centr 0.2.1
mean_center() and median_center() now
support multiple group columns (#15). 
mean_center() and median_center() now
support passing dplyr::summarise ...
arguments. This makes it possible to summarise of tabular data as well
as geometry. 
mean_center() and median_center() now
support grouped tibbles. 
mean_center() and median_center() now
always return sf tibbles. 
centr 0.2
- Warning given if empty geometries returned due to zero total weight
groups
 
- Groups can be more than just characters
 
- Support for 
data.table sf objects
tested 
- Vignette added for a walkthrough of typical usage
 
centr 0.1
- Inital release
 
- Published to CRAN