Entering edit mode
rita.reig
•
0
@ritareig-15534
Last seen 6.6 years ago
Hello everyone! I'm trying to install DAPAR and ProStar packages through R version 3.4.4. Everything goes right except for that when thying to run the packages it appears the following error:
Error: package or namespace load failed for ‘Prostar’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘DO.db’
I've tried to install DO.db package but it seems not to be available for for R version 3.4.4.
Any suggestion?
Thanks a lot!
DO.db is available for R-3.4.4 / Bioc 3.5; what happens when you say
biocLite("DO.db")