Hello again, I need to install Rmpi package from this http://www.stats.uwo.ca/faculty/yu/Rmpi/download/windows/MPICH2 I was wondering if there is any direct way to install this in R. The trivial method would obviously be download and save the required zip file in the local disk and install it from there. Any idea? Thanks and regards, [[alternative HTML version deleted]]
On 25/08/2013 18:55, Christofer Bogaso wrote:> Hello again, > > I need to install Rmpi package from this > http://www.stats.uwo.ca/faculty/yu/Rmpi/download/windows/MPICH2 > > I was wondering if there is any direct way to install this in R. TheNo, because it is not a proper R repository. In particular, what makes you believe that those files are for your unstated version of R? (And whatever that is, they cannot plausibly all be given their spread of dates.)> trivial method would obviously be download and save the required zip file > in the local disk and install it from there.You could combine those within R, e.g. by using download.file() and install.packages(repos = NULL).> Any idea?-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
On Sun, Aug 25, 2013 at 10:55 AM, Christofer Bogaso <bogaso.christofer at gmail.com> wrote:> Hello again, > > I need to install Rmpi package from this > http://www.stats.uwo.ca/faculty/yu/Rmpi/download/windows/MPICH2 > > I was wondering if there is any direct way to install this in R. The > trivial method would obviously be download and save the required zip file > in the local disk and install it from there.R.utils::installPackages(url) /Henrik> > Any idea? > > Thanks and regards, > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.