scGNN icon indicating copy to clipboard operation
scGNN copied to clipboard

cannot install r-scgnnltmg

Open hurleyLi opened this issue 3 years ago • 2 comments

Hi, I tried to install r-scgnnltmg conda install -c cyz931123 r-scgnnltmg, but it says

ackagesNotFoundError: The following packages are not available from current channels:

  - r-scgnnltmg

Could you please help? Thanks! Hurley

hurleyLi avatar Jul 27 '21 22:07 hurleyLi

Hi I am encountering the same problem.

peterfeifanchen avatar Nov 03 '21 04:11 peterfeifanchen

I met the same problem, the conda install -c cyz931123 r-scgnnltmg seems not work. Maybe you can try this way: install.packages("devtools") library(devtools) install_github("BMEngineeR/scGNNLTMG")

victorwang123 avatar Oct 22 '23 12:10 victorwang123