2016-10-22 10 views
0

Я пытаюсь установить библиотеку arulesViz с помощью RStudion в Cloudera Machine. Для этого я выполнения:RHadoop - Rstudio - установить arulesViz library

install.packages("arulesViz", type = "source") 

Но я получаю следующее сообщение об ошибке:

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 

Как я могу решить эту проблему?

Спасибо!

ответ

0

Пакет завиток имеет следующие требования (см https://cran.r-project.org/web/packages/curl/index.html):

SystemRequirements: Libcurl: Libcurl-Devel (оборотов в минуту) или libcurl4-OpenSSL-DEV (DEB).

Установите библиотеку, и она, вероятно, будет работать.

 Смежные вопросы

  • Нет связанных вопросов^_^