R

R 설치와 라이센스

'김용환' 2015. 7. 8. 20:09





Mac에서 R설치


http://cran.nexr.com/


리눅스(서버)에 R 설치

sudo yum install R




mac에서 R과 Rstudio (IDE툴)설치하고 사용 후, 잘 동작되면, 리눅스에서 실행시킨다. 





참고로..


R License는 BSD에서 AGPL로 변경되었다. 

http://www.r-project.org/Licenses/



Rstudio 설치시는 신경써야 한다. AGPL 이슈만 아니면 데스크탑은 쓸 수 있다. 

https://www.rstudio.com/pricing/


https://www.rstudio.com/faq-items/work-commercial-company-can-use-open-source-license/




Rstudio server는 유료이다.

https://www.rstudio.com/pricing/



참고로 회사가 아닌 곳에서 사용한다면 rstudio server 버전은 테스트해볼 수 있을 것이다.



$ wget https://download2.rstudio.org/rstudio-server-rhel-0.99.451-x86_64.rpm

$ sudo yum install --nogpgcheck rstudio-server-rhel-0.99.451-x86_64.rpm



참고로, shiny server는 무료버전도 있다. 상용 버전은 더 많은 기능을 제공한다.

https://www.rstudio.com/products/shiny/shiny-server/