Ballgown package installation
1
0
Entering edit mode
amy16 • 0
@amy16-14425
Last seen 5.6 years ago

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.

 

software error • 1.2k views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 12 hours ago
United States

You are better off not installing your packages in a library dir that is on a network share. Ideally you would use a local drive.

Do note that this error isn't coming from R, nor any Bioconductor package. If you google that, you get things like this. You might be able to get away with mapping your UNC share to a drive letter, or maybe you could update CMD.exe.

But the easiest thing to do is simply use the hard drive on your computer for your package dir.

ADD COMMENT
0
Entering edit mode
'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:/Program Files/RStudio/R/R/WIN-LI~1/3.4/GenomeInfoDbData_0.99.1.tar.gz"' had status 1
Warning in install.packages :
  installation of package ‘C:/Program Files/RStudio/R/R/WIN-LI~1/3.4/GenomeInfoDbData_0.99.1.tar.gz’ had non-zero exit status
 

>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.

ADD REPLY

Login before adding your answer.

Traffic: 510 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6