Problems installing sva and bladderbatch
3
0
Entering edit mode
James Wagner ▴ 30
@james-wagner-3300
Last seen 9.6 years ago
Hello, when trying to install these packages using biocLite, I get the messages package "sva" is not available and likewise package "bladderbatch" is not available. With sva I was able to download the tar.gz file and install it using install.packages(), however with bladderbatch I got the message Error : Invalid DESCRIPTION file Package name and namespace differ. The DESCRIPTION file contained the line "namespace auto", which when I removed gave no further errors with the "install.packages()" command, however then when I run library(bladderbatch) I get the warning message: Warning message: In loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) : package 'bladderbatch' contains no R code and then with data(bladderbatch) I get that data set 'bladderbatch' not found. What is the best way to hack the DESCRIPTION file to get bladderbatch actually working? Thank-you [[alternative HTML version deleted]]
sva sva • 2.0k views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 5 days ago
United States
On 11/11/2011 06:44 AM, James Wagner wrote: > Hello, when trying to install these packages using biocLite, I get the > messages package "sva" is not available and likewise package > "bladderbatch" is not available. With sva I was able to download the tar.gz > file and install it using install.packages(), however with bladderbatch I > got the message > > Error : Invalid DESCRIPTION file > Package name and namespace differ. > > The DESCRIPTION file contained the line "namespace auto", which when I > removed gave no further errors with the "install.packages()" command, > however then when I run library(bladderbatch) I get the warning message: > > Warning message: > In loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = > keep.source) : > package 'bladderbatch' contains no R code and then with > data(bladderbatch) I get that data set 'bladderbatch' not found. > > What is the best way to hack the DESCRIPTION file to get bladderbatch > actually working? Hi James -- sounds like you are trying to use an incorrect version of R (2.13 or before? sva was introduced in the current release). Try updating and biocLite() again. Provide sessionInfo() if that doesn't sound like the right solution. Martin > > Thank-you > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor -- Computational Biology Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: M1-B861 Telephone: 206 667-2793
ADD COMMENT
0
Entering edit mode
Hi, I have experienced similar issues with a number of R packages (not all from BioC - e.g. Rwave; see below) since upgrading to R 2.14 last week. A solution would be much appreciated - I'm in the middle of a wavelet analysis! Dr David Iles Institute for Integrative and Comparative Biology University of Leeds Leeds LS2 9JT d.e.iles at leeds.ac.uk > library(Rwave) Error in library(Rwave) : package ?Rwave? does not have a NAMESPACE and should be re-installed > sessionInfo() R version 2.14.0 (2011-10-31) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base > On 11 Nov 2011, at 14:54, Martin Morgan wrote: > On 11/11/2011 06:44 AM, James Wagner wrote: >> Hello, when trying to install these packages using biocLite, I get the >> messages package "sva" is not available and likewise package >> "bladderbatch" is not available. With sva I was able to download the tar.gz >> file and install it using install.packages(), however with bladderbatch I >> got the message >> >> Error : Invalid DESCRIPTION file >> Package name and namespace differ. >> >> The DESCRIPTION file contained the line "namespace auto", which when I >> removed gave no further errors with the "install.packages()" command, >> however then when I run library(bladderbatch) I get the warning message: >> >> Warning message: >> In loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = >> keep.source) : >> package 'bladderbatch' contains no R code and then with >> data(bladderbatch) I get that data set 'bladderbatch' not found. >> >> What is the best way to hack the DESCRIPTION file to get bladderbatch >> actually working? > > Hi James -- sounds like you are trying to use an incorrect version of R > (2.13 or before? sva was introduced in the current release). Try > updating and biocLite() again. Provide sessionInfo() if that doesn't > sound like the right solution. > > Martin > >> >> Thank-you >> >> [[alternative HTML version deleted]] >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at r-project.org >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor > > > -- > Computational Biology > Fred Hutchinson Cancer Research Center > 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 > > Location: M1-B861 > Telephone: 206 667-2793 > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD REPLY
0
Entering edit mode
On 11/11/2011 07:06 AM, David Iles wrote: > Hi, > > I have experienced similar issues with a number of R packages (not all from BioC - e.g. Rwave; see below) since upgrading to R 2.14 last week. > > A solution would be much appreciated - I'm in the middle of a wavelet analysis! Hi David -- You have a mix of current and outdated packages. One solution might be http://bioconductor.org/install/#update-bioconductor-packages Martin > > Dr David Iles > Institute for Integrative and Comparative Biology > University of Leeds > Leeds LS2 9JT > > d.e.iles at leeds.ac.uk > >> library(Rwave) > Error in library(Rwave) : > package ?Rwave? does not have a NAMESPACE and should be re- installed > >> sessionInfo() > R version 2.14.0 (2011-10-31) > Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) > > locale: > [1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8 > > attached base packages: > [1] stats graphics grDevices utils datasets methods base >> > > > On 11 Nov 2011, at 14:54, Martin Morgan wrote: > >> On 11/11/2011 06:44 AM, James Wagner wrote: >>> Hello, when trying to install these packages using biocLite, I get the >>> messages package "sva" is not available and likewise package >>> "bladderbatch" is not available. With sva I was able to download the tar.gz >>> file and install it using install.packages(), however with bladderbatch I >>> got the message >>> >>> Error : Invalid DESCRIPTION file >>> Package name and namespace differ. >>> >>> The DESCRIPTION file contained the line "namespace auto", which when I >>> removed gave no further errors with the "install.packages()" command, >>> however then when I run library(bladderbatch) I get the warning message: >>> >>> Warning message: >>> In loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = >>> keep.source) : >>> package 'bladderbatch' contains no R code and then with >>> data(bladderbatch) I get that data set 'bladderbatch' not found. >>> >>> What is the best way to hack the DESCRIPTION file to get bladderbatch >>> actually working? >> >> Hi James -- sounds like you are trying to use an incorrect version of R >> (2.13 or before? sva was introduced in the current release). Try >> updating and biocLite() again. Provide sessionInfo() if that doesn't >> sound like the right solution. >> >> Martin >> >>> >>> Thank-you >>> >>> [[alternative HTML version deleted]] >>> >>> _______________________________________________ >>> Bioconductor mailing list >>> Bioconductor at r-project.org >>> https://stat.ethz.ch/mailman/listinfo/bioconductor >>> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor >> >> >> -- >> Computational Biology >> Fred Hutchinson Cancer Research Center >> 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 >> >> Location: M1-B861 >> Telephone: 206 667-2793 >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at r-project.org >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor > -- Computational Biology Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: M1-B861 Telephone: 206 667-2793
ADD REPLY
0
Entering edit mode
@vincent-j-carey-jr-4
Last seen 6 weeks ago
United States
On Fri, Nov 11, 2011 at 9:44 AM, James Wagner <jamesrwagner@gmail.com>wrote: > Hello, when trying to install these packages using biocLite, I get the > messages package "sva" is not available and likewise package > "bladderbatch" is not available. With sva I was able to download the tar.gz > file and install it using install.packages(), however with bladderbatch I > got the message > > A fundamental requirement for getting help through this mailing list is submission of the result of sessionInfo() for your R session where you are running into trouble. I believe you have an outdated R, and that you must install R 2.14 and clean out any old biocLite images in your workspace, and start again. > Error : Invalid DESCRIPTION file > Package name and namespace differ. > > The DESCRIPTION file contained the line "namespace auto", which when I > removed gave no further errors with the "install.packages()" command, > however then when I run library(bladderbatch) I get the warning message: > > Warning message: > In loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = > keep.source) : > package 'bladderbatch' contains no R code and then with > data(bladderbatch) I get that data set 'bladderbatch' not found. > > What is the best way to hack the DESCRIPTION file to get bladderbatch > actually working? > > If you have to ask you should never do it. Do not modify DESCRIPTION. If you do, no one will be able to help you reliably. > Thank-you > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor@r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor > [[alternative HTML version deleted]]
ADD COMMENT
0
Entering edit mode
James Wagner ▴ 30
@james-wagner-3300
Last seen 9.6 years ago
OK, my apologies, I did look at the "Before you post" page but must have skipped the point about sessionInfo(). It is an old version of R and I will ask admins to upgrade to latest version of R. Thank you both. On Fri, Nov 11, 2011 at 9:54 AM, Vincent Carey <stvjc at="" channing.harvard.edu=""> wrote: > > > On Fri, Nov 11, 2011 at 9:44 AM, James Wagner <jamesrwagner at="" gmail.com=""> wrote: >> >> Hello, when trying to install these packages using biocLite, I get the >> messages ?package "sva" is not available and likewise package >> "bladderbatch" is not available. With sva I was able to download the tar.gz >> file and install it using install.packages(), however with bladderbatch I >> got the message >> > > A fundamental requirement for getting help through this mailing list is submission of the > result of sessionInfo() for your R session where you are running into trouble.? I believe > you have an outdated R, and that you must install R 2.14 and clean out any old biocLite images > in your workspace, and start again. > >> >> Error : Invalid DESCRIPTION file >> Package name and namespace differ. >> >> The DESCRIPTION file contained the line "namespace auto", which when I >> removed gave no further errors with the "install.packages()" command, >> however then when I run library(bladderbatch) I get the warning message: >> >> Warning message: >> In loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = >> keep.source) : >> ?package 'bladderbatch' contains no R code and then with >> data(bladderbatch) I get that data set 'bladderbatch' not found. >> >> What is the best way to hack the DESCRIPTION file to get bladderbatch >> actually working? >> > > If you have to ask you should never do it.? Do not modify DESCRIPTION.? If you do, > no one will be able to help you reliably. > >> >> Thank-you >> >> ? ? ? ?[[alternative HTML version deleted]] >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at r-project.org >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor >
ADD COMMENT

Login before adding your answer.

Traffic: 1042 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