diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b0f56f6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: r + +r: + - oldrel + - release + - devel + +r_github_packages: + - r-lib/covr + +after_success: + - Rscript -e 'covr::codecov()' \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index 765e35d..ffb1e45 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,18 +4,20 @@ Title: Exploring Portfolio-Based Conjectures About Financial Instruments Version: 0.3-4 Date: 2015-09-17 -Author: Jeff Enos and David Kane , - with contributions from Kyle Campbell - , Daniel Gerlanc - , Aaron Schwartz - , Daniel Suo - , Alexei Colin , - and Luyi Zhao +Authors@R: as.person(c( + "Jeffrey Enos [aut]", + "David Kane [aut]", + "Daniel Gerlanc [cre, ctb]", + "Kyle Campbell [ctb]", + "Aaron Schwartz [ctb]", + "Daniel Suo [ctb]", + "Alexei Colin [ctb]", + "Luyi Zhao [ctb]")) Description: The backtest package provides facilities for exploring portfolio-based conjectures about financial instruments (stocks, bonds, swaps, options, et cetera). -Maintainer: Daniel Gerlanc Depends: R (>= 2.10), methods, grid, lattice +Suggests: covr License: GPL (>= 2) LazyLoad: yes diff --git a/README.md b/README.md index 2c0c65d..4c93b38 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ backtest ======== +[![CRAN status](https://www.r-pkg.org/badges/version/backtest)](https://cran.r-project.org/package=backtest) +[![Build status](https://travis-ci.org/jeffreyenos/backtest.svg?branch=master)](https://travis-ci.org/jeffreyenos/backtest) +[![Codecov test coverage](https://codecov.io/gh/jeffreyenos/backtest/branch/master/graph/badge.svg)](https://codecov.io/gh/jeffreyenos/backtest?branch=master) + The backtest package provides facilities for exploring portfolio-based conjectures about financial instruments (stocks, bonds, swaps, options, et cetera). +