From f025438a09fbcec36acd523f893a7d9e54996e7b Mon Sep 17 00:00:00 2001 From: rsquaredin Date: Tue, 12 Dec 2017 16:08:01 +0530 Subject: [PATCH] add code coverage and stability badge --- README.Rmd | 3 ++- README.md | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index a53239b..abb367c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -12,7 +12,8 @@ knitr::opts_chunk$set( ) ``` -inferr: Inferential statistics with R +inferr: Inferential statistics with R +------------- **Author:** [Aravind Hebbali](http://www.aravindhebbali.com)
**License:** [MIT](https://opensource.org/licenses/MIT) diff --git a/README.md b/README.md index 6aceec2..a91bdec 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -inferr: Inferential statistics with R +inferr: Inferential statistics with R +-------------------------------------------------------------------------------- **Author:** [Aravind Hebbali](http://www.aravindhebbali.com)
**License:** [MIT](https://opensource.org/licenses/MIT) -[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/inferr)](https://cran.r-project.org/package=inferr) [![Travis-CI Build Status](https://travis-ci.org/rsquaredacademy/inferr.svg?branch=master)](https://travis-ci.org/rsquaredacademy/inferr) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/rsquaredacademy/inferr?branch=master&svg=true)](https://ci.appveyor.com/project/rsquaredacademy/inferr) [![](https://cranlogs.r-pkg.org/badges/grand-total/inferr)](https://cran.r-project.org/package=inferr) +[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/inferr)](https://cran.r-project.org/package=inferr) [![Travis-CI Build Status](https://travis-ci.org/rsquaredacademy/inferr.svg?branch=master)](https://travis-ci.org/rsquaredacademy/inferr) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/rsquaredacademy/inferr?branch=master&svg=true)](https://ci.appveyor.com/project/rsquaredacademy/inferr) [![Coverage Status](https://img.shields.io/codecov/c/github/rsquaredacademy/inferr/master.svg)](https://codecov.io/github/rsquaredacademy/inferr?branch=master) [![](https://cranlogs.r-pkg.org/badges/grand-total/inferr)](https://cran.r-project.org/package=inferr) ![](https://img.shields.io/badge/lifecycle-maturing-blue.svg) + Overview --------