File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2
2
^\.Rproj\.user$
3
3
^README\.Rmd$
4
4
^README-.*\.png$
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
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ library(fetchdhs)
15
15
library(tidyverse)
16
16
```
17
17
18
+ [ ![ Travis-CI Build Status] ( https://travis-ci.org/murphy-xq/fetchdhs.svg?branch=master )] ( https://travis-ci.org/murphy-xq/fetchdhs )
19
+
18
20
# fetchdhs
19
21
20
22
A suite of convenience functions to retrieve tidy dataframes of survey data from the [ DHS API] ( https://api.dhsprogram.com/ )
Original file line number Diff line number Diff line change 1
1
2
2
<!-- README.md is generated from README.Rmd. Please edit that file -->
3
+ [ ![ Travis-CI Build Status] ( https://travis-ci.org/murphy-xq/fetchdhs.svg?branch=master )] ( https://travis-ci.org/murphy-xq/fetchdhs )
4
+
3
5
fetchdhs
4
6
========
5
7
You can’t perform that action at this time.
0 commit comments