인프런 커뮤니티 질문&답변

Yujung Han님의 프로필 이미지
Yujung Han

작성한 질문수

[R을 R려줘] R 중급

피보팅

패키지 등록관련질문

작성

·

3.5K

0

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

답변 2

1

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

 

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
질문자

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'

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

Yujung Han님의 프로필 이미지
Yujung Han

작성한 질문수

질문하기