DillonHammill / CytoExploreR

Interactive Cytometry Data Analysis
60 stars 13 forks source link

Error at installing #189

Open marioleivahidalgo opened 1 year ago

marioleivahidalgo commented 1 year ago

Hi there,

I have some troubles to install de package. Next you will find the error:

Install cytoinstaller

remotes::install_github("RGLab/cytoinstaller") Downloading GitHub repo RGLab/cytoinstaller@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL 'https://api.github.com/repos/RGLab/cytoinstaller/tarball/HEAD'

DillonHammill commented 1 year ago

Please use BiocManager::install(c("cytolib", "flowCore", "flowWorkspace", "openCyto")) instead.

jingliu-ut commented 9 months ago

I have the same problem. I tried BiocManager::install(c("cytolib", "flowCore", "flowWorkspace", "openCyto")) and I can't install flowWorkspace and openCyto.

Warning message in i.p(...):
“installation of package ‘flowWorkspace’ had non-zero exit status”
Warning message in i.p(...):
“installation of package ‘openCyto’ had non-zero exit status”
kim619 commented 8 months ago

I also have the same issue as above, please help :<