Hi, I've downloaded the 'tree' package (as 'tree_1_0-2_tar.gz') and am trying to install it to use with R in Windows NT. And, to be blunt, I've got no idea what I'm doing. As far as I can tell, the FAQ refers to installing packages in Unix and isn't a great help to me - I was hoping someone could give me some basic instructions on how to proceed. Thanks, Michael **************************************************************** Only an individual or entity who is intended to be a recipient of this e-mail may access or use the information contained in this e-mail or any of its attachments. Opinions contained in this e-mail or any of its attachments do not necessarily reflect the opinions of Queensland Treasury. The contents of this e-mail and any attachments are confidential and may be legally privileged and the subject of copyright. If you have received this e-mail in error, please notify Queensland Treasury immediately and erase all copies of the e-mail and the attachments. Queensland Treasury uses virus scanning software. However, it is not liable for viruses present in this e-mail or in any attachment. **************************************************************** -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Check out the WINDOWS FAQ (which I think you'll find under the HTML documentation you got with your binaries: help.start()). You probably need the Windows version of the package (which will be a .zip file, not a tar.gz file) instead. Basically, R comes with an installer which you can use to install libraries (the same installer you used to install the package itself). I have often found it hard to get to the R-for-windows FAQ from the R home page; maybe it should be linked somewhere from the FAQ? (or maybe it is and I just missed it) On Tue, 15 May 2001 Michael.Livingstone at treasury.qld.gov.au wrote:> Hi, > > I've downloaded the 'tree' package (as 'tree_1_0-2_tar.gz') and am trying > to install it to use with R in Windows NT. And, to be blunt, I've got no > idea what I'm doing. As far as I can tell, the FAQ refers to installing > packages in Unix and isn't a great help to me - I was hoping someone could > give me some basic instructions on how to proceed. Thanks, > Michael > > > **************************************************************** > Only an individual or entity who is intended to be a recipient of this > e-mail may access or use the information contained in this e-mail or any > of its attachments. Opinions contained in this e-mail or any of its > attachments do not necessarily reflect the opinions of Queensland > Treasury. > > The contents of this e-mail and any attachments are confidential and may > be legally privileged and the subject of copyright. If you have received > this e-mail in error, please notify Queensland Treasury immediately and > erase all copies of the e-mail and the attachments. Queensland Treasury > uses virus scanning software. However, it is not liable for viruses > present in this e-mail or in any attachment. > **************************************************************** > > > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html > Send "info", "help", or "[un]subscribe" > (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ >-- 318 Carr Hall bolker at zoo.ufl.edu Zoology Department, University of Florida http://www.zoo.ufl.edu/bolker Box 118525 (ph) 352-392-5697 Gainesville, FL 32611-8525 (fax) 352-392-3704 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Dear Michael and Ben, A convenient alternative is to use the install.packages function, which requires that the wget utility is installed on your system and is on the search path. You can download wget from <http://www.stats.ox.ac.uk/pub/Rtools/wget.zip> (as stated in the help file for install.packages). Once this is done, all you need enter is install.packages("tree") -- it's that simple if you're connected to the internet and you want to install the package to the default library location. I hope that this helps, John At 07:38 PM 14/05/2001 -0400, ben at zoo.ufl.edu wrote:> Check out the WINDOWS FAQ (which I think you'll find under the HTML >documentation you got with your binaries: help.start()). > > You probably need the Windows version of the package (which will be a >.zip file, not a tar.gz file) instead. > > Basically, R comes with an installer which you can use to install >libraries (the same installer you used to install the package itself). > > I have often found it hard to get to the R-for-windows FAQ from the R >home page; maybe it should be linked somewhere from the FAQ? (or maybe it >is and I just missed it) > >On Tue, 15 May 2001 Michael.Livingstone at treasury.qld.gov.au wrote: > > > Hi, > > > > I've downloaded the 'tree' package (as 'tree_1_0-2_tar.gz') and am trying > > to install it to use with R in Windows NT. And, to be blunt, I've got no > > idea what I'm doing. As far as I can tell, the FAQ refers to installing > > packages in Unix and isn't a great help to me - I was hoping someone could > > give me some basic instructions on how to proceed. Thanks, > > Michael________________________________ John Fox Department of Sociology McMaster University email: jfox at McMaster.ca web: www.socsci.mcmaster.ca/jfox ________________________________ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._