From c01dde944f94708f0f90b3d57e68cdc261425977 Mon Sep 17 00:00:00 2001 From: Bastiaan Quast Date: Tue, 31 Mar 2015 19:41:45 +0200 Subject: [PATCH] add travis --- .Rbuildignore | 2 +- .travis.yml | 9 +++++++++ README.md | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 .travis.yml diff --git a/.Rbuildignore b/.Rbuildignore index 85c4e86..158b955 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,4 +3,4 @@ misc ^\.Rproj\.user$ ^\.travis\.yml$ ^cran-comments.md$ -^NEWS\.md$ \ No newline at end of file +^NEWS\.md$ diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..100db03 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +# Sample .travis.yml for R projects + +language: r +warnings_are_errors: true + +notifications: + email: + on_success: change + on_failure: change diff --git a/README.md b/README.md index 6cc0d92..1a3fad2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![Coverage Status](https://coveralls.io/repos/bquast/RDDtools/badge.svg)](https://coveralls.io/r/bquast/RDDtools) - RDDtools: an R package for Regression Discontinuity Design ======================================================== +[![Travis-CI Build Status](https://travis-ci.org/bquast/RDDtools.png?branch=master)](https://travis-ci.org/bquast/RDDtools) +[![Coverage Status](https://coveralls.io/repos/bquast/RDDtools/badge.svg)](https://coveralls.io/r/bquast/RDDtools) **RDDtools** is a new R package under development, designed to offer a set of tools to run all the steps required for a Regression Discontinuity Design (RDD) Analysis, from primary data visualisation to discontinuity estimation, sensitivity and placebo testing.