패키지 등록관련질문

19.06.08 14:17 작성 조회수 3.11k

0

인터넷에 연결되어있는데도 reshape2 패키지 설치가 안되는데 어떻게 해결해야하나요

답변 2

·

답변을 작성해보세요.

1

Yujin Lee님의 프로필

Yujin Lee

2019.06.10

강사분은 아니지만 구글링 해보니까 크랜 미러 설정 문제 같네요.

 

Sounds like you need to set a default CRAN mirror. Try this:

options(repos = c(CRAN = "http://cran.rstudio.com"))

If that does the trick, you can add it to your .Rprofile.

 

 

박스 내에 있는 커맨드 실행하시면 될 것 같습니다. 수고하세요.

0

Yujung Han님의 프로필

Yujung Han

질문자

2019.06.08

Warning in install.packages :

  unable to access index for repository https://cran.rstudio.com/src/contrib:

  cannot open URL 'https://cran.rstudio.com/src/contrib/PACKAGES'

Warning in install.packages :

  package ‘resahpe2’ is not available (for R version 3.6.0)

Warning in install.packages :

  unable to access index for repository https://cran.rstudio.com/bin/windows/contrib/3.6:

  cannot open URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/PACKAGES'

이런 문구가 콘솔창에 뜹니다..