R에서 소스 파일로만 라이브러리를 설치해야 할 때에는 위의 명령어 형태로 입력하면 쉽게 설치할 수 있다.
install.packages(" bioconductor.org/packages/release/bioc/src/contrib/EBImage_4.28.1.tar.gz", repos = NULL, type= "source")
R에서 소스 파일로만 라이브러리를 설치해야 할 때에는 위의 명령어 형태로 입력하면 쉽게 설치할 수 있다.
install.packages(" bioconductor.org/packages/release/bioc/src/contrib/EBImage_4.28.1.tar.gz", repos = NULL, type= "source")