[BioC] cummeRbund
valentina indio [guest]
guest at bioconductor.org
Fri Mar 8 10:57:26 CET 2013
Hi,
I'm trying to install cummeRbund pakage in my R. In order to work on my RNA-seq data I need to obtain the cummeRbund_2.0.0 release.
When I type
source("http://bioconductor.org/biocLite.R")
biocLite("cummeRbund")
on my consolle I'm only able to download the cummeRbund_1.0.0 that lacks a lot of functions.
So I downloaded the source cummeRbund_2.0.0.tar.gz solving all the dependencies. But when I installed the pakage Gviz I'm not able to go on. This is my the Gviz error (see section ### 1 ###).
Moreover if I try to install from th R consolle the error is the following:(see section ### 2 ###)
Any idea to solve my problem???
Many thanks!
Valentina
-- output of sessionInfo():
####################### 1 ###############################
valentina at valentina-desktop:~/Documenti/Tools/download$ sudo R CMD INSTALL Gviz_1.2.1.tar.gz
* installing to library â/usr/local/lib/R/site-libraryâ
* installing *source* package âGvizâ ...
** R
** data
** inst
** preparing package for lazy loading
Warning in .simpleDuplicateClass(def, prev) :
A specification for S3 class âconnectionâ in package âBiocGenericsâ seems equivalent to one from package âIRangesâ and is not turning on duplicate class definitions for this class
Warning in .simpleDuplicateClass(def, prev) :
A specification for S3 class âfileâ in package âBiocGenericsâ seems equivalent to one from package âIRangesâ and is not turning on duplicate class definitions for this class
Warning in .simpleDuplicateClass(def, prev) :
A specification for S3 class âbzfileâ in package ârtracklayerâ seems equivalent to one from package âBiocGenericsâ and is not turning on duplicate class definitions for this class
Warning in .simpleDuplicateClass(def, prev) :
A specification for class âcharacterORconnectionâ in package ârtracklayerâ seems equivalent to one from package âBiocGenericsâ and is not turning on duplicate class definitions for this class
Warning in .simpleDuplicateClass(def, prev) :
A specification for S3 class âfifoâ in package ârtracklayerâ seems equivalent to one from package âBiocGenericsâ and is not turning on duplicate class definitions for this class
Warning in .simpleDuplicateClass(def, prev) :
A specification for S3 class âgzfileâ in package ârtracklayerâ seems equivalent to one from package âBiocGenericsâ and is not turning on duplicate class definitions for this class
Warning in .simpleDuplicateClass(def, prev) :
A specification for S3 class âpipeâ in package ârtracklayerâ seems equivalent to one from package âBiocGenericsâ and is not turning on duplicate class definitions for this class
Warning in .simpleDuplicateClass(def, prev) :
A specification for S3 class âsockconnâ in package ârtracklayerâ seems equivalent to one from package âBiocGenericsâ and is not turning on duplicate class definitions for this class
Warning in .simpleDuplicateClass(def, prev) :
A specification for S3 class âterminalâ in package ârtracklayerâ seems equivalent to one from package âBiocGenericsâ and is not turning on duplicate class definitions for this class
Warning in .simpleDuplicateClass(def, prev) :
A specification for S3 class âtextConnectionâ in package ârtracklayerâ seems equivalent to one from package âBiocGenericsâ and is not turning on duplicate class definitions for this class
Warning in .simpleDuplicateClass(def, prev) :
A specification for S3 class âunzâ in package ârtracklayerâ seems equivalent to one from package âBiocGenericsâ and is not turning on duplicate class definitions for this class
Warning in .simpleDuplicateClass(def, prev) :
A specification for S3 class âurlâ in package ârtracklayerâ seems equivalent to one from package âBiocGenericsâ and is not turning on duplicate class definitions for this class
Error : requested methods not found in environment/package âGenomicRangesâ: seqnameStyle
ERROR: lazy loading failed for package âGvizâ
* removing â/usr/local/lib/R/site-library/Gvizâ
################ 2 ############################
> source("http://bioconductor.org/biocLite.R")
BiocInstaller version 1.2.1, ?biocLite for help
> biocLite("Gviz")
BioC_mirror: 'http://www.bioconductor.org'
Using R version 2.14, BiocInstaller version 1.2.1.
Installing package(s) 'Gviz'
Installing package(s) into â/usr/lib/R/libraryâ
(as âlibâ is unspecified)
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package âGvizâ is not available (for R version 2.14.1)
This is the R version I used:
RKward Version 0.5.7 with KDE 4.8.5
And these are my OS information:
Linux valentina-desktop 3.2.0-36-generic #57-Ubuntu SMP Tue Jan 8 21:44:52 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
--
Sent via the guest posting facility at bioconductor.org.
More information about the Bioconductor
mailing list