> 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?
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().
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.
May be this answer will be helpful to solve the issue.