Skip to content

Added Travis CI and codecov support. #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 <[email protected]> and David Kane <[email protected]>,
with contributions from Kyle Campbell
<[email protected]>, Daniel Gerlanc
<[email protected]>, Aaron Schwartz
<[email protected]>, Daniel Suo
<[email protected]>, Alexei Colin <[email protected]>,
and Luyi Zhao <[email protected]>
Authors@R: as.person(c(
"Jeffrey Enos <[email protected]> [aut]",
"David Kane <[email protected]> [aut]",
"Daniel Gerlanc <[email protected]> [cre, ctb]",
"Kyle Campbell <[email protected]> [ctb]",
"Aaron Schwartz <[email protected]> [ctb]",
"Daniel Suo <[email protected]> [ctb]",
"Alexei Colin <[email protected]> [ctb]",
"Luyi Zhao <[email protected]> [ctb]"))
Description: The backtest package provides facilities for exploring
portfolio-based conjectures about financial instruments
(stocks, bonds, swaps, options, et cetera).
Maintainer: Daniel Gerlanc <[email protected]>
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).