Closed pneuvial closed 2 years ago
The action https://github.com/pneuvial/adjclust/actions/workflows/R-CMD-check.yaml has never been working properly because the package depends on Bioconductor packages, see e.g.:
https://github.com/pneuvial/adjclust/runs/3160303868?check_suite_focus=true#step:9:56
See if this can be fixed using the biocthis package: http://www.bioconductor.org/packages/release/bioc/vignettes/biocthis/inst/doc/biocthis_dev_notes.html, i.e. simply via:
biocthis
biocthis::use_bioc_github_action()
deprecated... using something else
The action https://github.com/pneuvial/adjclust/actions/workflows/R-CMD-check.yaml has never been working properly because the package depends on Bioconductor packages, see e.g.:
https://github.com/pneuvial/adjclust/runs/3160303868?check_suite_focus=true#step:9:56
See if this can be fixed using the
biocthis
package: http://www.bioconductor.org/packages/release/bioc/vignettes/biocthis/inst/doc/biocthis_dev_notes.html, i.e. simply via: