Skip to content

Commit

Permalink
Merge 63490c6 into a60a41d
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed May 26, 2015
2 parents a60a41d + 63490c6 commit f730522
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: IalsaSynthesis
Title: Synthesizing Information Across Collaborating Research
Version: 0.0-3
Date: 2015-04-30
Version: 0.1.0
Date: 2015-05-24
Authors@R: c(person("Will", "Beasley", email="wibeasley@hotmail.com", role=c("aut", "cre")),
person("Andrey", "Koval", email="andkov@uvic.ca", role = c("aut")),
person(given="Integrative Analysis of Longitudinal Studies of Aging (IALSA)", role = c("cph")))
Expand All @@ -16,11 +16,11 @@ Depends:
R(>= 3.0.0),
stats
Imports:
readr,
testit
Suggests:
devtools,
knitr,
readr,
testthat (>= 0.9)
License: MIT + file LICENSE
LazyData: TRUE
Expand Down
6 changes: 2 additions & 4 deletions README.md
@@ -1,17 +1,15 @@
<!-- rmarkdown v1 -->

| [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) | [Wercker]((https://app.wercker.com/project/bykey/8010c64ba8d5d36495614496c9dff4a8)
| [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) | [Wercker](https://app.wercker.com/project/bykey/8010c64ba8d5d36495614496c9dff4a8)
| :----- | :---------------------------: | :-----------------------------: | :-------: | :-------: |
| [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) | [![wercker status](https://app.wercker.com/status/8010c64ba8d5d36495614496c9dff4a8/s/master "wercker status")](https://app.wercker.com/project/bykey/8010c64ba8d5d36495614496c9dff4a8) |
| [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) | [![wercker status](https://app.wercker.com/status/8010c64ba8d5d36495614496c9dff4a8/s/dev "wercker status")](https://app.wercker.com/project/bykey/8010c64ba8d5d36495614496c9dff4a8) |
| | *Ubuntu 12.04 LTS* | *Windows Server 2012* | *Test Coverage* | *Docker-based* |

[![logl](libs/images/ialsa_long.png)](http://www.ialsa.org/)

IalsaSynthesis
====================

An [R](http://www.r-project.org/) Package for synthesizing information across collaborating research.
An [R](http://www.r-project.org/) package for synthesizing information across collaborating research.

[![logo](libs/images/ialsa_wide.png)](http://www.ialsa.org/)

Expand Down
3 changes: 2 additions & 1 deletion wercker.yml
Expand Up @@ -4,10 +4,11 @@ build:
- 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

0 comments on commit f730522

Please sign in to comment.