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
You can do
install.packages(".../path/to/package.tar.gz", type="source",
repos=NULL)
Which is described also here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With