Install R Packages without internet [duplicate]
问题 This question already has answers here : How do I install an R package from source? (7 answers) Closed last year . I have installed R version R_2.14.1 on window and need to install some of the packages but my system does not have internet connection. Any idea of how to install R package without internet. Thanks 回答1: You can do install.packages(".../path/to/package.tar.gz", type="source", repos=NULL) Which is described also here. 来源: https://stackoverflow.com/questions/10528630/install-r