Hi there,
Following the scheduled RStudio Cloud maintenance yesterday (7/25) afternoon, I am now unable to load the 'rgdal' library in any of my projects (existing or new). Output included below.
I tried uninstalling and reinstalling the package, but the same error was encountered.
Any help would be much appreciated!
> install.packages("rgdal")
Installing package into ‘/home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.6’
(as ‘lib’ is unspecified)
also installing the dependency ‘sp’
trying URL 'http://package-proxy/src/contrib/sp_1.3-1.tar.gz'
Content type 'application/x-tar' length 1895329 bytes (1.8 MB)
==================================================
downloaded 1.8 MB
trying URL 'http://package-proxy/src/contrib/rgdal_1.4-4.tar.gz'
Content type 'application/x-tar' length 2209713 bytes (2.1 MB)
==================================================
downloaded 2.1 MB
* installing *binary* package ‘sp’ ...
* DONE (sp)
* installing *binary* package ‘rgdal’ ...
* DONE (rgdal)
The downloaded source packages are in
‘/tmp/Rtmp45pT2f/downloaded_packages’
> library(rgdal)
Loading required package: sp
**Error: package or namespace load failed for ‘rgdal’ in dyn.load(file, DLLpath = DLLpath, ...):**
** unable to load shared object '/home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.6/rgdal/libs/rgdal.so':**
** /home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.6/rgdal/libs/rgdal.so: undefined symbol: _ZN10OGRFeature11SetGeometryEP11OGRGeometry**