AI&ML
-
R Studio InstallAI&ML 2020. 10. 31. 21:44
한참 전에 서버에 R Studio Open Source Edition을 설치했었는데, 나중을 위해 이제야 기록으로 남긴다. (예전이라 버전이 최신 릴리즈가 아닐수 있다. rstudio.com) Centos 6/7 대상이다. os 버전은 아래의 명령어로 알 수 있다. $ cat /etc/redhat-release 0. Requirement R이 설치되어 있어야 한다. $sudo yum install R 1. Install ref : https://rstudio.com/products/rstudio/download-server/redhat-centos/ $ wget https://download2.rstudio.org/server/centos6/x86_64/rstudio-server-rhel-1.2.5042..