Skip to content
Prev 247829 / 398503 Next

Installing package in windows 7

On Thu, 20 Jan 2011, Tal Galili wrote:

            
I see no evidence that is the issue ....

That site seems to be offering only source packages.  So in Windows 
you need

install.packages("ei",repos="http://r.iq.harvard.edu", type='source')

This can be done without Rtools in R >= 2.12.0.  Note though that it 
depends on other packages

   mvtnorm, msm, tmvtnorm, ellipse, plotrix, MASS, ucminf, cubature,
   mnormt, foreach

and those have dependencies (at least iterators), so I would install 
them from CRAN first (MASS should already be there).