Name Mode Size
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
.travis.yml 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 1 kb
README.md 100644 1 kb
README.md
[![Build Status](https://travis-ci.org/fgcz/specL.svg?branch=master)](https://travis-ci.org/fgcz/specL) # specL This is a read-only mirror of the Bioconductor SVN repository. Contributions: http://www.bioconductor.org/packages/devel/bioc/html/specL.html. Bug Reports: https://support.bioconductor.org/p/new/post/?tag_val=specL. Package Homepage: http://bioconductor.org/packages/devel/bioc/html/specL ## On how to commit to github and the bioconductor svn follow instructions here: http://www.bioconductor.org/developers/how-to/git-mirrors/ ```r install.packages("devtools") library(devtools) install_github("Bioconductor-mirror/specL") ```