Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: r

r:
- oldrel
- release
- devel

r_github_packages:
- r-lib/covr

after_success:
- Rscript -e 'covr::codecov()'
18 changes: 10 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@ Title: Exploring Portfolio-Based Conjectures About Financial
Instruments
Version: 0.3-4
Date: 2015-09-17
Author: Jeff Enos <jeff@kanecap.com> and David Kane <dave@kanecap.com>,
with contributions from Kyle Campbell
<kyle.w.campbell@williams.edu>, Daniel Gerlanc
<daniel@gerlanc.com>, Aaron Schwartz
<Aaron.J.Schwartz@williams.edu>, Daniel Suo
<danielsuo@gmail.com>, Alexei Colin <acolin@fas.harvard.edu>,
and Luyi Zhao <luyizhao@gmail.com>
Authors@R: as.person(c(
"Jeffrey Enos <jeffrey.enos@gmail.com> [aut]",
"David Kane <dave.kane@gmail.com> [aut]",
"Daniel Gerlanc <dgerlanc@enplusadvisors.com> [cre, ctb]",
"Kyle Campbell <kyle.w.campbell@williams.edu> [ctb]",
"Aaron Schwartz <Aaron.J.Schwartz@williams.edu> [ctb]",
"Daniel Suo <danielsuo@gmail.com> [ctb]",
"Alexei Colin <acolin@fas.harvard.edu> [ctb]",
"Luyi Zhao <luyizhao@gmail.com> [ctb]"))
Description: The backtest package provides facilities for exploring
portfolio-based conjectures about financial instruments
(stocks, bonds, swaps, options, et cetera).
Maintainer: Daniel Gerlanc <dgerlanc@enplusadvisors.com>
Depends: R (>= 2.10), methods, grid, lattice
Suggests: covr
License: GPL (>= 2)
LazyLoad: yes

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).