Name Mode Size
.github 040000
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 3 kb
README.md 100644 1 kb
README.md
<img src="man/figures/logo.png" align="right" alt="logo.png" width="180" /> # tricycle <!-- badges: start --> [![R build status](https://github.com/hansenlab/tricycle/workflows/R-CMD-check-bioc/badge.svg)](https://github.com/hansenlab/tricycle/actions) <!-- badges: end --> ## Bioconductor release status | Branch | R CMD check | Last updated | |:----------------:|:----------------:|:------------:| | [_devel_](http://bioconductor.org/packages/devel/bioc/html/tricycle.html) | [![Bioconductor-devel Build Status](http://bioconductor.org/shields/build/devel/bioc/tricycle.svg)](http://bioconductor.org/checkResults/devel/bioc-LATEST/tricycle) | ![](http://bioconductor.org/shields/lastcommit/devel/bioc/tricycle.svg) | | [_release_](http://bioconductor.org/packages/release/bioc/html/tricycle.html) | [![Bioconductor-release Build Status](http://bioconductor.org/shields/build/release/bioc/tricycle.svg)](http://bioconductor.org/checkResults/release/bioc-LATEST/tricycle) | ![](http://bioconductor.org/shields/lastcommit/release/bioc/tricycle.svg) | ## Installation ```r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("tricycle", dependencies = TRUE)