Jason Rupert <jasonkrupert <at> yahoo.com> writes: > > I'm new to making bubble plots with R, so I was going to try the following: > https://stat.ethz.ch/pipermail/r-sig-geo/2009-August/006258.html > > Unfortunately, it looks like rgdal is not part of 2.14. I'm not sure if it was the mirror I selected or > something else is going on.
Please use Prof. Brian Ripley's rgdal OSX binary package from CRAN extras. Do: setRepositories(ind=1:2) install.packages("rgdal") and it will be installed. Questions about spatial packages may be answered more precisely and quickly on R-sig-geo. Hope this helps, Roger > > > install.packages("rgdal") > --- Please select a CRAN mirror for use in this session --- > Warning message: > In getDependencies(pkgs, dependencies, available, lib) : > Â package ârgdalâ is not available (for R version 2.14.0) > > Thanks for any suggested current alternative methods for creating bubble plots in R 2.14. > > ______________________________________________ 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 provide commented, minimal, self-contained, reproducible code.