The issue has been solved by removing BiocInstaller, and trying some other unknown scripts.
Could you elaborate? The solution as it stands now is not of much help to anyone. What are those "unknown scripts"?
Dear Biostars, Hi
In order to installing SARTools package, in Ubuntu 14.04 command line R (R version 3.3.3 RC (2017-02-27 r72279) -- "Another Canoe" ), I tried the step by step guideline from this link.
But at the last step of running : install_github("PF2-pasteur-fr/SARTools", build_vignettes=TRUE)
I recieved the error about DESeq2 version as:
* installing *source* package ‘SARTools’ ...
** R
** inst
** preparing package for lazy loading
Error : package ‘DESeq2’ 1.10.1 was found, but >= 1.12.0 is required by ‘SARTools’
ERROR: lazy loading failed for package ‘SARTools’
* removing ‘/tmp/RtmpDGyIGM/Rinstfa46b09f9ed/SARTools’
ERROR: package installation failed Installation failed: Command failed (1)
I have tried to upgrade the DESeq2, but it did not solve the problem (BiocInstaller version 3.2 is too old for R version 3.3.3).
Please help me to install SARtools.
Thanks
Hi,
The issue has been solved by removing BiocInstaller, and trying some other unknown scripts.
Thanks
The issue has been solved by removing BiocInstaller, and trying some other unknown scripts.
Could you elaborate? The solution as it stands now is not of much help to anyone. What are those "unknown scripts"?
Log in to answer this question.
What is the output of
.libPaths()? After you upgraded DESeq2, what is the output ofsessionInfo()?Hi,
for the .libPaths() :
[1] "/home/emami/R/x86_64-pc-linux-gnu-library/3.3"
[2] "/usr/local/lib/R/site-library"
[3] "/usr/lib/R/site-library"
[4] "/usr/lib/R/library"
and for the second :
BiocInstaller version 3.2 is too old for R version 3.3.3