Nie można zainstalować pakietu Devtools dla studia R zamontowanego na serwerze redhat w Linuksie

Nie mogę zainstalowaćdevtools pakiet w R Studio na serwerze linux redhat. Pojawiły się następujące komunikaty o błędach:

ERROR: configuration failed for package ‘RCurl’
* removing ‘/home/xx/R/x86_64-redhat-linux-gnu-library/3.0/RCurl’
Warning in install.packages :
  installation of package ‘RCurl’ had non-zero exit status

ERROR: dependency ‘RCurl’ is not available for package ‘httr’
* removing ‘/home/xx/R/x86_64-redhat-linux-gnu-library/3.0/httr’
Warning in install.packages :
  installation of package ‘httr’ had non-zero exit status

ERROR: dependencies ‘httr’, ‘RCurl’ are not available for package ‘devtools’

Nie mogę zainstalowaćRCurl pakiet też. Próbowałem zainstalowaćlibcurl także biblioteki:

sudo yum install libcurl4-openssl-dev
sudo yum install libcurl4-gnutls-dev

Ale system mówi, że żadne takie pakiety nie są dostępne.

Czy istnieje inny sposób instalacjidevtools pakiet? Lub jak mogę rozwiązaćRcurl problem z instalacją?

questionAnswers(1)

yourAnswerToTheQuestion