R이란?
- 뉴질랜드 오클랜드 대학교의 로스 이하카(Ross Ihaka)와 로버트 젠틀맨에 의하여 1990년초에 개발 되었다.
- 통계 계산과 그래픽스 지원 공개 소프트웨어
- 다양한 환경에서 설치 가능
- 통계분석, 데이터 시각화, 데이터마이닝, 빅데이터, 인공지능 등 다양한 전공 분야에서 활용
- 다양한 패키지
- 객체지향언어나 함수형프로그래밍언어에서 볼 수 있는 특징 포함
- R을 지원하는 다양한 GUI가 있다.
R studio 의 정상 작동을 위해 R, R Studio, R Tools를 다운로드 하여야 한다.
R 설치 방법
1. (www.r-project.org)접속
R: The R Project for Statistical Computing
www.r-project.org
2. CRAN 클릭
여기서 아무거나 본인은 맨 위 선택
3. 본인 운영채제 선택
4. base 클릭
5. 재일 위에 큰 글자 다운로드 클릭
저는 4.0.2 버전이군요
R Studio 설치
(https://rstudio.com/products/rstudio/download/)접속 and free 버전 다운
Download RStudio
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 tools 설치
https://cran.r-project.org/bin/windows/Rtools/
Using Rtools40 on Windows
Starting with R 4.0.0 (released April 2020), R for Windows uses a brand new toolchain bundle called rtools40. This version of Rtools upgrades the mingw-w64 gcc toolchains to version 8.3.0, and introduces a new build system based on msys2, which makes easie
cran.r-project.org
'빅데이터 자료처리' 카테고리의 다른 글
R언어 - 파일 입출력 & 반복문 테스트 (0) | 2020.07.07 |
---|---|
R 언어 - readTableHeader에 의하여 발견된 완성되지 않은 마지막 라인입니다 (0) | 2020.07.07 |
R 데이터 구조 (0) | 2020.06.30 |