Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help to install cytoinstaller::install_cyto(bioc_ver = "devel") for Mac Ventura 13.2.1. #184

Open
xlymphocyte opened this issue Apr 15, 2023 · 1 comment
Labels
Help Wanted Extra attention is needed

Comments

@xlymphocyte
Copy link

Hi, I'd like some help to install CytoExploreR.

When I try to install cytoinstaller::install_cyto(bioc_ver = "devel"), send me this error:

Error in cyto_pkg_github_url(pkg, owner, ...) : 
  Error in gh("GET /repos/:owner/:repo/releases/tags/:tag", owner = owner,  : 
  GitHub API error (404): Not Found
✖ URL not found: <https://api.github.com/repos/RGLab/COMPASS/releases/tags/bioc_3.17>
ℹ Read more at
  <https://docs.github.com/rest/reference/repos#get-a-release-by-tag-name>

I have done all the steps before (Xcode, etc) but now, I'm stuck here. Any help it would be so great for me and sorry, I'm new in R and Github so I'm not sure if I'm posting in the right way.

Thanks!

@xlymphocyte xlymphocyte added the Help Wanted Extra attention is needed label Apr 15, 2023
@DillonHammill
Copy link
Owner

All cytoverse packages including cytolib , flowCore , flwoWorkspace and openCyto are dependencies of CytoExploreR . You can simply install them from BioC now - development versions from GitHub are no longer required.

BiocManager::install(c("cytolib", "flowCore", "openCyto", "flowWorkspace"))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants