R语言批量安装包a<-list.files('/home/R/text/')#包的路径for(i in 1:length(a)) install.packages(a[i],repos=NULL)当然,这种还不能解决有关先后依赖的关系