Hello David, seems there's sth wrong with my R. I used to start R with Emacs+ESS, so i didn't find the error message till today i ran R in an terminal :
si...@simon-t400:~$ R R version 2.9.2 (2009-08-24) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. Warning: you have multiple copies of the following packages: Error: could not find function "installed.packages" [Previously saved workspace restored] And then i run "installed.packages()", get a lot of information flushing on my terminal .... so what should i do about it ? thanks On Thu, Oct 8, 2009 at 8:53 PM, David Winsemius <dwinsem...@comcast.net>wrote: > > On Oct 8, 2009, at 4:27 AM, Yanyuan Zhu wrote: > > I use R on my Ubuntu 9.04 laptop, which was installed by "aptitude >> install" >> way >> > > The is an R-SIG-Debian which is going to have more people with knowledge of > your particular OS. > > Now i'm learning a book of R which needs "MASS" and "DAAG" installed. >> So i followed the instructions: >> >> install.packages("MASS") >>> library("MASS") >>> >> >> MASS works fine. >> > > But that doesn't tell you very much because MASS was part of the R > distribution. So your hope to derive comfort is ill-conceived. > > >> But DAAG doesn't. Anyone who could help would be appreciated a lot ! >> >> Below are my error outpus : >> >> install.packages("DAAG") >>> >> Warning in install.packages("DAAG") : >> argument 'lib' is missing: using >> '/home/simon/R/i486-pc-linux-gnu-library/2.9' >> --- Please select a CRAN mirror for use in this session --- >> Loading Tcl/Tk interface ... done >> also installing the dependency ârandomForestâ >> >> trying URL ' >> http://ftp.ctex.org/mirrors/CRAN/src/contrib/randomForest_4.5-30.tar.gz' >> Content type 'application/x-gzip' length 70247 bytes (68 Kb) >> opened URL >> ================================================== >> downloaded 68 Kb >> >> trying URL 'http://ftp.ctex.org/mirrors/CRAN/src/contrib/DAAG_1.00.tar.gz >> ' >> Content type 'application/x-gzip' length 2172778 bytes (2.1 Mb) >> opened URL >> ================================================== >> downloaded 2.1 Mb >> >> >> Warning: you have multiple copies of the following packages: >> Error: could not find function "installed.packages" >> Execution halted >> > > Is it really true that the interpreter cannot find that function? That > would be pretty unusual and would suggest your copy of R was broken. What > do you get with: > > installed.packages() > > On my system the list is very long but on yours it should be considerably > shorter. > > > >> Warning: you have multiple copies of the following packages: >> Error: could not find function "installed.packages" >> Execution halted >> >> The downloaded packages are in >> â/tmp/Rtmp7w4WPA/downloaded_packagesâ >> Warning messages: >> 1: In install.packages("DAAG") : >> installation of package 'randomForest' had non-zero exit status >> 2: In install.packages("DAAG") : >> installation of package 'DAAG' had non-zero exit status >> >> library(DAAG) >>> >> Error in library(DAAG) : there is no package called 'DAAG' >> -- >> --------------- >> Yanyuan Zhu >> Doctoral Candidate >> School of Economics & Management, Tongji University >> > > > David Winsemius, MD > Heritage Laboratories > West Hartford, CT > > -- --------------- Yanyuan Zhu Doctoral Candidate School of Economics & Management, Tongji University MSN messenger:caoanroad4...@hotmail.com<messenger%3acaoanroad4...@hotmail.com> E-mail: caoanroad4...@gmail.com BLOG http://yyzhu.net [[alternative HTML version deleted]]
______________________________________________ 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.