I've already installed a package called GenomeInfoDb. But then when I try to install the package GenomeInfoDbData, I get the following error. CMD.EXE was started with the above path as the current directory. UNC paths are not supported. Defaulting to Windows directory. 'C:\Program' is not recognized as an internal or external command, operable program or batch file.
Ballgown library load
> library(ballgown)
Error: package or namespace load failed for ‘ballgown’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘GenomeInfoDbData’
Can someone kindly explain to me how I go about fixing this error?
• 3,227 views
•
link
1 answer
A suggestion: try installing GenomeInfoDbData. When you installed ballgown, the biocLite() function shuld have taken care of dependencies, I guess GenomeInfoDbData installation failed but you didn't notice.
P.S.: when asking question about R, it is always useful to paste the output of sessionInfo().
• 0 views
•
link
• 0 views
•
link
Log in to answer this question.
May be this answer will be helpful to solve the issue.