Any ideas on this? nujoma:~> R R : Copyright 2002, The R Development Core Team Version 1.5.0 (2002-04-29) ... Error: couldn't find function ".Alias" Error: couldn't find function "attach" [Previously saved workspace restored]> q()Error: couldn't find function "q">Suspended nujoma:~> kill %1 This is on a brand-new installation of R on a Debian 3.0 (woody) linux machine. Thanks. ---------------------------------------------------------------------- Andrew J Perrin - http://www.unc.edu/~aperrin Assistant Professor of Sociology, U of North Carolina, Chapel Hill clists at perrin.socsci.unc.edu * andrew_perrin (at) unc.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Andrew Perrin wrote:> > Any ideas on this? > > nujoma:~> R > > R : Copyright 2002, The R Development Core Team > Version 1.5.0 (2002-04-29) > > ... > > Error: couldn't find function ".Alias" > Error: couldn't find function "attach" > [Previously saved workspace restored] > > > q() > Error: couldn't find function "q" > > > Suspended > nujoma:~> kill %1 > > This is on a brand-new installation of R on a Debian 3.0 (woody) linux > machine.Looks like the functions in base are not sourced. Did it compile and install without any error message? I'd suggest to check whether .../library/base/R/base exists and has the correct permissions (I guess the latter went wrong). Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Troubleshooting: 1) Try starting it by "R --vanilla" 2) Check your ~/.Rprofile Henrik Bengtsson Dept. of Mathematical Statistics @ Centre for Mathematical Sciences Lund Institute of Technology/Lund University, Sweden (+2h UTC) Office: P316, +46 46 222 9611 (phone), +46 46 222 4623 (fax) h b @ m a t h s . l t h . s e, http://www.maths.lth.se/bioinformatics/> -----Original Message----- > From: owner-r-help at stat.math.ethz.ch > [mailto:owner-r-help at stat.math.ethz.ch]On Behalf Of Andrew Perrin > Sent: Thursday, June 27, 2002 2:23 AM > To: r-help at r-project.org > Subject: [R] R won't start right > > > Any ideas on this? > > nujoma:~> R > > R : Copyright 2002, The R Development Core Team > Version 1.5.0 (2002-04-29) > > ... > > Error: couldn't find function ".Alias" > Error: couldn't find function "attach" > [Previously saved workspace restored] > > > q() > Error: couldn't find function "q" > > > Suspended > nujoma:~> kill %1 > > > This is on a brand-new installation of R on a Debian 3.0 (woody) linux > machine. > > Thanks. > > ---------------------------------------------------------------------- > Andrew J Perrin - http://www.unc.edu/~aperrin > Assistant Professor of Sociology, U of North Carolina, Chapel Hill > clists at perrin.socsci.unc.edu * andrew_perrin (at) unc.edu > > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. > -.-.-.-.-.-.- > 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 > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._. > _._._._._._._ > >-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> By the way: I also tried using the debian woody packages available via > CRAN. There are two issues, one major and one minor: > - Minor issue: woody is referred to as Debian 2.3, when it's actually > Debian 3.0.Where is that reference made? Could you point to a concrete file to fixed?> - Major issue: there's a dependancy problem. I installed r-base and > r-recommended from the CRAN archive and tried to run them, but got an > error loading libraries on libblas.so.2: no such file or directory.Strange, you should have gotten an error on installation then. Which Debian package did you install: "stable" or "testing/unstable"? Anyway, please install any of the packages providing a blas library -- either the non-optimised blas package or an optimised Atlas library matching your hardware. Dirk -- According to the latest figures, 43% of all signatures are totally worthless. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> apt-get install r-base r-recommended > > It installed fine, even though: > nujoma:~> dpkg -l | grep -i blas > nujoma:~> > > returns nothing.Try COLUMNS=120 dpkg -l | grep -i blas COLUMNS=120 dpkg -l | grep -i atlas> nujoma:~> locate libblas > /usr/lib/3dnow/atlas/libblas.so.2 > /usr/lib/3dnow/atlas/libblas.so.2.3 > /usr/lib/atlas/libblas.so.2 > /usr/lib/atlas/libblas.so.2.3The atlas -dev package used to have a buggy shlibs file leading to insufficient dependency information. Users could end up with an arbitrary atlas package, instead of the the correct default blas package (which can then be transparently replaced at runtime simply by installing a matching Atlas package). Do you actually have an Athlon cpu? Else you need to replace your Atlas packages with appropriate ones.> Interestingly enough, my home-built version seems to use a different blas > from either of the above:This depends on which -dev package you have installed. Hope this helps, Dirk -- According to the latest figures, 43% of all signatures are totally worthless. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._