linux

ubuntu20.04) Rstudio 설치하기

summerorange 2022. 7. 19. 23:44
반응형

보통은 파이썬으로 많이 쓰는데 R로 뭘 좀 해봐야해서, 우분투에도 R studio를 설치했습니다.

*이전에 R설치해본적 없이 바로 Rstudio를 설치했습니다. 둘 다 설치해도 되고, 바로 Rstudio를 설치해서 좀 더 편한 환경에서 R을 쓸 수 있도록 해줬습니다.

1) pre-install:

# apt update
sudo apt update

#r-base 설치
sudo apt -y install r-base gdebi-core

 

2) rstudio 파일 다운

https://www.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

www.rstudio.com

여기로 들어가서 Ubuntu 18+/Debian10+ 파일을 받았습니다. ubuntu 20.04 파일은 없었음(2022.07.19 기준)

 

3) 파일 풀기

압축 받았던 폴더로 이동해서~ (cd 하고 이동할 파일 치면 됩니다)

#다운받은 폴더로 이동
cd Downloads/
#해당 파일 설치
sudo gdebi rstudio-2022.07.0-548-amd64.deb

rstudio 다운로드

 

4) rstudio 실행

rstudio

ubuntuR

여기에서 실행하거나 혹은 터미널에서 rstudio 치면 바로 들어갑니다.

 

이제 자바와 konlp를 설치해보쟈.

반응형