diff --git a/.Rbuildignore b/.Rbuildignore index 6f8d7d3..bc9866b 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,6 +3,10 @@ ^\.gitignore$ ^\.travis\.yml$ ^appveyor\.yml$ +wercker\.yml +^shim_package\.sh$ +^unshim_package\.sh$ +^\.lintr$ ^revdep$ ^cran-comments\.md$ README.html$ diff --git a/README.md b/README.md index f283cc3..ba43a94 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -| [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) | @@ -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/)*). diff --git a/utility/install_from_github.R b/utility/install_from_github.R index 123d052..3084576 100644 --- a/utility/install_from_github.R +++ b/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") diff --git a/wercker.yml b/wercker.yml new file mode 100644 index 0000000..48b989e --- /dev/null +++ b/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 diff --git a/werker.yml b/werker.yml deleted file mode 100644 index 0b557b6..0000000 --- a/werker.yml +++ /dev/null @@ -1,5 +0,0 @@ -box: rocker/hadleyverse -build: - steps: - - jimhester/r-dependencies - - jimhester/r-check