File tree 5 files changed +20
-0
lines changed
5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
^.*\.Rproj$
2
2
^\.Rproj\.user$
3
3
^README\.Rmd$
4
+ ^\.httr-oauth$
5
+ ^\.travis\.yml$
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
+ r :
7
+ - oldrel
8
+ - release
9
+ - devel
10
+
11
+ warnings_are_errors : true
Original file line number Diff line number Diff line change
1
+ # codecheck 0.0.0.90xx
2
+
3
+ * Added tests using ` tinytest `
4
+ * Added a ` NEWS.md ` file to track changes to the package.
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ knitr::opts_chunk$set(
17
17
18
18
<!-- badges: start -->
19
19
[ ![ Lifecycle: experimental] ( https://img.shields.io/badge/lifecycle-experimental-orange.svg )] ( https://www.tidyverse.org/lifecycle/#experimental )
20
+ [ ![ Travis build status] ( https://travis-ci.com/nuest/codecheck.svg?branch=master )] ( https://travis-ci.com/nuest/codecheck )
20
21
<!-- badges: end -->
21
22
22
23
` codecheck ` is an assistant for conducting CODECHECKs, written in the R language and distributed as an R package.
Original file line number Diff line number Diff line change 7
7
8
8
[ ![ Lifecycle:
9
9
experimental] ( https://img.shields.io/badge/lifecycle-experimental-orange.svg )] ( https://www.tidyverse.org/lifecycle/#experimental )
10
+ [ ![ Travis build
11
+ status] ( https://travis-ci.com/nuest/codecheck.svg?branch=master )] ( https://travis-ci.com/nuest/codecheck )
10
12
<!-- badges: end -->
11
13
12
14
` codecheck ` is an assistant for conducting CODECHECKs, written in the R
You can’t perform that action at this time.
0 commit comments