Error loading ShortRead
1
0
Entering edit mode
@raffaele-calogero-294
Last seen 8.4 years ago
Italy/Turin/University of Torino
Dear All, I am trying to load ShortRead package but I get the following error: library(Biostrings) library(ShortRead) Error : object ?compact? is not exported by 'namespace:Biostrings' Error: loading package/namespace failed for 'ShortRead' Any suggestions? Cheers Raffaele ########################################################## sessionInfo() R version 2.13.0 (2011-04-13) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=Italian_Italy.1252 LC_CTYPE=Italian_Italy.1252 LC_MONETARY=Italian_Italy.1252 [4] LC_NUMERIC=C LC_TIME=Italian_Italy.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] Rsamtools_1.4.0 Biostrings_2.20.1 GenomicRanges_1.4.3 IRanges_1.10.3 lattice_0.19-23 loaded via a namespace (and not attached): [1] Biobase_2.12.1 grid_2.13.0 tools_2.13.0 -- ---------------------------------------- Prof. Raffaele A. Calogero Bioinformatics and Genomics Unit MBC Centro di Biotecnologie Molecolari Via Nizza 52, Torino 10126 tel. ++39 0116706457 Fax ++39 0116706487 Mobile ++39 3333827080 email: raffaele.calogero at unito.it raffaele[dot]calogero[at]gmail[dot]com www: http://www.bioinformatica.unito.it
ShortRead ShortRead • 1.2k views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 1 hour ago
United States
On 05/16/2011 06:50 AM, rcaloger wrote: > Dear All, > I am trying to load ShortRead package but I get the following error: > > library(Biostrings) > library(ShortRead) > Error : object ?compact? is not exported by 'namespace:Biostrings' > Error: loading package/namespace failed for 'ShortRead' > > Any suggestions? Biostrings and IRanges changed as a bug fix. You installed (maybe freom SVN?) an updated ShortRead but not the other packages. Try source("http://bioconductor.org/biocLite.R") update.packages(repos=biocinstallRepos()) perhaps with ask=FALSE. Martin > Cheers > Raffaele > > ########################################################## > sessionInfo() > > R version 2.13.0 (2011-04-13) > Platform: x86_64-pc-mingw32/x64 (64-bit) > > locale: > [1] LC_COLLATE=Italian_Italy.1252 LC_CTYPE=Italian_Italy.1252 > LC_MONETARY=Italian_Italy.1252 > [4] LC_NUMERIC=C LC_TIME=Italian_Italy.1252 > > attached base packages: > [1] stats graphics grDevices utils datasets methods base > > other attached packages: > [1] Rsamtools_1.4.0 Biostrings_2.20.1 GenomicRanges_1.4.3 IRanges_1.10.3 > lattice_0.19-23 > > loaded via a namespace (and not attached): > [1] Biobase_2.12.1 grid_2.13.0 tools_2.13.0 > > -- 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
Many thanks! Updating everything with: source("http://bioconductor.org/biocLite.R") update.packages(repos=biocinstallRepos(), ask=F) I solved the problem. Cheers Raffaele Il 16/05/2011 17:47, Martin Morgan ha scritto: > On 05/16/2011 06:50 AM, rcaloger wrote: >> Dear All, >> I am trying to load ShortRead package but I get the following error: >> >> library(Biostrings) >> library(ShortRead) >> Error : object ?compact? is not exported by 'namespace:Biostrings' >> Error: loading package/namespace failed for 'ShortRead' >> >> Any suggestions? > > Biostrings and IRanges changed as a bug fix. You installed (maybe > freom SVN?) an updated ShortRead but not the other packages. Try > > source("http://bioconductor.org/biocLite.R") > update.packages(repos=biocinstallRepos()) > > perhaps with ask=FALSE. > > Martin > >> Cheers >> Raffaele >> >> ########################################################## >> sessionInfo() >> >> R version 2.13.0 (2011-04-13) >> Platform: x86_64-pc-mingw32/x64 (64-bit) >> >> locale: >> [1] LC_COLLATE=Italian_Italy.1252 LC_CTYPE=Italian_Italy.1252 >> LC_MONETARY=Italian_Italy.1252 >> [4] LC_NUMERIC=C LC_TIME=Italian_Italy.1252 >> >> attached base packages: >> [1] stats graphics grDevices utils datasets methods base >> >> other attached packages: >> [1] Rsamtools_1.4.0 Biostrings_2.20.1 GenomicRanges_1.4.3 IRanges_1.10.3 >> lattice_0.19-23 >> >> loaded via a namespace (and not attached): >> [1] Biobase_2.12.1 grid_2.13.0 tools_2.13.0 >> >> > > -- ---------------------------------------- Prof. Raffaele A. Calogero Bioinformatics and Genomics Unit MBC Centro di Biotecnologie Molecolari Via Nizza 52, Torino 10126 tel. ++39 0116706457 Fax ++39 0116706487 Mobile ++39 3333827080 email: raffaele.calogero at unito.it raffaele[dot]calogero[at]gmail[dot]com www: http://www.bioinformatica.unito.it
ADD REPLY

Login before adding your answer.

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