Skip to content

Commit

Permalink
Update infrastructure test templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 23, 2016
1 parent d247c17 commit 8b814d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
9 changes: 0 additions & 9 deletions tests/testthat/infrastructure/README.md
Expand Up @@ -2,15 +2,6 @@

The goal of infrastructure is to ...

## Installation

You can install infrastructure from github with:

```R
# install.packages("devtools")
devtools::install_github("devtools/hadley")
```

## Example

This is a basic example which shows you how to solve a common problem:
Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/infrastructure/revdep/check.R
@@ -1,4 +1,5 @@
library("devtools")

res <- revdep_check()
revdep_check()
revdep_check_save_summary()
revdep_check_print_problems()

0 comments on commit 8b814d0

Please sign in to comment.