Skip to content

Commit

Permalink
added travis and coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
dcgerard committed Jul 14, 2016
1 parent d637d0f commit e29b859
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: r
cache: packages

env:
global:
- _R_CHECK_FORCE_SUGGESTS_=FALSE

r_github_packages:
- jimhester/covr

after_success:
- Rscript -e 'covr::coveralls()'
8 changes: 6 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ knitr::opts_chunk$set(
fig.path = "README-"
)
```
# Description
# My Utility Functions
[![Build Status](https://travis-ci.org/dcgerard/gerard.svg?branch=master)](https://travis-ci.org/dcgerard/gerard)
[![Coverage Status](https://coveralls.io/repos/github/dcgerard/gerard/badge.svg?branch=master)](https://coveralls.io/github/dcgerard/gerard?branch=master)

## Description
This package contains a few small utility functions that I or others have found useful.

# Installation
## Installation
To install, run in R:
```{r, eval = FALSE}
install.packages("devtools")
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->
My Utility Functions
====================

[![Build Status](https://travis-ci.org/dcgerard/gerard.svg?branch=master)](https://travis-ci.org/dcgerard/gerard) [![Coverage Status](https://coveralls.io/repos/github/dcgerard/gerard/badge.svg?branch=master)](https://coveralls.io/github/dcgerard/gerard?branch=master)

Description
===========
-----------

This package contains a few small utility functions that I or others have found useful.

Installation
============
------------

To install, run in R:

Expand Down

0 comments on commit e29b859

Please sign in to comment.