Posts

Showing posts with the label install

Installing packages for R in windows

R is a statistical programming language. It is Dynamically typed. There are many ways to install packages for R. 1. Command line 2. R GUI     a. Launch R gui console     b. Direct install thru Internet Packages -> Install Packages -> Select a HTTPS CRAN mirror -> select the package you wish to install.         This will install dependency packages also.                                                                 OR        Install from Zip file. Use this option when there is a proxy level rejection to contact to Internet from R Gui.         Download the binary zip file related to 'R' package Packages -> Install package from Local Zip file 3. R studio