Skip to content

Commit 097ed88

Browse files
committed
corrected the CRAN badge in the README
1 parent c151b9b commit 097ed88

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ output:
66

77
[![Travis-CI Build Status](https://travis-ci.org/jaredlander/coefplot.svg?branch=master)](https://travis-ci.org/jaredlander/coefplot)
88
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/coefplot)](http://cran.r-project.org/package=coefplot)
9-
[![Downloads from the RStudio CRAN mirror](http://cranlogs.r-pkg.org/badges/useful)](http://cran.rstudio.com/package=useful)
9+
[![Downloads from the RStudio CRAN mirror](http://cranlogs.r-pkg.org/badges/coefplot)](http://cran.rstudio.com/package=coefplot)
1010

1111
<!-- README.md is generated from README.Rmd. Please edit that file -->
1212

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Travis-CI Build Status](https://travis-ci.org/jaredlander/coefplot.svg?branch=master)](https://travis-ci.org/jaredlander/coefplot) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/coefplot)](http://cran.r-project.org/package=coefplot) [![Downloads from the RStudio CRAN mirror](http://cranlogs.r-pkg.org/badges/useful)](http://cran.rstudio.com/package=useful)
1+
[![Travis-CI Build Status](https://travis-ci.org/jaredlander/coefplot.svg?branch=master)](https://travis-ci.org/jaredlander/coefplot) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/coefplot)](http://cran.r-project.org/package=coefplot) [![Downloads from the RStudio CRAN mirror](http://cranlogs.r-pkg.org/badges/coefplot)](http://cran.rstudio.com/package=coefplot)
22

33
<!-- README.md is generated from README.Rmd. Please edit that file -->
44
Coefplot is a package for plotting the coefficients and standard errors from a variety of models. Currently lm, glm, glmnet, maxLik, rxLinMod, rxGLM and rxLogit are supported.

0 commit comments

Comments
 (0)