GitHub - hansenlab/bsseq: Devel repository for bsseq (original) (raw)

R package: bsseq

Bioc release status Bioc devel status Bioc downloads rank Bioc support Bioc history Bioc last commit Bioc dependencies

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.