R 설치하기
sudo apt-get install r-base

Package 설치
- 일반적인 설치 방법
install.pacakge(pkgs="패키지명")

- tar.gz, zip 파일일 경우
R CMD INSTALL 패키지명

+ Recent posts