자료처리
R 간단히 업데이트
Prof. Sung-Deuk Choi
2023. 7. 3. 05:15
R Studio를 최신 버전으로 업데이트하려면 R도 업데이트해야 합니다.
R 사이트에 방문하지 않고 아래 스크립트로 R 최신 버전을 간단히 설치했습니다.
install.packages("installr")
library(installr)
check.for.updates.R()
install.R()
How to Update R from R using the "installr" Package - GC Digital Fellows (cuny.edu)
How to Update R from R using the "installr" Package - GC Digital Fellows
Before we start R is a powerful statistical/data science programming language. It is also an open-source program that requires regular updates to stay functionally up-to-date. There are different ways of upgrading R as specified in the R Official guideline
digitalfellows.commons.gc.cuny.edu
업데이트 후에 다시 check.for.updates.R()를 실행했더니 아래 창이 나와서 최신 버전이 제대로 설치된 것을 확인했습니다.