§ 학습/§R

R 프로그램 설치

MiniToto 2019. 4. 8. 23:06
반응형

환경 : Windows 10 64bit

 

1. 최신버젼 R 프로그램 설치

https://cran.r-project.org/bin/windows/base/

 

Download R-3.5.3 for Windows. The R-project for statistical computing.

If you want to double-check that the package you have downloaded matches the package distributed by CRAN, you can compare the md5sum of the .exe to the fingerprint on the master server. You will need a version of md5sum for windows: both graphical and comm

cran.r-project.org

 

2. 최신버젼 자바 설치

https://www.java.com/ko/

 

java.com: Java와 사용자

 

www.java.com

 

3. 최신버젼 R-Studio 설치

https://www.rstudio.com/

 

RStudio

Open source and enterprise-ready professional software for data science.

www.rstudio.com

 

4. 자바 환경변수 추가

c:\에 설치된 java의 경로를 복사합니다.

ex) C:\Program Files\Java\jre1.8.0_201

 

내컴퓨터 > 속성 > 고급시스템설정 > 고급탭 - 환경변수 > 시스템변수 - Path - 편집 - 텍스트편집 >

가장마지막 문자열에 ";" 추가하고 복사한 자바경로 붙여넣기 후 확인 > 제일마지막에 자바 경로 추가됨을 확인

 

5. RStudio 한글설정

RStudio 실행 > Tools > Global Options > Code > Saving - Default text encoding - Change - UTF-8 로 설정

 

반응형