I'm installing this package hu6800.db from Bioconductor packages and as a result i get this...
Warning messages:
1: running command '"C:/Program Files/R/R-32~1.3/bin/i386/R" CMD INSTALL -l "C:\Users\\Documents\R\win-library\3.2" C:\Users\~1\AppData\Local\Temp\RtmpYviEP2/downloaded_packages/org.Hs.eg.db_3.2.3.tar.gz' had status 1
2: In install.packages(pkgs = doing, lib = lib, ...) :
installation of package ‘org.Hs.eg.db’ had non-zero exit status
3: running command '"C:/Program Files/R/R-32~1.3/bin/i386/R" CMD INSTALL -l "C:\Users\\Documents\R\win-library\3.2" C:\Users\~1\AppData\Local\Temp\RtmpYviEP2/downloaded_packages/hu6800.db_3.2.2.tar.gz' had status 1
4: In install.packages(pkgs = doing, lib = lib, ...) :
**installation of package ‘hu6800.db’ had non-zero exit status**
What does mean by the 4th point?I just don't understand. Does it mean that this package isn't installed if yes then please let me know why and what is the error?? And when i load library i get this...
**Error in library(hu6800.db) : there is no package called ‘hu6800.db’**
what is it?? Please help me out from this situation....
Format your question better, add a quote chunk to the code that's outputted. Also, include the results of
I really don't understand what did u said please explain it.
Type sessionInfo() in your R terminal and provide us with the result of that command.
Please post the commands that you used to try and install these packages - stressing the point where you used 'biocLite'.
source("https://bioconductor.org/biocLite.R")
biocLite()
to install the additional one
biocLite("hu6800.db")
biocLite("hu6800cdf")
try biocLite('org.Hs.eg.db') and when it doesn't work, please post some detailed error messages
okay and thank u so much
And what was the output of these commands?
The problem still exists please help me out when I used **
** The results are:
It shows that the package is still not installed now what should I do???
Have you googled the error message: 'C:\Program' is not recognized as an internal or external command, operable program or batch file.
Could you find the value of R_HOME in your enviroment variables, and, if so check if the path is in quotes or not?