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

Function install_cyto tries to get a non-existent version of RGLab/COMPASS #3

Open
ning-y opened this issue Jun 17, 2024 · 3 comments

Comments

@ning-y
Copy link

ning-y commented Jun 17, 2024

+ Rscript -e cytoinstaller::install_cyto(bioc_ver="devel")
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.20>
ℹ Read more at <https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name>
Calls: <Anonymous> ... cyto_pkg_deps -> cyto_remote -> cyto_pkg_github_url
Execution halted
@ning-y
Copy link
Author

ning-y commented Jun 18, 2024

A workaround is set bioc_ver to 3.13, as in

cytoinstaller::install_cyto(bioc_ver="3.13")

@ning-y
Copy link
Author

ning-y commented Jun 19, 2024

The workaround did not work around this issue for me, turns out. Anyways, a better fix seems to be:

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

As suggested by the package author at: DillonHammill/CytoExploreR#184

I had to follow this up with:

pak::pkg_install("rlbarter/superheat")

Which is an additional dependency of CytoExploreRData, but I did not check if it was a dependency of CytoExploreR itself.

@SamGG
Copy link

SamGG commented Jan 15, 2025

COMPASS dependancy fails the installation

cytoinstaller::install_cyto(upgrade = FALSE)
#> 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.18>
#> ℹ Read more at
#>   <https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name>
cytoinstaller::install_cyto(bioc_ver = "devel", upgrade = FALSE)
#> 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.21>
#> ℹ Read more at
#>   <https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name>

Created on 2025-01-15 with reprex v2.1.1

@DillonHammill

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants