Entering edit mode
6.9 years ago
Yuka Takemon
▴
40
Hello,
I am having issues installing the DEXSeq R package. I updated both bioinstaller and GenomicRanges in order to solve the problem, but no luck. Any insights would be appreciated.
Cheers, Yuka
> biocLite("DEXSeq")
BioC_mirror: https://bioconductor.org
Using Bioconductor 3.6 (BiocInstaller 1.28.0), R 3.4.1 (2017-06-30).
Installing package(s) ‘DEXSeq’
trying URL 'https://bioconductor.org/packages/3.6/bioc/src/contrib/DEXSeq_1.24.2.tar.gz'
Content type 'application/x-gzip' length 550421 bytes (537 KB)
==================================================
downloaded 537 KB
* installing *source* package ‘DEXSeq’ ...
** R
** inst
** preparing package for lazy loading
Warning: undefined slot classes in definition of "DEXSeqDataSet": rowRanges(class "GenomicRangesORGRangesList")
Error in makePrototypeFromClassDef(properties, ClassDef, immediate, where) :
in making the prototype for class “DEXSeqDataSet” elements of the prototype failed to match the corresponding slot class: rowRanges (class "GenomicRangesORGRangesList" )
Error : unable to load R code in package ‘DEXSeq’
ERROR: lazy loading failed for package ‘DEXSeq’
* removing ‘/home/ytakemon/R/x86_64-pc-linux-gnu-library/3.4/DEXSeq’
Hi Hussain, I feel very silly that I didn't update my R version before posting. It worked on R 3.4.3. Thank you!