Skip to content

Commit

Permalink
Add travis support and README
Browse files Browse the repository at this point in the history
  • Loading branch information
mannau committed May 7, 2019
1 parent 265c5f7 commit 52b266a
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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()'
23 changes: 23 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{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

<!-- TODO: Change README to make it more descriptive, add examples, etc. -->

14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

[![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

<!-- TODO: Change README to make it more descriptive, add examples, etc. -->

0 comments on commit 52b266a

Please sign in to comment.