Skip to content

Commit

Permalink
add badges and link to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
turgeonmaxime authored Apr 29, 2017
1 parent fca0eb8 commit 86d5371
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# casebase

[![Build Status](https://travis-ci.org/sahirbhatnagar/casebase.svg?branch=master)](https://travis-ci.org/sahirbhatnagar/casebase) [![Coverage Status](https://img.shields.io/codecov/c/github/sahirbhatnagar/casebase/master.svg)](https://codecov.io/github/sahirbhatnagar/casebase?branch=master)
[![Build Status](https://travis-ci.org/sahirbhatnagar/casebase.svg?branch=master)](https://travis-ci.org/sahirbhatnagar/casebase) [![Coverage Status](https://img.shields.io/codecov/c/github/sahirbhatnagar/casebase/master.svg)](https://codecov.io/github/sahirbhatnagar/casebase?branch=master) [![CRAN](http://www.r-pkg.org/badges/version/casebase?color=blue)](http://cran.rstudio.com/package=casebase) [![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/casebase?color=green)](http://www.r-pkg.org/pkg/casebase)

An R package for smooth-in-time fitting of parametric hazard functions

## Installation

You can install the development version of `casebase` from [GitHub](https://github.com/sahirbhatnagar/casebase) with:
The package is hosted on [CRAN](https://cran.r-project.org/package=casebase), and therefore it can easily be installed via `install.packages("casebase")`.

Alternatively, you can install the development version from [GitHub](https://github.com/sahirbhatnagar/casebase) with:

```R
install.packages("pacman")
Expand Down

0 comments on commit 86d5371

Please sign in to comment.