0
최근 우리 서버의 R을 버전 3.3.1에서 3.4.1로 업그레이드했습니다. 그러나 일반적으로 사용하는 패키지 (예 : tidyr)를 설치하려고하면 실패합니다.R 3.4.1에 패키지를 설치할 수 없습니다. redhat linux
버전
version
platform x86_64-redhat-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 3
minor 4.1
year 2017
month 06
day 30
svn rev 72865
language R
version.string R version 3.4.1 (2017-06-30)
nickname Single Candle
결과 것은
install.packages("tidyr")
Installing package into ‘/home/ria.moothilal/R/x86_64-redhat-linux-gnu- library/3.4’
(as ‘lib’ is unspecified)
also installing the dependency ‘stringi’
trying URL 'https://cran.rstudio.com/src/contrib/stringi_1.1.5.tar.gz'
Content type 'application/x-gzip' length 3645872 bytes (3.5 MB)
==================================================
downloaded 3.5 MB
trying URL 'https://cran.rstudio.com/src/contrib/tidyr_0.7.2.tar.gz'
Content type 'application/x-gzip' length 369542 bytes (360 KB)
==================================================
downloaded 360 KB
ERROR: unable to create ‘/home/ria.moothilal/R/x86_64-redhat-linux-gnu- library/3.4/stringi’
Warning in install.packages :
installation of package ‘stringi’ had non-zero exit status
ERROR: unable to create ‘/home/ria.moothilal/R/x86_64-redhat-linux-gnu- library/3.4/tidyr’
Warning in install.packages :
installation of package ‘tidyr’ had non-zero exit status
The downloaded source packages are in
‘/tmp/RtmpRjE7fq/downloaded_packages’
스택 오버플로는 프로그래밍 및 개발 관련 질문에 대한 사이트입니다. 이 질문은 프로그래밍이나 개발에 관한 것이 아니기 때문에 주제와는 거리가 먼 것처럼 보입니다. 도움말 센터에서 [여기에서 내가 질문 할 수있는 항목은 무엇입니까?] (http://stackoverflow.com/help/on-topic)를 참조하십시오. 아마도 [Super User] (http://superuser.com/) 나 [Unix & Linux Stack Exchange] (http://unix.stackexchange.com/)가 더 나은 곳이 될 것입니다. – jww
R 내의 패키지 설치가 꽤 표준 적이므로 "프로그래머가 일반적으로 사용하는 소프트웨어 도구"에 해당한다고 생각하므로 겸허하게 동의하지 않습니다. 또한, 질문을 올렸을 때 나는 결함이 R의 새로운 버전에 의해 야기되었다는 인상 아래있었습니다. 뒤늦은 지경에서 나는 틀렸다. 다른 사이트를 지적 해 주셔서 감사합니다. –