rdrr1990 / bigKRLS

Now on CRAN, bigKRLS combines bigmemory & RcppArmadillo (C++) for speed into a new Kernel Regularized Least Squares algorithm. Slides:
https://sites.google.com/site/petemohanty/software
28 stars 7 forks source link

need to complete Travis setup from rdrr1990/bigKRLS #14

Closed peterfoley closed 7 years ago

peterfoley commented 7 years ago

To enable testing from the rdrr1990/bigKRLS repo, you'll need to follow steps 1 and 2 here: https://docs.travis-ci.com/user/getting-started/#To-get-started-with-Travis-CI

After that, the tests should run on the next push.

You'll also need to update the badges in the README.md file to point to the correct locations for this repository's master branch, rather than my fork and branch:

[![Travis-CI Build Status](https://travis-ci.org/rdrr1990/bigKRLS.svg?branch=master)](https://travis-ci.org/rdrr1990/bigKRLS)
[![Coverage Status](https://img.shields.io/codecov/c/github/rdrr1990/bigKRLS/master.svg)](https://codecov.io/github/rdrr1990/bigKRLS?branch=master)

I'd recommend enabling Travis, then editing README.md, which will act as the push that will kick off tests on Travis and ensure everything is running properly.

rdrr1990 commented 7 years ago

thanks again @peterfoley!