Name Mode Size
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.travis.yml 100644 2 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 2 kb
NEWS 100644 1 kb
README.md 100644 1 kb
README.md
derfinderPlot [![Build Status](https://travis-ci.org/lcolladotor/derfinderPlot.png?branch=master)](https://travis-ci.org/lcolladotor/derfinderPlot) ============= Addon package with plotting functions for [derfinder](https://github.com/lcolladotor/derfinder) results. # Installation instructions Get R 3.1.1 or newer from [CRAN](http://cran.r-project.org/). ```R ## From Bioconductor source('http://bioconductor.org/biocLite.R') biocLite('derfinderPlot') ``` # Vignette The vignette for this package can be viewed [here](http://lcolladotor.github.io/derfinderPlot/) or via [Bioconductor's website](http://www.bioconductor.org/packages/devel/bioc/html/derfinderPlot.html). # Citation Use [derfinder's citation](https://github.com/lcolladotor/derfinder#citation) information. # Travis CI This package is automatically tested thanks to [Travis CI](travis-ci.org) and [r-travis](https://github.com/craigcitro/r-travis). If you want to add this to your own package use: ```R ## Use devtools to create the .travis.yml file library('devtools') use_travis('yourPackage') ## Read https://github.com/craigcitro/r-travis/wiki to configure .travis.yml appropriately ## Add a status image by following the info at http://docs.travis-ci.com/user/status-images/ ``` Testing on R-devel for Bioc-devel is feasible thanks to [r-builder](https://github.com/metacran/r-builder).