Re: [R] Installing packages...

2007-07-03 Thread Weiwei Shi
I have the exact same problem as you had when I customerized some package: the way I go around this is using install.packages(~/Documents/projects/R_customerized_packages/supclust_1.0-5.tar.gz, repos=NULL, type=source) in which supclust_... is built from R CMD build supclust and in your case,

Re: [R] Installing packages.

2007-06-29 Thread Henrique Dallazuanna
require(exactRankTests) -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40 S 49° 16' 22 O On 29/06/07, Marcus Vinicius [EMAIL PROTECTED] wrote: Dear, I'm not getting Installing packages: install.packages(c(exactRankTests)) trying URL

Re: [R] Installing packages.

2007-06-29 Thread Uwe Ligges
Marcus Vinicius wrote: Dear, I'm not getting Installing packages: install.packages(c(exactRankTests)) trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/PACKAGES' Content type `text/plain' length 26129 bytes opened URL downloaded 25Kb This means you are using R-2.0.x?

Re: [R] installing packages

2007-06-14 Thread John Kane
Menu Packages Install Packages works well for me. --- raymond chiruka [EMAIL PROTECTED] wrote: hie how do l install R packages .L'm using windows xp.plus is there a dipository for the packages that one can browse to find out what packages are available. thanks.

Re: [R] Installing packages from command line on Linux RHEL4

2007-05-22 Thread Adaikalavan Ramasamy
-help@stat.math.ethz.ch Subject: Re: [R] Installing packages from command line on Linux RHEL4 Hi Kernit, On 21 May 2007 at 11:37, Kermit Short wrote: | Greetings. | |I am a System Administrator, and thus have very little knowledge of R | itself. I have been asked to install a list

Re: [R] Installing packages from command line on Linux RHEL4

2007-05-21 Thread Kermit Short
to accomplish the same thing using the R CMD INSTALL Shell command? Thanks! -Kermit -Original Message- From: Dirk Eddelbuettel [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 12:00 PM To: [EMAIL PROTECTED] Cc: r-help@stat.math.ethz.ch Subject: Re: [R] Installing packages from

Re: [R] Installing packages from command line on Linux RHEL4

2007-05-21 Thread Dirk Eddelbuettel
Hi Kernit, On 21 May 2007 at 11:37, Kermit Short wrote: | Greetings. | |I am a System Administrator, and thus have very little knowledge of R | itself. I have been asked to install a list of some 200 packages (from | CRAM) to R. Rather than installing each package manually, I was hoping I

Re: [R] Installing packages from command line on Linux RHEL4

2007-05-21 Thread Dirk Eddelbuettel
Kermit, On 21 May 2007 at 12:05, Kermit Short wrote: | Dirk- | Many thanks for your reply. As I mentioned, I know very little | about programming in 'R' and what I've got is a BASH script. If needs be, | I'll look up how to read in a text file through R and add that into your | script in

Re: [R] installing packages and windows vista

2007-02-07 Thread musche1
Opening R by right clicking and choosing run as administrator' worked. Was able to run install packages without a problem. I have not tested the other methods suggested. thank you. Dan O'Shea -- Original message -- From: Duncan Murdoch [EMAIL PROTECTED] On

Re: [R] installing packages and windows vista

2007-02-07 Thread Charles Annis, P.E.
] Sent: Wednesday, February 07, 2007 9:49 AM To: Duncan Murdoch; [EMAIL PROTECTED] Cc: r-help@stat.math.ethz.ch Subject: Re: [R] installing packages and windows vista Opening R by right clicking and choosing run as administrator' worked. Was able to run install packages without a problem. I have

Re: [R] installing packages and windows vista

2007-02-06 Thread Duncan Murdoch
On 2/6/2007 10:33 AM, Daniel O'Shea wrote: I installed R (R-2.4.1-win32.exe) on a new computer with Windows Vista and a 64 bit operating system (hp dv9000 with intel core t7200). The base R runs fine, but I can not get any of the packages to load. From within R I choose install packages

Re: [R] installing packages and windows vista

2007-02-06 Thread Peter Dalgaard
Daniel O'Shea wrote: I installed R (R-2.4.1-win32.exe) on a new computer with Windows Vista and a 64 bit operating system (hp dv9000 with intel core t7200). The base R runs fine, but I can not get any of the packages to load. From within R I choose install packages choose a site then a

Re: [R] Installing packages...

2007-01-23 Thread Benilton Carvalho
well, i don't use RGui, but trying: install.packages(neural, type=source) ## from the R command line i could not reproduce the error (which may be a problem with the copy on the mirror you're using)... b On Jan 23, 2007, at 3:09 PM, Nüzhet Dalfes wrote: Hi, I am a total newbie to R. I am

Re: [R] Installing packages...

2007-01-23 Thread İbrahim Mutlay
2007/1/23, Nüzhet Dalfes [EMAIL PROTECTED]: Hi, I am a total newbie to R. I am using R (2.4.1) on Mac OS X 10.4.8 and trying to install some packages using GUI Packages Data/Package Installer interface... Every time I get: trying URL '

Re: [R] Installing packages...

2007-01-23 Thread Weiwei Shi
why not just type in console: install.packages(neural) and see what happens. On 1/23/07, Nüzhet Dalfes [EMAIL PROTECTED] wrote: Hi, I am a total newbie to R. I am using R (2.4.1) on Mac OS X 10.4.8 and trying to install some packages using GUI Packages Data/Package Installer interface...

Re: [R] Installing packages...

2007-01-23 Thread Ken Beath
On 24/01/2007, at 7:09 AM, Nüzhet Dalfes wrote: Hi, I am a total newbie to R. I am using R (2.4.1) on Mac OS X 10.4.8 and trying to install some packages using GUI Packages Data/Package Installer interface... Every time I get: trying URL

Re: [R] installing packages without being a root?

2006-11-07 Thread xchen
How about try: R CMD INSTALL -l R_pkg_lib R_pkg ahmet rasit wrote: Hi, I have a problem with installing packages without being a superuser(root) in Linux(Suse 10.0 64bit). I've read the entire FAQ and R-admin but I couldn't find a solution to my problem. I'm the admin of the computer but I

Re: [R] Installing packages with R v.2.3.1 on MAC OS X -- Error: Cannot chdir: No such file or directory

2006-09-21 Thread Don MacQueen
Are you trying to install a package from source? Try adding type='source' when you call install.packages(). The help page for install.packages() indicates the need for this on a Mac. You might also check and see if ~/libs exists, and you have write privileges, but take care of the source vs.

Re: [R] Installing packages with R v.2.3.1 on MAC OS X -- Error: Cannot chdir: No such file or directory

2006-09-21 Thread Snaebjorn Gunnsteinsson
Hi Don, type=source solved the problem. Thanks very much for your help, best, Snaebjorn On Sep 21, 2006, at 3:59 PM, Don MacQueen wrote: Are you trying to install a package from source? Try adding type='source' when you call install.packages(). The help page for install.packages()

Re: [R] Installing packages without clicking

2006-02-14 Thread Prof Brian Ripley
On Tue, 14 Feb 2006, Mario Alfonso Morales Rivera wrote: I need to install several (too many) packages from local *.zip files. is there any form to do it without clicking? I'm asking for a R code that allow me perform these task. See ?install.packages. You seem to be using Windows (you

Re: [R] Installing packages without clicking

2006-02-14 Thread Ray Brownrigg
I need to install several (too many) packages from local *.zip files. Are you aware of being able to select multiple .zip files at one time using SHIFT-click or CTRL-click? is there any form to do it without clicking? I'm asking for a R code that allow me perform these task. You could

Re: [R] Installing packages into updated R

2005-12-20 Thread Gabor Grothendieck
In http://cran.r-project.org/contrib/extra/batchfiles/batchfiles_0.2-5.zip are two Windows XP batch files: movedir.bat copydir.bat which will move the packages (which is much faster and suitable if you don't need the old version of R any more) or copy the packages (which takes longer but

Re: [R] Installing packages into updated R

2005-12-20 Thread Uwe Ligges
Michael H. Prager wrote: A minor inconvenience in updating an R installation is remembering which packages were installed previously. Has anyone written a script to inspect a previous installation, then get install the same packages into the new installation? x - installed.packages()[,1]

Re: [R] Installing packages into updated R

2005-12-20 Thread Prof Brian Ripley
This is one reason we normally recommend that you install into a separate library. Then update.packages(checkBuilt = TRUE) is all that is needed. However, foo - installed.packages() as.vector(foo[is.na(foo[, Priority]), 1]) will give you a character vector which you can feed to

Re: [R] Installing packages into updated R

2005-12-20 Thread Henric Nilsson
On Ti, 2005-12-20, 16:11, Michael H. Prager skrev: A minor inconvenience in updating an R installation is remembering which packages were installed previously. Has anyone written a script to inspect a previous installation, then get install the same packages into the new installation? If

Re: [R] Installing packages, again

2005-04-25 Thread Paul Roebuck
On Mon, 25 Apr 2005, Tyler Smith wrote: I've just uninstalled R2.01 and installed the new R2.10 on my WindowsXP machine. I then attempted to install the vegan package from source files, as I learned to do last week, with the help of some of you. I have updated my path variable to the new R

RE: [R] Installing packages from source on WindowsXP

2005-04-22 Thread Mulholland, Tom
I recall having this problem. I think I had a version that didn't work. Did you download the htmlhelp.exe from http://www.murdoch-sutherland.com/Rtools/ . The path does not matter as I have it in a folder on it's own. I think that I also had a path to the version that didn't work and I had to

Re: [R] Installing packages from source on WindowsXP

2005-04-22 Thread Uwe Ligges
Tyler Smith wrote: Hi, I'm having some problems installing packages from the source files on Windows, using R CMD INSTALL pkg. I'm running WindowsXP, and I've followed the instructions as per the README.packages file from the R installation. I ran into a hitch, with the install failing

Re: [R] Installing packages from source on WindowsXP

2005-04-22 Thread Uwe Ligges
Tyler Smith wrote: Ok, I uninstalled my copy of HHW (and deleted the extra file from the Rtools/bin folder), and reinstalled from the murdoch-sutherland site. From what I read there I think it's the same version, and I actually get a warning that I already have a newer version installed on my

Re: [R] Installing packages from source on WindowsXP

2005-04-22 Thread Marc Schwartz
On Fri, 2005-04-22 at 09:46 -0400, Tyler Smith wrote: Ok, I uninstalled my copy of HHW (and deleted the extra file from the Rtools/bin folder), and reinstalled from the murdoch-sutherland site. From what I read there I think it's the same version, and I actually get a warning that I

Re: [R] Installing Packages on an Athlon 64 Linux System

2004-11-06 Thread Peter Dalgaard
rab [EMAIL PROTECTED] writes: I installed FC 2 X86-64 on an Athlon 64 system. I then installed R 2.0.0. It runs fine except when I try to install or update packages using either install.packages or update.packages. I get the following types of errors: gcc -I/usr/lib/R/include

RE: [R] Installing Packages on an Athlon 64 Linux System

2004-11-06 Thread Liaw, Andy
On our SLES8 for amd64 installation, GCC 3.2.x (forgot what x is) is the default, and does not support -mcpu=k8. GCC 3.3.x is installed in /opt/gcc33, and does support that flag. Andy From: Peter Dalgaard rab [EMAIL PROTECTED] writes: I installed FC 2 X86-64 on an Athlon 64 system. I

Re: [R] Installing Packages on an Athlon 64 Linux System

2004-11-06 Thread Prof Brian Ripley
On Sat, 6 Nov 2004, rab wrote: I installed FC 2 X86-64 on an Athlon 64 system. I then installed R 2.0.0. It runs fine except when I try to install or update packages using either install.packages or update.packages. I get the following types of errors: gcc -I/usr/lib/R/include

RE: [R] Installing Packages on an Athlon 64 Linux System

2004-11-06 Thread Prof Brian Ripley
But this is FC2, not FC3 (not released until tomorrow) and not SuSE. gcc 3.3.3 and 64-bit builds are the default on FC2, and R build out of the box (unsuprising as it is one of our standard test platforms). I have offered Martyn an RPM for FC2 on x86_64, but not had a reply. On Sat, 6 Nov

Re: [R] Installing packages on Debian linux

2004-10-24 Thread Sebastian Luque
Gorjanc Gregor wrote: same/similiar packaging system (dependencies, ...) as Debian. Is it wise to mix all three methods? Mixing R CMD and install.packages() doesn't pose any problems, AFAIK, but mixing any of them with apt-get does. The problem is that apt-get doesn't know what you're doing

Re: [R] Installing packages on OS X

2004-09-09 Thread Jari Oksanen
On Wed, 2004-09-08 at 21:25, hadley wickham wrote: On my computer, it seems that (binary?) packages installed through the GUI in RAqua are not used available to the command line version of R, while (source) packages installed with R CMD INSTALL are available to both. This is a problem when I

Re: [R] Installing packages on OS X

2004-09-09 Thread Prof Brian Ripley
Here's my guess: R CMD INSTALL installs to .Library, and does not look at R_LIBS unless set in its environment. install.packages() installs at .libPaths()[1], and uses all the library trees available. So if you have R_LIBS set in ~/.Renviron (as I have), or .libPaths() set in .Rprofile or

Re: [R] Installing packages on OS X

2004-09-09 Thread hadley wickham
Thanks to you both. Setting R_LIBS='~/Library/R/library/' in ~/.Renviron did the trick. Thanks, Hadley __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide!

Re: [R] Installing packages from ZIP files

2004-05-19 Thread Prof Brian Ripley
On Wed, 19 May 2004, Richard A. O'Keefe wrote: I have R 1.9.0 running under Solaris 2.9 ona SunBlade 100, and am very happy with it. I heard about the stuff at www.rmetrics.org and thought it might be worth looking at. However, what I found there is a bunch of .zip files. The entry page

Re: [R] Installing packages from ZIP files

2004-05-19 Thread Richard A. O'Keefe
I asked about installing R packages from ZIP files, specifically with respect to the Rmetrics packages. Sean Davis [EMAIL PROTECTED] asked: Have you tried R CMD INSTALL filename.zip? If that didn't work, could you simply unzip filename.zip and install using R CMD INSTALL

Re: [R] Installing packages

2004-03-07 Thread Uwe Ligges
Fred J. wrote: yes, I loged in as admin. and that fixed the problem, but when I type ?fdim I don't get the help docs, why? even though I have all the htmls under C:\Program Files\R\rw1081\library\fdim\html thanks Either you forgot to load the package library(fdim) or your installation

RE: [R] Installing packages

2004-03-06 Thread Fred J.
local({a - CRAN.packages() + install.packages(select.list(a[,1],,TRUE), .libPaths()[1], available=a)}) trying URL `http://cran.r-project.org/bin/windows/contrib/1.8/PACKAGES' Content type `text/plain; charset=iso-8859-1' length 16079 bytes opened URL downloaded 15Kb trying URL

