> source("https://bioconductor.org/biocLite.R")
https:// URLs are not supported by the default method: trying "libcurl"
Bioconductor version 3.1 (BiocInstaller 1.18.4), ?biocLite for help
>
I'm trying since morning to install this package, llok at the below please
ADD REPLY
• link
updated 5.0 years ago by
Ram
44k
•
written 9.2 years ago by
zizigolu
★
4.3k
1
Entering edit mode
This is your problem:
Error : package 'BSgenome' 1.32.0 was found, but >= 1.33.5 is required by 'BSgenome.Celegans.UCSC.ce2'
The package you are trying to install or its dependencies needs a newer version of this BSgenome. You probably had an earlier version already installed.
Try updating it first
biocLite("BSgenome")
then
biocLite("DESeq2")
ADD REPLY
• link
updated 5.0 years ago by
Ram
44k
•
written 9.2 years ago by
Lemire
▴
940
I did the same but again the same question(would you like to your personal file) I typed y but
Error : package 'BSgenome' 1.32.0 was found, but >= 1.33.5 is required by 'BSgenome.Celegans.UCSC.ce2'
ERROR: lazy loading failed for package 'BSgenome.Celegans.UCSC.ce2'
* removing '/usr/people/home/izadi/R/x86_64-redhat-linux-gnu-library/3.2/BSgenome.Celegans.UCSC.ce2'
The downloaded source packages are in
'/tmp/Rtmpwnc0IZ/downloaded_packages'
There were 50 or more warnings (use warnings() to see the first 50)
> library(DESeq2)
Error in library(DESeq2) : there is no package called 'DESeq2'
> library(/usr/data/nfs6/izadi/R-3.2.2/lib/DESeq2)
Error: unexpected '/' in "library(/"
ADD REPLY
• link
updated 5.0 years ago by
Ram
44k
•
written 9.2 years ago by
zizigolu
★
4.3k
I ran biocLite("BSgenome") the first then I ran (DESeq2)...but the same error...there is a file named R-3.2.2 in /usr/data/nfs6/izadi/ containing many folders then I ran the library(/usr/data/nfs6/izadi/R-3.2.2/lib/DESeq2) but again error...totally I donno how I can install this package
ADD REPLY
• link
updated 5.0 years ago by
Ram
44k
•
written 9.2 years ago by
zizigolu
★
4.3k
thanks you Andrew,
I'm trying since morning to install this package, llok at the below please
This is your problem:
The package you are trying to install or its dependencies needs a newer version of this BSgenome. You probably had an earlier version already installed.
Try updating it first
then
thank you
i will try
run
to update all your outdated packages then
The
install.packages
function is for CRAN libraries, whereas DESeq2 is a Bioconductor Library.sorry Andrew,
I did what you said
but asked me
Would you like to use a personal library instead? (y/n)
and I typedy
and after some time said that:now from where I can recognize that if the package installed or not?
thank you
then what can I do now?
Did you run
As it suggested?
hi andrew,
this is my 50 error
As @Lemire/OICR stated, from your original log:
Is the issue, you need to install an updated version.
thank you,
I did the same but again the same question(would you like to your personal file) I typed y but
You ran
didn't you?
I ran
biocLite("BSgenome")
the first then I ran (DESeq2)...but the same error...there is a file named R-3.2.2 in/usr/data/nfs6/izadi/
containing many folders then I ran thelibrary(/usr/data/nfs6/izadi/R-3.2.2/lib/DESeq2)
but again error...totally I donno how I can install this package