(no subject)
3
0
Entering edit mode
@tiago-r-magalhaes-200
Last seen 9.7 years ago
I am sorry to bother you with such an irrelevant question and I understand if you can't reply to it I am biologist working on microarrays (Affy) and I am trying to run R (I have some experience on S plus) I tryed to install the Bioconductor Package and I cannot it tells me that I have to install an XML file: Package annotate version 1.0.5 requires package XML version >= 0.92-2, would you like to try to install this package? [yes/no] yes when I click yes it runs, dowloads something and then: Warning message: Running R version 1.6.2 and package XML was built for R version 1.6.1, skipping. Please look at the option versForce if you would like to continue. in: installPkg(fileName, pkg, pkgVer, type, lib, repEntry, versForce) and I am stuck any ideas on how to solve this problem? thanks very much tiago magalhaes (follows the all dialogue with the computer) [1] "Getting/installing packages reposTools and Biobase" Package annotate version 1.0.5 requires package XML version >= 0.92-2, would you like to try to install this package? [yes/no] yes Note: No specified download type, defaulting to Win32 [1] "Attempting to download XML from http://www.bioconductor.org//CRANrepository" [1] "Download complete." [1] "Installing XML" From URL: http://www.bioconductor.org//CRANrepository XML version 0.93-1 Packages that were not updated: annotate genefilter geneplotter edd ROC multtest Biobase tkWidgets Warning message: Running R version 1.6.2 and package XML was built for R version 1.6.1, skipping. Please look at the option versForce if you would like to continue. in: installPkg(fileName, pkg, pkgVer, type, lib, repEntry, versForce)
annotate reposTools annotate reposTools • 971 views
ADD COMMENT
0
Entering edit mode
rgentleman ★ 5.5k
@rgentleman-7725
Last seen 9.0 years ago
United States
On Mon, Mar 03, 2003 at 04:44:56PM -0800, Tiago R Magalhaes wrote: > I am sorry to bother you with such an irrelevant question and I understand > if you can't reply to it > > I am biologist working on microarrays (Affy) and I am trying to run R (I > have some experience on S plus) > I tryed to install the Bioconductor Package and I cannot > it tells me that I have to install an XML file: > Package annotate version 1.0.5 requires package XML version >= 0.92-2, > would you like to try to install this package? [yes/no] yes > > when I click yes it runs, dowloads something and then: > Warning message: > Running R version 1.6.2 and package XML was built for R version 1.6.1, > skipping. > Please look at the option versForce if you would like to continue. in: > installPkg(fileName, pkg, pkgVer, type, lib, repEntry, versForce) Hmm, I am not sure where you are getting an old XML from?, but what you can do is, start R use the menu named Packages from that select the item Install Package from CRAN from the dialog select XML and that should handle XML; then try to install Bioconductor again with that in Robert > > and I am stuck > > any ideas on how to solve this problem? > > thanks very much > > > tiago magalhaes > > > (follows the all dialogue with the computer) > > [1] "Getting/installing packages reposTools and Biobase" > Package annotate version 1.0.5 requires package XML version >= 0.92-2, > would you like to try to install this package? [yes/no] yes > Note: No specified download type, defaulting to Win32 > [1] "Attempting to download XML from > http://www.bioconductor.org//CRANrepository" > [1] "Download complete." > [1] "Installing XML" > From URL: http://www.bioconductor.org//CRANrepository > XML version 0.93-1 > > Packages that were not updated: > annotate > genefilter > geneplotter > edd > ROC > multtest > Biobase > tkWidgets > > Warning message: > Running R version 1.6.2 and package XML was built for R version 1.6.1, > skipping. > Please look at the option versForce if you would like to continue. in: > installPkg(fileName, pkg, pkgVer, type, lib, repEntry, versForce) > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > http://www.stat.math.ethz.ch/mailman/listinfo/bioconductor -- +--------------------------------------------------------------------- ------+ | Robert Gentleman phone : (617) 632-5250 | | Associate Professor fax: (617) 632-2444 | | Department of Biostatistics office: M1B20 | | Harvard School of Public Health email: rgentlem@jimmy.dfci.harvard.edu | +--------------------------------------------------------------------- ------+
ADD COMMENT
0
Entering edit mode
Dear Robert (and Tiago), The problem here is that CRAN itself has a version of XML which was built for R 1.6.1. It not Tiago's fault! Gordon At 12:02 PM 4/03/2003, Robert Gentleman wrote: >On Mon, Mar 03, 2003 at 04:44:56PM -0800, Tiago R Magalhaes wrote: > > I am sorry to bother you with such an irrelevant question and I understand > > if you can't reply to it > > > > I am biologist working on microarrays (Affy) and I am trying to run R (I > > have some experience on S plus) > > I tryed to install the Bioconductor Package and I cannot > > it tells me that I have to install an XML file: > > Package annotate version 1.0.5 requires package XML version >= 0.92-2, > > would you like to try to install this package? [yes/no] yes > > > > when I click yes it runs, dowloads something and then: > > Warning message: > > Running R version 1.6.2 and package XML was built for R version 1.6.1, > > skipping. > > Please look at the option versForce if you would like to continue. in: > > installPkg(fileName, pkg, pkgVer, type, lib, repEntry, versForce) > > Hmm, > I am not sure where you are getting an old XML from?, > but what you can do is, > start R > use the menu named Packages > from that select the item > Install Package from CRAN > from the dialog select > XML > > and that should handle XML; then try to install Bioconductor again > with that in > > Robert > > > > > > and I am stuck > > > > any ideas on how to solve this problem? > > > > thanks very much > > > > > > tiago magalhaes > > > > > > (follows the all dialogue with the computer) > > > > [1] "Getting/installing packages reposTools and Biobase" > > Package annotate version 1.0.5 requires package XML version >= 0.92-2, > > would you like to try to install this package? [yes/no] yes > > Note: No specified download type, defaulting to Win32 > > [1] "Attempting to download XML from > > http://www.bioconductor.org//CRANrepository" > > [1] "Download complete." > > [1] "Installing XML" > > From URL: http://www.bioconductor.org//CRANrepository > > XML version 0.93-1 > > > > Packages that were not updated: > > annotate > > genefilter > > geneplotter > > edd > > ROC > > multtest > > Biobase > > tkWidgets > > > > Warning message: > > Running R version 1.6.2 and package XML was built for R version 1.6.1, > > skipping. > > Please look at the option versForce if you would like to continue. in: > > installPkg(fileName, pkg, pkgVer, type, lib, repEntry, versForce) > > > > _______________________________________________ > > Bioconductor mailing list > > Bioconductor@stat.math.ethz.ch > > http://www.stat.math.ethz.ch/mailman/listinfo/bioconductor ---------------------------------------------------------------------- ----------------- Dr Gordon K Smyth, Senior Research Scientist, Bioinformatics, Walter and Eliza Hall Institute of Medical Research, 1G Royal Parade, Parkville, Vic 3050, Australia Tel: (03) 9345 2326, Fax (03) 9347 0852, Email: smyth@wehi.edu.au, www: http://www.statsci.org
ADD REPLY
0
Entering edit mode
Jeff Gentry ★ 3.9k
@jeff-gentry-12
Last seen 9.7 years ago
On Mon, 3 Mar 2003, Tiago R Magalhaes wrote: > I tryed to install the Bioconductor Package and I cannot > it tells me that I have to install an XML file: > Package annotate version 1.0.5 requires package XML version >= 0.92-2, > would you like to try to install this package? [yes/no] yes So far, so good. > when I click yes it runs, dowloads something and then: > Warning message: > Running R version 1.6.2 and package XML was built for R version 1.6.1, > skipping. Yes, R will not let you install a binary package (most commonly found as a Windows .zip based package) if it was built under a different version of R. In a case lik ethis (1.6.1 -> 1.6.2) it very likely wouldn't make a difference, but you need to tell R to force the installation, which brings us to: > any ideas on how to solve this problem? >From the Install Script page: www.bioconductor.org/getBioC.R ## force: by default, if a binary package is being downloaded (e.g. a ## Win32 zip package) and was built using a different version ## of R then the user is running, it will not install. Setting ## this to TRUE will disable this behaviour. So, if you were running: getBioC("all") Instead run: getBioC("all", force=TRUE) -J
ADD COMMENT
0
Entering edit mode
Laurent Gautier ★ 2.3k
@laurent-gautier-29
Last seen 9.7 years ago
And your configuration is.... ? On Mon, Mar 03, 2003 at 04:44:56PM -0800, Tiago R Magalhaes wrote: > I am sorry to bother you with such an irrelevant question and I understand > if you can't reply to it > > I am biologist working on microarrays (Affy) and I am trying to run R (I > have some experience on S plus) > I tryed to install the Bioconductor Package and I cannot > it tells me that I have to install an XML file: > Package annotate version 1.0.5 requires package XML version >= 0.92-2, > would you like to try to install this package? [yes/no] yes > > when I click yes it runs, dowloads something and then: > Warning message: > Running R version 1.6.2 and package XML was built for R version 1.6.1, > skipping. > Please look at the option versForce if you would like to continue. in: > installPkg(fileName, pkg, pkgVer, type, lib, repEntry, versForce) > > and I am stuck > > any ideas on how to solve this problem? > > thanks very much > > > tiago magalhaes > > > (follows the all dialogue with the computer) > > [1] "Getting/installing packages reposTools and Biobase" > Package annotate version 1.0.5 requires package XML version >= 0.92-2, > would you like to try to install this package? [yes/no] yes > Note: No specified download type, defaulting to Win32 > [1] "Attempting to download XML from > http://www.bioconductor.org//CRANrepository" > [1] "Download complete." > [1] "Installing XML" > From URL: http://www.bioconductor.org//CRANrepository > XML version 0.93-1 > > Packages that were not updated: > annotate > genefilter > geneplotter > edd > ROC > multtest > Biobase > tkWidgets > > Warning message: > Running R version 1.6.2 and package XML was built for R version 1.6.1, > skipping. > Please look at the option versForce if you would like to continue. in: > installPkg(fileName, pkg, pkgVer, type, lib, repEntry, versForce) > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > http://www.stat.math.ethz.ch/mailman/listinfo/bioconductor
ADD COMMENT

Login before adding your answer.

Traffic: 594 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6