Re: [R] Installing packages

2004-03-06 Thread Duncan Murdoch
On Sat, 6 Mar 2004 13:30:25 -0800 (PST), you wrote: Error in int.unzip(zipname, NULL, dest) : destination does not exist R tries to build a temporary directory to hold the files, and it sounds as though it's failing when it does that. You can see the sort of name it is trying to use with this

Re: [R] Installing packages

2004-03-06 Thread Fred J.
yes, I loged in as admin. and that fixed the problem, but when I type ?fdim I don't get the help docs, why? even though I have all the htmls under C:\Program Files\R\rw1081\library\fdim\html thanks --- Duncan Murdoch [EMAIL PROTECTED] wrote: On Sat, 6 Mar 2004 13:30:25 -0800 (PST), you wrote:

Re: [R] Installing packages

2004-03-06 Thread Hector L. Ayala-del-Rio
Fred, Did you loaded the library before typing ?fdim ?fdim Error in help(fdim) : No documentation for `fdim' in specified packages and libraries: you could try `help.search(fdim)' library(fdim) ?fdim fdim package:fdim R Documentation Calculation of

Re: [R] installing packages on MAC os X

2003-12-29 Thread Thomas Lumley
On Mon, 29 Dec 2003, Sara Good-Avila wrote: Hello, I've just downloaded and installed the RAqua onto my Mac and I have R up and running fine. Now I'm trying to get 'ape' downloaded and installed and having quite the difficulty. I am following the directions specified under 'Installing

Re: [R] Installing packages

2003-11-14 Thread Peter Dalgaard
Marc Schwartz [EMAIL PROTECTED] writes: On Thu, 2003-11-13 at 12:18, Nathan Leon Pace, MD, MStat wrote: Running under Redhat 7.3 Linux I have installed R Version 1.8.0 (2003-10-08) from a binary download using the rpm manager. Using packageStatus(), I am attempted to upgrade several

Re: [R] Installing packages

2003-11-14 Thread Marc Schwartz
On Fri, 2003-11-14 at 05:37, Peter Dalgaard wrote: Marc Schwartz [EMAIL PROTECTED] writes: On Thu, 2003-11-13 at 12:18, Nathan Leon Pace, MD, MStat wrote: Running under Redhat 7.3 Linux I have installed R Version 1.8.0 (2003-10-08) from a binary download using the rpm manager.

Re: [R] installing packages not on CRAN

2003-10-24 Thread Prof Brian Ripley
On Fri, 24 Oct 2003 [EMAIL PROTECTED] wrote: Hi, how to use install.packages to install SimpleR package of J. Verzani? using install.packages with the CRAN packages is simple: install.packages(ineq,contriburl=http://cran.at.r-project.org/bin/windows/contrib/1.8,CRAN=NULL) same with