There seems to be a problem in the Spatial handling of the counties boundaries file in link_all_units_subfun.R. The following elements create the problem
I substitute (without really knowing what I am doing!!) a different CRS object:
p4s <- "+init=epsg:3857"
which at least resolves the error of non finite transformations and lets link_all_units finish for counties. But I don't know if the geography is appropriate. Please advise!
There seems to be a problem in the Spatial handling of the counties boundaries file in
link_all_units_subfun.R
. The following elements create the problemThis spTransform() of counties.sp results in
I substitute (without really knowing what I am doing!!) a different CRS object:
p4s <- "+init=epsg:3857"
which at least resolves the error of non finite transformations and letslink_all_units
finish for counties. But I don't know if the geography is appropriate. Please advise!