r-spatial / lwgeom

bindings to the liblwgeom library
https://r-spatial.github.io/lwgeom/
58 stars 23 forks source link

Installation of `lwgeom` on 🚩🇨🇳🏹中科红旗 RedFlag Linux (🍥Debian) #80

Closed englianhu closed 2 years ago

englianhu commented 2 years ago

tried to install through R but failed, but installed through terminal just now.

sudo su - -c "R -e \"install.packages(c('proxy', 'e1071', 'units'), repos='https://cran.rstudio.org', lib='/usr/lib/R/library', dependencies = c('Depends', 'Imports'), INSTALL_opts = '--no-lock')\""
sudo su - -c "R -e \"devtools::install_github('r-spatial/classInt', force=TRUE)\""
sudo su - -c "R -e \"devtools::install_github('r-spatial/sf', force=TRUE)\""
sudo su - -c "R -e \"devtools::install_github('r-spatial/lwgeom', force=TRUE)\""