diff --git a/README.Rmd b/README.Rmd index 02d487f..7de218c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -19,6 +19,7 @@ knitr::opts_chunk$set( [![Coverage Status](https://codecov.io/gh/tlverse/origami/branch/master/graph/badge.svg)](https://codecov.io/gh/tlverse/origami) [![CRAN](http://www.r-pkg.org/badges/version/origami)](http://www.r-pkg.org/pkg/origami) [![CRAN downloads](https://cranlogs.r-pkg.org/badges/origami)](https://CRAN.R-project.org/package=origami) +[![CRAN total downloads](http://cranlogs.r-pkg.org/badges/grand-total/origami)](https://CRAN.R-project.org/package=origami) [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1155901.svg)](https://doi.org/10.5281/zenodo.1155901) diff --git a/README.md b/README.md index ec14f14..ed1cfbf 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Status](https://codecov.io/gh/tlverse/origami/branch/master/graph/badge.svg)](ht [![CRAN](http://www.r-pkg.org/badges/version/origami)](http://www.r-pkg.org/pkg/origami) [![CRAN downloads](https://cranlogs.r-pkg.org/badges/origami)](https://CRAN.R-project.org/package=origami) +[![CRAN total +downloads](http://cranlogs.r-pkg.org/badges/grand-total/origami)](https://CRAN.R-project.org/package=origami) [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active) @@ -25,7 +27,7 @@ v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/ **Authors:** [Jeremy Coyle](https://github.com/jeremyrcoyle), [Nima Hejazi](https://nimahejazi.org), [Ivana -Malenica](https://github.com/imalenica), and [Rachael +Malenica](https://github.com/podTockom), and [Rachael Phillips](https://github.com/rachaelvphillips) ----- @@ -76,7 +78,7 @@ estimate of the mean: ``` r library(stringr) library(origami) -#> origami v1.0.4: Generalized Framework for Cross-Validation +#> origami v1.0.3: Generalized Framework for Cross-Validation set.seed(4795) data(mtcars)