Skip to content

Commit

Permalink
Adding wercker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed May 25, 2015
1 parent ffc15da commit 50e58e3
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .Rbuildignore
Expand Up @@ -3,6 +3,10 @@
^\.gitignore$
^\.travis\.yml$
^appveyor\.yml$
wercker\.yml
^shim_package\.sh$
^unshim_package\.sh$
^\.lintr$
^revdep$
^cran-comments\.md$
README.html$
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
<!-- rmarkdown v1 -->

| [GitHub](https://github.com/OuhscBbmc/ialsasynthesis) | [Travis-CI](https://travis-ci.org/IALSA/IalsaSynthesis/builds) | [AppVeyor](https://ci.appveyor.com/project/wibeasley/ialsasynthesis/history) | [Coveralls](https://coveralls.io/r/IALSA/IalsaSynthesis) |
| [GitHub](https://github.com/IALSA/IalsaSynthesis) | [Travis-CI](https://travis-ci.org/IALSA/IalsaSynthesis/builds) | [AppVeyor](https://ci.appveyor.com/project/wibeasley/ialsasynthesis/history) | [Coveralls](https://coveralls.io/r/IALSA/IalsaSynthesis) |
| :----- | :---------------------------: | :-----------------------------: | :-------: |
| [Master](https://github.com/IALSA/IalsaSynthesis/tree/master) | [![Travis-CI Build Status](https://travis-ci.org/IALSA/IalsaSynthesis.png?branch=master)](https://travis-ci.org/IALSA/IalsaSynthesis) | [![Build status](https://ci.appveyor.com/api/projects/status/8u5m65k0rr2veahx/branch/master?svg=true)](https://ci.appveyor.com/project/wibeasley/ialsasynthesis/branch/master) | [![Coverage Status](https://coveralls.io/repos/IALSA/IalsaSynthesis/badge.svg?branch=master)](https://coveralls.io/r/IALSA/IalsaSynthesis?branch=master) |
| [Dev](https://github.com/IALSA/IalsaSynthesis/tree/dev) | [![Travis-CI Build Status](https://travis-ci.org/IALSA/IalsaSynthesis.png?branch=dev)](https://travis-ci.org/IALSA/IalsaSynthesis) | [![Build status](https://ci.appveyor.com/api/projects/status/8u5m65k0rr2veahx/branch/dev?svg=true)](https://ci.appveyor.com/project/wibeasley/ialsasynthesis/branch/dev) | [![Coverage Status](https://coveralls.io/repos/IALSA/IalsaSynthesis/badge.svg?branch=dev)](https://coveralls.io/r/IALSA/IalsaSynthesis?branch=dev) |
Expand All @@ -19,7 +19,7 @@ An [R](http://www.r-project.org/) Package for synthesizing information across co

### Package Crew

[Will Beasley](https://www.researchgate.net/profile/William_Beasley2) (*[University of Oklahoma Health Sciences Center](http://ouhsc.edu/), [Department of Pediatrics](https://www.oumedicine.com/pediatrics), [Biomedical & Behavioral Research Core](http://ouhsc.edu/BBMC/)*), and
[Will Beasley](https://www.researchgate.net/profile/William_Beasley2) (*[University of Oklahoma Health Sciences Center](http://ouhsc.edu/), [Department of Pediatrics](http://www.oumedicine.com/pediatrics), [Biomedical & Behavioral Research Core](http://ouhsc.edu/BBMC/)*), and

[Andrey Koval](https://www.researchgate.net/profile/Andrey_Koval) (*[University of Victoria](http://www.uvic.ca/), [Department of Psychology](http://www.uvic.ca/socialsciences/psychology/)*).

Expand Down
2 changes: 1 addition & 1 deletion utility/install_from_github.R
@@ -1,3 +1,3 @@
#These two lines will install the development version of IalsaSynthesis from GitHub.
install.packages("devtools")
devtools::install_github(repo="OuhscBbmc/IalsaSynthesis")
devtools::install_github(repo="IALSA/IalsaSynthesis")
13 changes: 13 additions & 0 deletions wercker.yml
@@ -0,0 +1,13 @@
box: rocker/hadleyverse
build:
steps:
- jimhester/r-dependencies:
github_packages: hadley/testthat kevinushey/rex
- jimhester/r-check
- jimhester/r-lint
- script:
name: shim package
code: |
Rscript -e "devtools::install()"
source shim_package.sh
- jimhester/r-coverage
5 changes: 0 additions & 5 deletions werker.yml

This file was deleted.

0 comments on commit 50e58e3

Please sign in to comment.