Entering edit mode
mdroog
▴
10
@mdroog-13422
Last seen 6.0 years ago
Yesterday I managed to install DESeq2 on my home computer but today it simply won't work on my computer at work.
I install it using the following command:
source("https://bioconductor.org/biocLite.R")
biocLite("DESeq2")
However, when I then use the command
library(DESeq2)
I get the following:
> library(DESeq2) Loading required package: GenomicRanges Loading required package: GenomeInfoDb Error: package or namespace load failed for ‘GenomeInfoDb’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called ‘GenomeInfoDbData’ Error: package ‘GenomeInfoDb’ could not be loaded
And so I installed GenomicRanges and GenomeInfoDb using biocLite, but I keep getting this error message.
What should I change?
> sessionInfo() R version 3.4.1 (2017-06-30) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows >= 8 x64 (build 9200) Matrix products: default locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C [5] LC_TIME=English_United States.1252 attached base packages: [1] parallel stats4 stats graphics grDevices utils datasets methods base other attached packages: [1] Biobase_2.36.2 edgeR_3.18.1 limma_3.32.2 BiocInstaller_1.26.0 IRanges_2.10.2 [6] S4Vectors_0.14.3 BiocGenerics_0.22.0 loaded via a namespace (and not attached): [1] compiler_3.4.1 tools_3.4.1 RCurl_1.95-4.8 grid_3.4.1 locfit_1.5-9.1 bitops_1.0-6 lattice_0.20-35 |
|
|
R does not like the 'network' file path "
\\srv-data1\home$\m.droog...
"; google for 'map network drive' to associate this path with a letter, so that the path is "z:\...
".Yes, thank you. That was it indeed. Instead of the network drive, R is now running on the local D:\\ disk. This solved the problem.
Hi!!
I am having this same problem you had. How you solved it?
Thanks in advance!!!
Ida
Did you not see the comment you replied to (where the OP said it was fixed) and the previous comment (where Martin told the OP how to fix it)?
I did and I got this other error:
Exactly. And what did Martin say you should do in order to fix that?
Look, I did the 'map network drive' and I am still getting that error I just posted.
Evidently it didn't work, because R is still trying to install to the network drive rather than the mapping you say you set up.
The troublesome looking line in your output is
What does
R.home()
report? It should have the mapped network drive, with a form like W:\\...Hi Martin,
Thanks so much for your response.
This is what I get when I do R.home():
I am in a Government Computer and I am not sure if I am having some restrictions. When I did the google search for map network drive and followed the steps, I selected the letter but in the Folder Section, Browse, I only see one option for Network. I can't select any other Folder because is empty. Otherwise, I typed the path in the space provided for "Folder". It created a mapped network drive because I see it under My PC but when I run again the command, does not work. It is not connecting the letter. That's why I think there are some restrictions and I have to contact IT people. But I could be wrong and there is some step I am not doing.
Thanks again!
Ida
It is not unreasonable to ask your local help desk to support you in this.