Entering edit mode
wangwangy2012
•
0
@wangwangy2012-15039
Last seen 6.9 years ago
Hi, I met a problem when re-install Bioconductor. I am using Win7 64 bit system and have used the command as follow:
>source("https://bioconductor.org/biocLite.R")
>biocLite()
But Rsudio showed Error like this.
"> biocLite()
Error in biocLite() : could not find function "biocLite" "
The problem is that I have installed this package before, I re-install it is because I update the R to 3.4.3.
Looking forward to any suggestions.
Thanks a lot!
Are you still having this problem? After you
source("https://bioconductor.org/biocLite.R")
what happens when you call
library(BiocInstaller)
Valerie