Hi,
I am new to R and have check stack overflow for answers but can not find any that sort my installation problem. I am simply trying to install the CellCODE package that I downloaded from http://www.pitt.edu/~mchikina/CellCODE/.
With "install.packages(pkgs="CellCODE",repos=NULL)" I get:
Error in install.packages : type == "both" cannot be used with 'repos = NULL'
Without specifying repos: install.packages(pkgs="CellCODE") I get:
Warning in install.packages :
package ‘cellCODE’ is not available (for R version 3.2.4)
Downloading via github:
"library(devtools)
install_github("mchikina/CellCODE")"
I get:
ERROR: dependency ‘sva’ is not available for package ‘CellCODE’
I'm pretty sure that I have tried everything at the following link: http://stackoverflow.com/questions/25721884/how-should-i-deal-with-package-xxx-is-not-available-for-r-version-x-y-z-wa
But nothing seems to work??
Oh thank you very much that made a difference but now it is returning the following error:
"Warning: invalid package ‘CellCODE’
Error: ERROR: no packages specified
Warning in install.packages :
installation of package ‘CellCODE’ had non-zero exit status"
That's not enough of the output to be helpful. EDIT your reply to provide more context.
"Warning: invalid package ‘CellCODE’
Error: ERROR: no packages specified
Warning in install.packages :
installation of package ‘CellCODE’ had non-zero exit status"
This kind of error comes up when the package name or path is not specified correctly, like
versus