From dc200f643150e9d2491b7c450741bf190b5d5212 Mon Sep 17 00:00:00 2001 From: l-ramirez-lopez Date: Fri, 11 Dec 2015 12:41:02 +0100 Subject: [PATCH] File to check the package with travis --- .travis.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c159e40 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,20 @@ +# Sample .travis.yml for R projects + +language: r +warnings_are_errors: true +sudo: required + +env: + global: + - CRAN: http://cran.rstudio.com + +notifications: + email: + on_success: change +on_failure: change + +r_packages: + - Rcpp + - RcppArmadillo + - foreach + - iterators