GitHub - hansenlab/bsseq: Devel repository for bsseq (original) (raw)
R package: bsseq
This is the developer version of Bioconductor package bsseq. Install in R as:
install.packages("BiocManager") BiocManager::install("bsseq", version = "devel")
For development
After Bioc release, run
libnrary(biocthis) use_bioc_github_action(biocdocker = "devel", covr = TRUE, pkgdown = FALSE, testthat = TRUE, RUnit = FALSE)
in the root.