본문 바로가기

오늘의 코딩/R

우분투18에 R 설치하기

https://www.digitalocean.com/community/tutorials/how-to-install-r-on-ubuntu-18-04#step-1-%E2%80%94-installing-r

 

How To Install R on Ubuntu 18.04 | DigitalOcean

R is an open-source programming language that specializes in statistical computing and graphics. In this tutorial, we will install R and show how to add packages from the official Comprehensive R Archive Network (CRAN).

www.digitalocean.com

 

# 터미널에서 R 실행하기

sudo -i R

 

# R studio 설치하기

https://linuxconfig.org/rstudio-on-ubuntu-18-04-bionic-beaver-linux

 

RStudio on Ubuntu 18.04 Bionic Beaver Linux - LinuxConfig.org

 

linuxconfig.org

https://superuser.com/questions/283272/problem-with-rodbc-installation-in-ubuntu/283274

 

problem with RODBC installation in Ubuntu

I have a problem with some missing headers when trying to install RODBC in R on my linux. Can anyone help me with this issue? > install.packages("RODBC") Installing package(s) into ‘/home/

superuser.com

우분투에서 R 패키지 설치시 에러가 날 경우 참고할 것.

'오늘의 코딩 > R' 카테고리의 다른 글

[R] 기초  (0) 2020.02.17
[R] R 개요  (0) 2020.02.17