1. 程式人生 > >R語言拓展包的三種安裝方法

R語言拓展包的三種安裝方法

options(CRAN="http://cran.r-project.org");
install.packages("ggplots");

install.packages("C:\\ggplot2.zip",contriburl=NULL)


source("http://bioconductor.org/biocLite.R")
biocLite("limma")