본문 바로가기

spark - python - R

[R] R Studio Server 설치

336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

Desktop VS Server

 

RStudio Desktop is an R IDE that works with the version of R you have installed on your local Windows, Mac OS X, or Linux workstation. RStudio Desktop is a standalone desktop application that in no way requires or connects to RStudio Server.

RStudio Server is a Linux server application that provides a web browser based interface to the version of R running on the server. You may want RStudio Server to:

access larger CPU and memory footprints

leverage compute resources more efficiently

control access to data in a centralized manner

ensure the R package versions used are standardized






R 설치 

 

su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm' 

sudo yum update 

sudo yum install R






R 터미널 실행


$ R






R Studio-Server 설치

 

사이트 : https://www.rstudio.com/

다운 후 설치






RStudio-Server 실행

 

$ rstudio-server verify-installation


rstudio-server stop/waiting

rstudio-server start/running, process 25722


$ rstudio-server start


[참고]

PORT : 8787

Log In : OS에 등록된 사용자 아이디/비밀번호 따름 / ROOT 로그인 불가





Browser 실행