Commit 52b266a 1 parent 265c5f7 commit 52b266a Copy full SHA for 52b266a
File tree 3 files changed +47
-0
lines changed
3 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ # R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
2
+
3
+ language : R
4
+ cache : packages
5
+
6
+ # before_install:
7
+ # - Rscript -e 'update.packages(ask = FALSE)'
8
+
9
+ after_success :
10
+ - Rscript -e 'covr::codecov()'
Original file line number Diff line number Diff line change
1
+ ---
2
+ output : github_document
3
+ ---
4
+
5
+ <!-- README.md is generated from README.Rmd. Please edit that file -->
6
+
7
+ ``` {r, echo = FALSE}
8
+ knitr::opts_chunk$set(
9
+ collapse = TRUE,
10
+ comment = "#>",
11
+ fig.path = "man/figures/README-"
12
+ )
13
+ ```
14
+
15
+ [ ![ Travis Build Status] ( https://travis-ci.org/Quantargo/bmarketing.svg?branch=master )] ( https://travis-ci.org/Quantargo/bmarketing )
16
+ [ ![ Coverage Status] ( https://img.shields.io/codecov/c/github/Quantargo/bmarketing/master.svg )] ( https://codecov.io/github/Quantargo/bmarketing?branch=master )
17
+
18
+ ## Overview
19
+
20
+ The bmarketing dataset
21
+
22
+ <!-- TODO: Change README to make it more descriptive, add examples, etc. -->
23
+
Original file line number Diff line number Diff line change
1
+
2
+ <!-- README.md is generated from README.Rmd. Please edit that file -->
3
+
4
+ [ ![ Travis Build
5
+ Status] ( https://travis-ci.org/Quantargo/bmarketing.svg?branch=master )] ( https://travis-ci.org/Quantargo/bmarketing )
6
+ [ ![ Coverage
7
+ Status] ( https://img.shields.io/codecov/c/github/Quantargo/bmarketing/master.svg )] ( https://codecov.io/github/Quantargo/bmarketing?branch=master )
8
+
9
+ ## Overview
10
+
11
+ The bmarketing
12
+ dataset
13
+
14
+ <!-- TODO: Change README to make it more descriptive, add examples, etc. -->
You can’t perform that action at this time.
0 commit comments