Re: [R] Installing R on Ubuntu 8.10

2009-05-16 Thread Maria I. Tchalakova
ey add - before > sudo apt-get update > sudo apt-get install r-base and it worked. Best, Maria On Sat, May 16, 2009 at 11:52 AM, Nordlund, Dan (DSHS/RDA) wrote: >> -Original Message- >> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] O

[R] Installing R on Ubuntu 8.10

2009-05-16 Thread Maria I. Tchalakova
Hi, I am trying to install R on Ubuntu 8.10. I have added this line: deb http://cran.at.r-project.org/bin/linux/ubuntu intrepid/ in my /etc/apt/sources.list file. However when I "Reload", I get the following error message: W: GPG error: http://cran.at.r-project.org intrepid/ Release: The followi

Re: [R] R interpreter not recognized

2009-04-09 Thread Maria I. Tchalakova
Hi Paul, I am using Slackware 12.0.0. Maria On Thu, Apr 9, 2009 at 2:35 PM, Paul Smith wrote: > On Thu, Apr 9, 2009 at 9:01 AM, Maria I. Tchalakova > wrote: >> I am trying to install a program based on R, but I am receiving the >> following error message: >> r...@

[R] R interpreter not recognized

2009-04-09 Thread Maria I. Tchalakova
Hello, I am trying to install a program based on R, but I am receiving the following error message: r...@darkstar:/home/maria/UCS# perl System/Install.perl Error: Can't run the R interpreter (/usr/local/bin/R). Please make sure that R is installed and specify the fully qualified filename of the R

[R] installing and loading packages

2009-03-20 Thread Maria I. Tchalakova
Hello, is it possible to make so that once I have installed and loaded the necessary packages in R, I don't need to install and load them for a new session in R? Up to now I install packages, for example, like this: install.packages("package_name") and then load them like this: library("package

Re: [R] Installing the Rstem package

2009-03-05 Thread Maria I. Tchalakova
Hello, yes with loading the package: library("Rstem") works! Thank you. On 3/6/09, Rolf Turner wrote: > > On 6/03/2009, at 10:29 AM, Maria I. Tchalakova wrote: > >> Hello, >> >> thanks a lot for the replies. I've installed the binary for R-2.8.x &g

Re: [R] Installing the Rstem package

2009-03-05 Thread Maria I. Tchalakova
t.org/bin/windows/contrib/checkSummaryWin.html Regards On 3/5/09, Prof Brian Ripley wrote: > I don't understand the last message either: the build environment has > problems. > > a) There seem to be no Windows binaries on Omegahat for R > 2.7. > > b) A few are available from

[R] Installing the Rstem package

2009-03-05 Thread Maria I. Tchalakova
Hello, I am trying to install the Rstem package, but I have problems. I am using Windows XP and the 2.8.1 version of R. I have read the "Add-on packages" chapter of the "R Installation and Administration" manual, and also have tried several things, which worked for other people on the mailing list