Skip to content

Commit

Permalink
link to happyCompare; travis r vers
Browse files Browse the repository at this point in the history
  • Loading branch information
blmoore committed Aug 15, 2017
1 parent 12bebeb commit 3220ad1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: r
r:
- oldrel
- release
- devel

cache: packages
sudo: false

r_packages:
- covr

warnings_are_errors: false

after_success:
- Rscript -e 'covr::codecov()'
warnings_are_errors: false
5 changes: 3 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ knitr::opts_chunk$set(
# happyR
[![Build Status](https://travis-ci.org/Illumina/happyR.svg?branch=master)](https://travis-ci.org/Illumina/happyR)

Load [hap.py](https://github.com/Illumina/hap.py) results into an R data structure to enable
plotting, comparisons and aggregation.
Load [hap.py](https://github.com/Illumina/hap.py) results into an R data structure to enable simple
plotting, comparisons and aggregation. The related package [happyCompare](https://github.com/Illumina/happyCompare) builds on happyR with statistical
analysis of groups and replicates, as well as providing some more sophisticated plotting and reporting functionality.

## Install

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ happyR

[![Build Status](https://travis-ci.org/Illumina/happyR.svg?branch=master)](https://travis-ci.org/Illumina/happyR)

Load [hap.py](https://github.com/Illumina/hap.py) results into an R data structure to enable plotting, comparisons and aggregation.
Load [hap.py](https://github.com/Illumina/hap.py) results into an R data structure to enable simple plotting, comparisons and aggregation. The related package [happyCompare](https://github.com/Illumina/happyCompare) builds on happyR with statistical analysis of groups and replicates, as well as providing some more sophisticated plotting and reporting functionality.

Install
-------
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3220ad1

Please sign in to comment.