diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-19 14:35:15 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-19 14:35:15 +0100 |
commit | 70b85fd2a11da1e20cd4978c717540021af34be8 (patch) | |
tree | bec15ecdc2a50ca6c90467d2e75b254af4011873 | |
parent | 17755babc3a517f4c7cec1c04e3e1f32b7ffb5d9 (diff) |
Test on Travis
-rw-r--r-- | .travis.yml | 5 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..862f118 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: r +cache: packages +r: + - release + - devel @@ -1,5 +1,7 @@ # pfm +[![Build Status](https://travis-ci.com/jranke/pfm.svg?branch=master)](https://travis-ci.com/jranke/pfm) + The R package **pfm** provides some utilities for fate modelling, including dealing with FOCUS pesticide fate modelling tools, (currently only TOXSWA cwa and out files), made available under the GNU public license. |