diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-15 11:57:51 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-15 11:57:51 +0200 |
commit | 5e611543418b9ee528e2e71b214779e592e96722 (patch) | |
tree | a613e3b9dd7dc655c4f1ef086bc05a396a65bed0 | |
parent | 2b5f8a4e6e743a483a2d9aa90ecbe89048f92262 (diff) |
Ignore .travis.yml, add build status
-rw-r--r-- | .Rbuildignore | 1 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.Rbuildignore b/.Rbuildignore index da90d9b6..fa62670e 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -27,3 +27,4 @@ ^mkin.tar$ ^docs$ ^_pkgdown\.yml$ +^\.travis\.yml$ @@ -1,6 +1,7 @@ # mkin [![](https://www.r-pkg.org/badges/version/mkin)](https://cran.r-project.org/package=mkin) +[![Build Status](https://travis-ci.com/jranke/mkin.svg?branch=master)](https://travis-ci.com/jranke/mkin) The R package **mkin** provides calculation routines for the analysis of chemical degradation data, including <b>m</b>ulticompartment <b>kin</b>etics as |