diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c67fdb9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r + +language: R +cache: packages + +#before_install: +# - Rscript -e 'update.packages(ask = FALSE)' + +after_success: + - Rscript -e 'covr::codecov()' diff --git a/README.Rmd b/README.Rmd new file mode 100644 index 0000000..90bf950 --- /dev/null +++ b/README.Rmd @@ -0,0 +1,23 @@ +--- +output: github_document +--- + + + +```{r, echo = FALSE} +knitr::opts_chunk$set( + collapse = TRUE, + comment = "#>", + fig.path = "man/figures/README-" +) +``` + +[![Travis Build Status](https://travis-ci.org/Quantargo/bmarketing.svg?branch=master)](https://travis-ci.org/Quantargo/bmarketing) +[![Coverage Status](https://img.shields.io/codecov/c/github/Quantargo/bmarketing/master.svg)](https://codecov.io/github/Quantargo/bmarketing?branch=master) + +## Overview + +The bmarketing dataset + + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..213dd04 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ + + + +[![Travis Build +Status](https://travis-ci.org/Quantargo/bmarketing.svg?branch=master)](https://travis-ci.org/Quantargo/bmarketing) +[![Coverage +Status](https://img.shields.io/codecov/c/github/Quantargo/bmarketing/master.svg)](https://codecov.io/github/Quantargo/bmarketing?branch=master) + +## Overview + +The bmarketing +dataset + +