knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
rutils
is a home for the various utility functions I have found myself using commonly enough to package up.
There's no plan to ever submit this package to CRAN
or Bioconductor
. It exists purely for personal use, if you'd like to install the development version from GitHub you can use the following command:
BiocManager::install(" dzhang32/rutils")
Please note that the rutils
project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
r BiocStyle::CRANpkg('usethis')
, r BiocStyle::CRANpkg('remotes')
, r BiocStyle::Githubpkg('r-hub/sysreqs')
and r BiocStyle::CRANpkg('rcmdcheck')
customized to use Bioconductor's docker containers and r BiocStyle::Biocpkg('BiocCheck')
.r BiocStyle::CRANpkg('covr')
.r BiocStyle::CRANpkg('pkgdown')
.r BiocStyle::CRANpkg('styler')
.r BiocStyle::CRANpkg('devtools')
and r BiocStyle::CRANpkg('roxygen2')
.For more details, check the dev
directory.
This package was developed using r BiocStyle::Githubpkg('lcolladotor/biocthis')
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.