Hello. I need R in Version 1.8.0 or earlier. I also need the packages foreign, x-table and gregmisc for this version. Does anyone know where I can get it? Greetings Michael Weber [[alternative HTML version deleted]]
Hi, you didn't specify on which OS (Linux, Win, Mac) would run R 1.8. For R souces see: http://cran.r-project.org/src/base/R-1/ Best Vito You wrote: Hello. I need R in Version 1.8.0 or earlier. I also need the packages foreign, x-table and gregmisc for this version. Does anyone know where I can get it? Greetings Michael Weber ====Diventare costruttori di soluzioni "The business of the statistician is to catalyze the scientific learning process." George E. P. Box Visitate il portale http://www.modugno.it/ e in particolare la sezione su Palese http://www.modugno.it/archivio/cat_palese.shtml
Michael Weber wrote:> Hello. > > I need R in Version 1.8.0 or earlier. I also need the packages foreign, x-table and gregmisc for this version. Does anyone know where I can get it?REALLY? The R-1.8.x sources are available at: Your-CRAN-Mirror/src/base/R-1/ Old packages sources are available at: Your-CRAN-Mirror/src/contrib/Archive/ BTW: If you need a Windows version (you forgot to tell it again!), I can put up R-1.8.x somewhere temporarily, packages are available at : Your-CRAN-Mirror/bin/windows/contrib/1.8/ Uwe Ligges> Greetings > > Michael Weber > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Michael Weber wrote:> Hello. > > I need R in Version 1.8.0 or earlier. I also need the packages foreign, x-table and gregmisc for this version. Does anyone know where I can get it? >Start here: http://www.r-project.org/ Click CRAN. Choose a mirror. Follow the "Source code of older versions of R is available here." link from the CRAN page. You'll have to compile this, I cant find an archive of binaries. Easy on Linux, poss fiddly on Windows. If you then go to the 'Contributed Extension Packages' link, you'll find an 'Archive' link at the bottom. Go there. Lots of old and crusty code. But now you really want to get the most recent version that still works with R-1.8.0 (or whichever). Tricky. You really need to download all the versions for the packages you want, look at the DESCRIPTION files, and check the Depends: fields. I did start work on a utility to do this, to make it easy to find the most recent version of a package for a given R version, but stopped half way through. Some other day... Baz