Re: [R] raster package: OpenStreetMap broken on Ubuntu, works on Mac

2014-02-10 Thread Hillary Sanders
Hey all, I uninstalled and then reinstalled raster, and the problem fixed itself. Cheers __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and p

Re: [R] raster package: OpenStreetMap broken on Ubuntu, works on Mac

2014-02-10 Thread Hillary Sanders
> > i.e. > remove.packag es('raster') install.packages('raster') __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://ww

Re: [R] raster package: OpenStreetMap broken on Ubuntu, works on Mac

2013-09-23 Thread Tal Galili
Jos had e-mailed me that he found a fix to this problem (after he had originally asked me, and I sent him to R-help/ the package maintainer), so I thought of keeping this thread updated with his reply: After Jos communicated with the maintainers about this, the fix is to install the raster package

Re: [R] raster package: OpenStreetMap broken on Ubuntu, works on Mac

2013-09-20 Thread Prof Brian Ripley
What did the OpenStreetMap maintainer say (see the posting guide)? Hint: he and the raster maintainer are aware of their problem, and a correction is way overdue. The issue is not Ubuntu vs Mac but the order in which packages are installed (and for binary packages that is when they were instal

[R] raster package: OpenStreetMap broken on Ubuntu, works on Mac

2013-09-20 Thread jos
Hi, I'm a novice in R and I was trying to play with OpenStreetMap package as in a few examples on the web. And the examples worked on my Mac but on Ubuntu (12.04) they fail to work. The simplest one is: library(OpenStreetMap) library(rgdal) map <- openmap(c(70,-179), c(-70,179)) plot(map) (Open