similar to: R update

Displaying 20 results from an estimated 100000 matches similar to: "R update"

2004 Oct 12
1
R/BioConductor error (PR#7282)
Full_Name: H Deshmukh Version: 2.0 OS: 2000 Submission from: (NULL) (129.174.206.239) Can somebody tell me what is it that i am doing wrong,i was not sure whether to post BioConductor error here or not. Thanks >source("http://www.bioconductor.org/getBioC.R") > getBioC(libName = "all") Running getBioC version 1.2.65.... If you encounter problems, first make sure that
2003 Jul 22
1
using getBioC()
Hello, I am trying to install R/Bioconductor on a G4 Mac running OS X. I have successfully installed R so that a command window opens, but installation of the downloaded Bioconductor package is giving me trouble. After copying/pasting the Bioconductor installation script in to the window and typing getBioC(), I get the following error message. "Error in getBioC(): R not currently
2006 Sep 03
1
Unexpected source() behavior in R-devel
Why am I seeing the following in R-devel (sept 2, 2006 build) on opensuse 10.1? I'm sure it is something simple I am missing, but I just don't see it (output below). Thanks, Sean > readLines(url("http://www.bioconductor.org/biocLite.R")) [1] "source(\"http://bioconductor.org/getBioC.R\")" [2] ""
2007 Apr 27
1
R-2.5.0 install
I am receiving the following errors when trying to install gcrma and a number of other Bioconductor packages when the installWithVers flag is set to be TRUE. >source("http://www.bioconductor.org/getBioC.R"); >getBioC("gcrma", installWithVers=T); Running biocinstall version 2.0.7 with R version 2.5.0 Your version of R requires version 2.0 of Bioconductor. Loading
2006 Dec 20
1
biocondutor installation problem
Hi, I am trying to install Bioconductor software on our server with Red Hat Linux Enterprise (Server) edition version 4, 32GB Ram and automatic proxy configuration (http://www.ntu.edu.sg/proxy.pac) setting. from http://www.bioconductor.org <http://www.bioconductor.org/> website but couldn't install. I encounter the following errors highlighted in RED when I try to download from
2005 Jan 27
1
Help with R and Bioconductor
Hi, I am new to using R and Bioconductor. My first attempt at installing R seemed successful. Then while attempting to getBioC() I had to force quit the R application since I had to attend to something else urgently. When i returned and tried to getBioC, I am getting errors indicating that there is a lock on some files. So i would like to uninstall/remove all R components and Bioconductor
2003 Jul 24
3
R won't connect to the internet on Linux!
OK, I really am struggling with this one! Forgive me if I am being stupid.... I am running R 1.7.1 on Suse Linux 8.1. I connect to the internet through a proxy so I have: IAHC-LINUX03:~ # echo $http_proxy wwwcache.bbsrc.ac.uk:8080 IAHC-LINUX03:~ # echo $HTTP_PROXY wwwcache.bbsrc.ac.uk:8080 just in case ;-) SO, i go into R and I get: >
2005 Oct 19
1
Unix proxy and firewall problems
I was trying to install R on a unix server. Because of a firewall i can't install biocLite for working with Bioconductor. With windows it wasn't a problem. I used the option '--internet2' to bypass the firewall. I don't have any idea, how to do it with unix. I tried to set my proxy >Sys.putenv("http_proxy"="http...:8080")
2004 Jan 09
1
pb with install
dear all, I try to update my Rversion fro 1.7.1 to 1.8.1 on linux. I have a problem when I try to install pacakges from Bioconductors with : source("http://www.bioconductor.org/getBioC.R") and getBioC(relLevel="release") somme errors append and when I make a library(affy) for example I obtain : > library(affy) Error in setIs("character",
2006 Jul 19
1
[BioC] Errors using biocLite on Apple OS X
The warnings from make.packages.html() on the Apple Mac OS X platform can be dealt with as follows: ------------------------------------------------ (1) make.packages.html() uses the function tempdir() and attempts to create a temporary directory in the default location /tmp/ which fails due to the /tmp directory architecture on the Mac. I set up a .Renviron file in my user account
2006 Nov 11
1
Install bioconductor
Hello useRs, I'm trying to install bioconductor on ubuntu edgy eft and R 2.4.0. I have some error messages during installation, in particular for the package "affy" : "Error: package 'affy' required by 'makecdfenv' could not be found" I have tryed to install 'makecdfenv' with the command : getBioC("makecdfenv") But I have this message
2003 Jul 02
0
error while runing Bioconductro install script
Dear all! I had installed R 1.6.2. and I tried to download Bioconductor using Bioconductor install script. However, when I run the script in R it reports following: Error in getBioC(all) : Your R is not currently configured to allow HTTP connections, which is required for getBioC to work properly. Can you help me how to solve this problem and successfully download Bioconductor packages. Thank
2006 Feb 01
1
GetBioC install issue
Hi, I am trying to install the BioC package from bioconductor onto a Windows Server 2003 machine. I can connect to bioconductor and when I run the getBioC("affy","release") function it starts to download but then it stops with the following error: Error: unable to create temporary directory 'C:\Program Files\R\R-2.2.1\release\file1eb26e9' The download just ends
2002 Jun 18
2
Problems with url/download and http_proxy
I would like to use the getBioC.R script from http://www.bioconductor.org/getBioC.R to install the biobase packages. Unfortunately, url() and download.file() die when trying to talk to my proxy: > getBioC("exprs") connect: Cannot assign requested address unable to connect to 'gproxy1.pfizer.com'. connect: Cannot assign requested address unable to connect to
2002 Jun 18
2
Problems with url/download and http_proxy
I would like to use the getBioC.R script from http://www.bioconductor.org/getBioC.R to install the biobase packages. Unfortunately, url() and download.file() die when trying to talk to my proxy: > getBioC("exprs") connect: Cannot assign requested address unable to connect to 'gproxy1.pfizer.com'. connect: Cannot assign requested address unable to connect to
2005 Aug 31
0
Advice about system for installing & updating all R packa ge in a Linux Lab?
If you have several different versions of R installed, you might want to use a script like this one, which should work on (at least) 1.9.1 and newer. <script> #!/bin/sh echo "##############" echo "## This script will attempt to install all available R packages" echo "## from the package repositories:" echo "##" echo "## - CRAN:
2004 Oct 05
1
How to install affy package in R?
Hello, I am trying to install affy package in R as follow: >R CMD INSTALL -l lib ~/rstuffs/affy_1.4.32.tar.gz Then I get an error at the end: Warning message: There is no package called 'Biobase' in: library(package, character.only = TRUE, logical = TRUE, warn.conflicts = warn.conflicts, [1] "ProgressBarText" [1]
2004 Jun 22
1
Re: [R] Html help does not work in Mac OSX 10.3.4 (PR#7000)
Hello! If I launch R from a console I get: R : Copyright 2004, The R Foundation for Statistical Computing Version 1.9.0 (2004-04-12), ISBN 3-900051-00-3 > help.start() Making links in per-session dir ... If /usr/bin/open is already running, it is *not* restarted, and you must switch to its window. Otherwise, be patient ... > dyld: /usr/bin/open version mismatch for library:
2003 Jul 10
1
HTML Help
Hi, I'm new to R having recently migrated from Splus 2000. I'm having trouble using help.start(). When I launch R help using help.start(), the index.html page comes up with the various manuals, etc. If I click on one of the links, e.g. Search Engine and Keywords, the next page (Keywords by Topic) comes up. However, if I click on any item, e.g. attributes, nothing at all happens.
2004 Mar 19
0
Fwd: osx/fink: cannot do "R INSTALL" (library mixup)
Begin forwarded message: > From: Dan Kelley <Dan.Kelley at Dal.Ca> > Date: March 19, 2004 12:00:01 PM AST > To: Don MacQueen <macq at llnl.gov> > Subject: Re: [R] osx/fink: cannot do "R INSTALL" (library mixup) > > That works perfectly! THanks. I did > 524 export PKG_LIBS="-L/usr/local/lib -L/sw/lib" > 525 R INSTALL pspline > and