Hi Patrik: I didn't follow your earlier postings, so I don't know your specific setup, but you can install all the dependencies you need for glmnet in R by starting R from the command line and entering the following command:
install.packages() a GUI should pop up and you should select your nearest mirror and press OK. Then a list of packages should come up in a new window. From there, select glmnet and press OK. This will download and install glmnet and all its dependencies. You will also have to install rpy2 as the interface between python and R. I have never installed rpy2 manually b/c I run Debian, so my best suggestion is to follow the installation instructions on the rpy2 site: http://rpy.sourceforge.net/rpy2/doc-2.1/html/overview.html#installation Good luck! Per At Wed, 10 Feb 2010 15:11:33 +0100, patrik andersson wrote: > > (also sent this as a new topic by mistake. sorry!) > > Hi again, > > (Here I am, crawling back defeated) > I installed the virtual machine and it seems to work fine! However, I > would like to use the glmnet from R. Whats the best way to get the R, > rpy etc installation working. > I managed to compile the R 2.7.2 version. But the Matrix package is > not in it and I don't know how to get it. And will I have to compile > the rpy as well? > > Cheers, > Patrik > > _______________________________________________ > Pkg-ExpPsy-PyMVPA mailing list > [email protected] > http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa _______________________________________________ Pkg-ExpPsy-PyMVPA mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa

