Skip to content

Commit

Permalink
add testthat to Suggests; add RTD badge
Browse files Browse the repository at this point in the history
  • Loading branch information
vikjam committed Apr 28, 2017
1 parent 8b153a3 commit 9eae6bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Depends:
R (>= 3.3.2),
magrittr
Suggests:
ICC
ICC,
testthat
Remotes: hadley/testthat
License: MIT + file LICENSE
Encoding: UTF-8
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# pwrcalc
Power calculations in R that produce results familiar to Stata users.

[![Travis-CI Build Status](https://travis-ci.org/vikjam/pwrcalc.svg?branch=master)](https://travis-ci.org/vikjam/pwrcalc)
[![Travis-CI Build Status](https://travis-ci.org/vikjam/pwrcalc.svg?branch=master)](https://travis-ci.org/vikjam/pwrcalc) [![Documentation Status](https://readthedocs.org/projects/pwrcalc/badge/?version=latest)](http://pwrcalc.readthedocs.io/en/latest/?badge=latest)

## Quick Start

[![Read the Docs](https://readthedocs.org/projects/pwrcalc/?badge=latest)](https://readthedocs.org/projects/vikjam/powercalc/?version=latest)

### Installation

Expand Down
3 changes: 2 additions & 1 deletion tests/testthat.r
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(testthat)
library(pwrcalc)
test_check('pwrcalc')

test_check('pwrcalc')

0 comments on commit 9eae6bf

Please sign in to comment.