HuobinTan / scVAT

Single-Cell Visual Analysis Toolkit
GNU General Public License v3.0
1 stars 0 forks source link

ERROR: dependencies 'rhdf5', 'igraph' are not available for package 'scVAT' * removing 'C:/Users/chris/Documents/R/win-library/3.5/scVAT' #1

Open cmorris2945 opened 6 years ago

cmorris2945 commented 6 years ago

Whenever I try installing this library in "R": install.packages("HuobinTan/scVAT") or install.packages("https://github.com/HuobinTan/scVAT.git")

I get this message:

*ERROR: dependencies 'rhdf5', 'igraph' are not available for package 'scVAT' removing 'C:/Users/chris/Documents/R/win-library/3.5/scVAT'**

thbin commented 6 years ago

Please install rhdf5 and igraph package previously:

install rhdf5

source("https://bioconductor.org/biocLite.R") biocLite("rhdf5")

install igraph

install.packages("igraph")

cmorris2945 commented 6 years ago

Ok, thank you for your response! But now I am getting this error:

package ‘HuobinTan/scVAT’ is not available (for R version 3.5.1)

Do I have to downgrade to another version, because I believe this is the latest version??

cmorris2945 commented 6 years ago

Hello!! Thank you for getting back to me!!I really need your help!

-CHRIS "Sports, football, beer and above all gambling, filled up the horizons of their minds. To keep people in control and ignorant was not difficult...." 

Please install rhdf5 and igraph package previously:

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

cmorris2945 commented 6 years ago

I keep getting this message when I install: devtools::install_github("HuobinTan/scVAT")

ERROR: dependency 'rhdf5' is not available for package 'scVAT'