Skip to content
Prev 24236 / 29559 Next

unionSpatialPolygons from the command-line

On Thu, 7 Apr 2016, Stachelek, Joseph wrote:

            
With R --vanilla < testmaptools.R

and adding print(sessionInfo()) to the script, we see:

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

and it runs correctly. With

Rscript testmaptools.R

we see:

attached base packages:
[1] stats     graphics  grDevices utils     datasets  base

The script runs using Rscript if library(methods) is added as the first 
line. This issue has been seen elsewhere recently in another context, we 
don't know why.

Hope this clarifies,

Roger