Skip to content
Prev 175925 / 398503 Next

Installation of all packages under Unix

nboehme at uni-potsdam.de schreef:
Hi,

To get a lot of packages (not all), install the "ctv" package (Cran Task 
Views) and run:

library(ctv)
install.views(available.views())

This will install all the packages that are part of a Cran Task View, a 
sizeable amount.

A question: why would you want to install all R pacakges. It is not very 
likely that you are going to use them all.

cheers,
Paul