无法在 Rstudio 服务器中安装 Plotly
Unable to install Plotly in Rstudio server
我无法在 ubuntu server.I 中托管的 R studio 中安装 plotly,我收到以下错误消息。
错误:包“curl”的配置失败
* 移除‘/home/sshuser/R/x86_64-pc-linux-gnu-library/3.4/curl’
install.packages 中的警告:
软件包“curl”的安装具有非零退出状态
错误:依赖项“curl”不适用于包“httr”
* 移除‘/home/sshuser/R/x86_64-pc-linux-gnu-library/3.4/httr’
install.packages 中的警告:
软件包“httr”的安装具有非零退出状态
错误:依赖项“httr”不适用于包“plotly”
* 移除‘/home/sshuser/R/x86_64-pc-linux-gnu-library/3.4/plotly’
install.packages 中的警告:
“plotly”包的安装具有非零退出状态
下载的源码包在
'/tmp/RtmpqMvWWf/downloaded_packages'
你只需要安装libcurl4-gnutls-dev,问题就解决了
apt-get -y build-dep libcurl4-gnutls-dev
我无法在 ubuntu server.I 中托管的 R studio 中安装 plotly,我收到以下错误消息。
错误:包“curl”的配置失败 * 移除‘/home/sshuser/R/x86_64-pc-linux-gnu-library/3.4/curl’ install.packages 中的警告: 软件包“curl”的安装具有非零退出状态 错误:依赖项“curl”不适用于包“httr” * 移除‘/home/sshuser/R/x86_64-pc-linux-gnu-library/3.4/httr’ install.packages 中的警告: 软件包“httr”的安装具有非零退出状态 错误:依赖项“httr”不适用于包“plotly” * 移除‘/home/sshuser/R/x86_64-pc-linux-gnu-library/3.4/plotly’ install.packages 中的警告: “plotly”包的安装具有非零退出状态
下载的源码包在 '/tmp/RtmpqMvWWf/downloaded_packages'
你只需要安装libcurl4-gnutls-dev,问题就解决了
apt-get -y build-dep libcurl4-gnutls-dev