빅데이터 & AI

R Studio 설치하기(for Mac)

*카운셀러* 2020. 12. 31. 07:42

 

R Studio를 맥에 설치하기 위해서는 아래의 두가지가 필요하다.

1. 컴파일러 설치
2. R Studio(스튜디오) 설치

 

 

1. 컴파일러 설치

컴파일러는 아래 사이트에서 파란글씨로 된 R-4.0.3.pkg를 다운 받아 설치한다 

cran.r-project.org/

 

The Comprehensive R Archive Network

 

cran.r-project.org

< 왼쪽하단에 보면 R-4.0.3.pkg라는게 있는데 이것을 설치한다>

 

 

2. R Studio설치

R Studio는 콘솔이 아닌 스튜디오 환경에서 개발이 가능하도록 기능을 제공해 준다

rstudio.com/products/rstudio/download/#download

 

Download the RStudio IDE

RStudio is a set of integrated tools designed to help you be more productive with R. It includes a console, syntax-highlighting editor that supports direct code execution, and a variety of robust tools for plotting, viewing history, debugging and managing

rstudio.com

< R Studio 중 free버전 다운 >

 

3. 에러 발생 시 대처

컴파일러가 설치되지 않으면 R Studio 설치 시 아래와 같은 오류가 발생하니,

1. 컴파일러 설치를 반드시 진행해야 한다

Unable to locate R binary by scanning standard locations

< 컴파일러 설치 안하면 발생하는 오류 >

'빅데이터 & AI' 카테고리의 다른 글

ChatGPT로 블로그 만들기  (0) 2023.02.11
AI 공부위해 참고할만한 사이트(기초)  (0) 2021.01.02
공부 준비하기 - 2. 영어  (0) 2020.12.29
공부 준비하기 - 1. 장비편  (0) 2020.12.29
What is my Goal?  (0) 2020.12.29