Warning messages:
1: Problem with mutate() column scaled_ecat.
ℹ scaled_ecat = ecat::add_scaled_ecat(.).
ℹ GDAL Message 1: +init=epsg:XXXX syntax is deprecated. It might return a CRS with a non-EPSG compliant axis order.
Sounds like a mismatch between the PROJ version and sf or whatever else is using it? PROJ updated this syntax and then sf and other spatial packages changed their code to deal with it.
Warning messages: 1: Problem with
mutate()
columnscaled_ecat
. ℹscaled_ecat = ecat::add_scaled_ecat(.)
. ℹ GDAL Message 1: +init=epsg:XXXX syntax is deprecated. It might return a CRS with a non-EPSG compliant axis order.