Micha, Did you look at the R script that get's called to do the install... app-conf/R/installRpackages.r
I think you'll see we have those. The package list is much more robust than it appears at first because we're using the cran methods for install not the apt method (which has +/- in comparison). Thanks, Alex On 06/05/2012 10:42 AM, Micha Silver wrote: > The list of R packages installed by default is somewhat skimpy. For spatial > we > might consider adding: > r-cran-maptools > r-cran-rcolorbrewer > r-cran-mapproj > r-cran-sp > > All available from regular repos. > > The total size will come to < 4 MB: > user@osgeolive:~$ apt-cache show r-cran-maptools r-cran-sp > r-cran-rcolorbrewer > r-cran-mapproj | grep Installed-Size > Installed-Size: 1916 > Installed-Size: 1588 > Installed-Size: 160 > Installed-Size: 142 > > > Thanks, Micha > > > > > _______________________________________________ > Live-demo mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/live-demo > http://live.osgeo.org > http://wiki.osgeo.org/wiki/Live_GIS_Disc _______________________________________________ Live-demo mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/live-demo http://live.osgeo.org http://wiki.osgeo.org/wiki/Live_GIS_Disc
