首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >RHadoop - Rstudio -安装arulesViz库

RHadoop - Rstudio -安装arulesViz库
EN

Stack Overflow用户
提问于 2016-10-22 14:20:19
回答 1查看 762关注 0票数 0

我正在使用Cloudera中的arulesViz安装RStudion库。为此,我正在执行:

代码语言:javascript
复制
install.packages("arulesViz", type = "source")

但我得到了以下错误:

代码语言:javascript
复制
ERROR: configuration failed for package ‘curl’
* removing ‘/home/cloudera/R/x86_64-redhat-linux-gnu-library/3.3/curl’
Warning in install.packages :
  installation of package ‘curl’ had non-zero exit status
ERROR: dependency ‘curl’ is not available for package ‘httr’
* removing ‘/home/cloudera/R/x86_64-redhat-linux-gnu-library/3.3/httr’
Warning in install.packages :
  installation of package ‘httr’ had non-zero exit status
ERROR: dependency ‘httr’ is not available for package ‘plotly’
* removing ‘/home/cloudera/R/x86_64-redhat-linux-gnu-library/3.3/plotly’
Warning in install.packages :
  installation of package ‘plotly’ had non-zero exit status
ERROR: dependency ‘plotly’ is not available for package ‘arulesViz’
* removing ‘/home/cloudera/R/x86_64-redhat-linux-gnu-library/3.3/arulesViz’
Warning in install.packages :
  installation of package ‘arulesViz’ had non-zero exit status

我该如何解决这个问题?

谢谢!

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-10-23 17:34:01

Package有以下要求(请参阅https://cran.r-project.org/web/packages/curl/index.html):

SystemRequirements: libcurl: libcurl4 (rpm)或libcurl4-openssl-dev (deb)。

安装库,它可能会工作。

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

https://stackoverflow.com/questions/40193212

复制
相关文章

相似问题

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