Thanks very much Paul. I found that I could install it by following "Packages" and then "install packages". However, I am not sure it is that latest version. Can Dr Terry Therneau confirm this please? Thanks Ruwanthi
----- Original Message ---- From: Paul Hiemstra <[EMAIL PROTECTED]> To: Rasanga Ruwanthi <[EMAIL PROTECTED]> Cc: r-help@r-project.org Sent: Friday, April 11, 2008 10:46:14 AM Subject: Re: [R] Help load a package into R Rasanga Ruwanthi wrote: > Dear R List, > > I want to download kinship_1.2_S.tar.gz in > http://mayoresearch.mayo.edu/mayo/research/biostat/splusfunctions.cfm > to R. Once save this file to C:\, how I could load into R? I am working in > Windows XP. Usually what I do is, I go to "packages" and then "install > packages from local zip files". This procedure fails for .tar.gz files. Can > someone help here please.... > > Thanks very much. > Ruwanthi > > ______________________________________________ > R-help@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. > Hi Ruwanthi, >From the website of the Mayo Clinic: """Although we realize that some will not have the expertise or perhaps the software to do the compilation, particularly on Windows systems, we do not have the time or the necessary equipment to provide binary versions.""" A .zip file in windows xp is a binary version where all the C-code has already been compiled, .tar.gz files contain uncompiled code. To build packages under windows the following link is a good start: http://www.murdoch-sutherland.com/Rtools/ hope this helps, Paul -- Drs. Paul Hiemstra Department of Physical Geography Faculty of Geosciences University of Utrecht Heidelberglaan 2 P.O. Box 80.115 3508 TC Utrecht Phone: +31302535773 Fax: +31302531145 http://intamap.geo.uu.nl/~paul ______________________________________________ R-help@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.