Skip to content

Instantly share code, notes, and snippets.

@lovetoken
Last active September 6, 2020 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lovetoken/60bca18fa8ec3a9594d73f11fd537a4c to your computer and use it in GitHub Desktop.
Save lovetoken/60bca18fa8ec3a9594d73f11fd537a4c to your computer and use it in GitHub Desktop.
R 의 XML 패키지가 CRAN 을 통해 설치되지 않을 경우 http://www.omegahat.net/R 를 원천으로 보고 '/usr/lib/R/library' 디렉토리에 다이렉트로 설치하는 코드
install.packages("XML", lib = "/usr/lib/R/library", repos = "http://www.omegahat.net/R")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment