Hi, When I try to load ballgown package, I get the following error.
> library("ballgown", lib.loc="\\\\UOFA/USERS$/users2/a123456/R/win-library/3.4")
Error: package or namespace load failed for ‘ballgown’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘GenomeInfoDbData’
I then tried to install the package 'GenomeInfoDbData' package and I get the following error.
> install.packages("C:/Users/a123456/RStudio-1.1.383/R/downloaded_packages/GenomeInfoDbData_0.99.1.tar.gz", repos = NULL, type = "source")
Installing package into ‘\\UOFA/USERS$/users2/a123456/R/win-library/3.4’
(as ‘lib’ is unspecified)
'\\UOFA\USERS$\users2\a123456'
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.
Warning in install.packages :
running command '"C:/Program Files/R/R-34~1.2/bin/x64/R" CMD INSTALL -l "\\UOFA\USERS$\users2\a123456\R\win-library\3.4" "C:/Users/a123456/RStudio-1.1.383/R/downloaded_packages/GenomeInfoDbData_0.99.1.tar.gz"' had status 1
Warning in install.packages :
installation of package ‘C:/Users/a123456/RStudio-1.1.383/R/downloaded_packages/GenomeInfoDbData_0.99.1.tar.gz’ had non-zero exit status
Any help is appreciated. Thanks in advance.

>As per your suggestion, I had the package in the local machine, but still I get this error.
Any help is appreciated. thanks in advance.