Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaneplusplus committed Apr 22, 2020
1 parent fb8ec48 commit eefefdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<!-- badges: start -->

[![](https://www.r-pkg.org/badges/version/basket?color=blue)](https://cran.r-project.org/package=basket)
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![Travis build
status](https://travis-ci.org/kaneplusplus/basket.svg?branch=master)](https://travis-ci.org/kaneplusplus/basket)
Expand Down Expand Up @@ -112,7 +113,7 @@ ATC, ECD or LCH, and NSCLC do respond.
``` r
data(vemu_wide)
vm <- basket(vemu_wide$responders, vemu_wide$evaluable,
vemu_wide$baskets, p0 = 0.25)
vemu_wide$baskets, p0 = 0.25)
plot_density(vm, type = "basket")
```

Expand Down
1 change: 1 addition & 0 deletions README.Rmd → README.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ knitr::opts_chunk$set(
# basket

<!-- badges: start -->
"[![](https://www.r-pkg.org/badges/version/basket?color=blue)](https://cran.r-project.org/package=basket)"
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![Travis build status](https://travis-ci.org/kaneplusplus/basket.svg?branch=master)](https://travis-ci.org/kaneplusplus/basket)
[![Build status](https://ci.appveyor.com/api/projects/status/xmvow7dn07ahi79t/branch/master?svg=true)](https://ci.appveyor.com/project/kaneplusplus/basket/branch/master)
Expand Down

0 comments on commit eefefdf

Please sign in to comment.