首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法在Rstudio服务器中安装mapview

无法在Rstudio服务器中安装mapview
EN

Stack Overflow用户
提问于 2018-08-13 11:40:56
回答 1查看 981关注 0票数 1

我无法在托管在ubuntu上的Rstudio服务器上安装mapview。获得下面的error.Can某人,请帮助

错误:

代码语言:javascript
复制
ERROR: configuration failed for package ‘gdtools’
* removing ‘/home/sshuser/R/x86_64-pc-linux-gnu-library/3.4/gdtools’
Warning in install.packages :
  installation of package ‘gdtools’ had non-zero exit status
ERROR: dependency ‘rgdal’ is not available for package ‘gdalUtils’
* removing ‘/home/sshuser/R/x86_64-pc-linux-gnu-library/3.4/gdalUtils’
Warning in install.packages :
  installation of package ‘gdalUtils’ had non-zero exit status
ERROR: dependency ‘units’ is not available for package ‘sf’
* removing ‘/home/sshuser/R/x86_64-pc-linux-gnu-library/3.4/sf’
Warning in install.packages :
  installation of package ‘sf’ had non-zero exit status
ERROR: dependency ‘gdtools’ is not available for package ‘svglite’
* removing ‘/home/sshuser/R/x86_64-pc-linux-gnu-library/3.4/svglite’
Warning in install.packages :
  installation of package ‘svglite’ had non-zero exit status
ERROR: dependencies ‘gdalUtils’, ‘sf’, ‘svglite’ are not available for package ‘mapview’
* removing ‘/home/sshuser/R/x86_64-pc-linux-gnu-library/3.4/mapview’
Warning in install.packages :
  installation of package ‘mapview’ had non-zero exit status
EN

回答 1

Stack Overflow用户

发布于 2018-08-14 09:32:03

代码语言:javascript
复制
sudo apt-get install libproj-dev libgdal-dev

解决了我的问题。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/51821528

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档