Skip to content

Commit

Permalink
osx tests + sysreq
Browse files Browse the repository at this point in the history
  • Loading branch information
blmoore committed Aug 15, 2017
1 parent d8df2cc commit 0e06a89
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ r:
- oldrel
- release
- devel
os:
- linux
- osx

cache: packages
sudo: false
Expand Down
4 changes: 4 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@ ggplot(pr, aes(x = METRIC.Recall, y = METRIC.Precision, col = Type)) +
```

## System requirements

Originally developed for R v3.4.0. [Tests](https://travis-ci.org/Illumina/happyR) are run using the most recent available R versions (incl. devel) on Ubuntu (Trusty) and OS X (El Capitan) platforms. HappyR has not been tested on Windows. Dependencies are listed in [DESCRIPTION](DESCRIPTION).

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,8 @@ ggplot(pr, aes(x = METRIC.Recall, y = METRIC.Precision, col = Type)) +
```

<img src="examples/README-sel_pr-1.png" style="display: block; margin: auto;" />

System requirements
-------------------

Originally developed for R v3.4.0. [Tests](https://travis-ci.org/Illumina/happyR) are run using the most recent available R versions (incl. devel) on Ubuntu (Trusty) and OS X (El Capitan) platforms. HappyR has not been tested on Windows. Dependencies are listed in [DESCRIPTION](DESCRIPTION).
5 changes: 5 additions & 0 deletions docs/index.html

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

0 comments on commit 0e06a89

Please sign in to comment.