A developmental R environment for a suite of GenomicRanges utilities
You can install the current development version of devgru with:
devtools::install_github("pblaney/devgru")
#BiocManager::install("pblaney/devgru")The current suite of utilities for devgru can be quickly installed, if
needed, and loaded with:
kit_loadout()BSgenome.Hsapiens.UCSC.hg38GenomicRangesGenomeInfoDbdata.tablemskilab-org/gUtilsVariantAnnotationrtracklayerBiostringsS4Vectors
- Continuous code testing is possible thanks to GitHub actions through usethis, remotes, and rcmdcheck customized to use Bioconductor’s docker containers and BiocCheck.
- Code coverage assessment is possible thanks to codecov and covr.
- The documentation website is automatically updated thanks to pkgdown.
- The code is styled automatically thanks to styler.
- The documentation is formatted thanks to devtools and roxygen2.
This package was developed using biocthis.
