[OSGeoLive] #2367: Lightweight R-spatial bundle
OSGeoLive
trac_osgeolive at osgeo.org
Mon Jun 20 12:50:05 PDT 2022
#2367: Lightweight R-spatial bundle
-----------------------+---------------------------
Reporter: bakaniko | Owner: osgeolive@…
Type: task | Status: new
Priority: normal | Milestone: OSGeoLive15.0
Component: OSGeoLive | Keywords: R
-----------------------+---------------------------
Trying to install the sf R package without the whole tidyverse
metapackage.
From blank ubuntu budgie 22.04, needs to be tested during build
{{{
# Cpp compilation dependencies
sudo apt install make g++
# geospatial dependecies (should be already there)
sudo apt install libgdal-dev lib-proj-dev lib-geos-dev libudunits2-dev
# R installation
sudo apt install --no-install-recommends r-base # after following CRAN
steps see https://cran.r-project.org/
# special dependecies used by sf
sudo apt install --no-install-recommends gfortran r-cran-classint r-cran-
dplyr
# install sf for geodata handlingand ggplot2 for mapping
sudo apt install --no-install-recommends r-cran-sf r-cran-ggplot2
}}}
package size indications (from apt command) :
- r-base: 76,2 Mo
- g++: 29,5 Mo
- gfortran: 34,6 Mo
- r-cran-sf :23 Mo
- r-cran-classint : 2 Mo
- r-cran-dplyr : 14,1 Mo
--
Ticket URL: <https://trac.osgeo.org/osgeolive/ticket/2367>
OSGeoLive <https://live.osgeo.org/>
self-contained bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu, that allows you to try a wide variety of open source geospatial software without installing anything.
More information about the osgeolive
mailing list