오류코드

[R] Invalid git repo specification: 'rCharts'

와이올 2019. 6. 24. 18:42

위와 같이 install_github("rCharts", "ramnathv")라 쳤으나 오류메세지가 떴다.

구글링 후 아래와 같이 수정.

 

install_github('ramnathv/rCharts') 라고 다시 작성하니 성공하였다.