Can writeSpatialShape { maptools }
be somehow forced to write the shapefile with CRS?
writeSpatialShape(socc_buf, "f:/hdf/socc_buff_R.shp") # no CRS in the shapefile
There does not seem to be an option for this.
PS: I know it can be done using writeOGR { rgdal }
.