Skip to content

Commit 7a86bfd

Browse files
authored
Merge pull request #361 from EmilHvitfeldt/dubbadges
remove duplicate badge
2 parents b75680c + 5a68df8 commit 7a86bfd

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ knitr::opts_chunk$set(
1616
# parsnip <a href='https://parsnip.tidymodels.org'><img src='man/figures/logo.png' align="right" height="139" /></a>
1717

1818
<!-- badges: start -->
19-
[![R build status](https://github.com/tidymodels/parsnip/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/parsnip)
19+
[![R build status](https://github.com/tidymodels/parsnip/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/parsnip/actions)
2020
[![Coverage status](https://codecov.io/gh/tidymodels/parsnip/branch/master/graph/badge.svg)](https://codecov.io/github/tidymodels/parsnip?branch=master)
2121
[![CRAN status](https://www.r-pkg.org/badges/version/parsnip)](https://CRAN.R-project.org/package=parsnip)
2222
[![Downloads](http://cranlogs.r-pkg.org/badges/parsnip)](https://cran.rstudio.com/package=parsnip)
2323
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
24-
[![R build status](https://github.com/tidymodels/parsnip/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/parsnip/actions)
2524
<!-- badges: end -->
2625

2726
## Introduction

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
<!-- badges: start -->
77

88
[![R build
9-
status](https://github.com/tidymodels/parsnip/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/parsnip)
9+
status](https://github.com/tidymodels/parsnip/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/parsnip/actions)
1010
[![Coverage
1111
status](https://codecov.io/gh/tidymodels/parsnip/branch/master/graph/badge.svg)](https://codecov.io/github/tidymodels/parsnip?branch=master)
1212
[![CRAN
1313
status](https://www.r-pkg.org/badges/version/parsnip)](https://CRAN.R-project.org/package=parsnip)
1414
[![Downloads](http://cranlogs.r-pkg.org/badges/parsnip)](https://cran.rstudio.com/package=parsnip)
1515
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
16-
[![R build
17-
status](https://github.com/tidymodels/parsnip/workflows/R-CMD-check/badge.svg)](https://github.com/tidymodels/parsnip/actions)
1816
<!-- badges: end -->
1917

2018
## Introduction
@@ -143,7 +141,7 @@ rand_forest(mtry = 10, trees = 2000) %>%
143141
fit(mpg ~ ., data = mtcars)
144142
#> parsnip model object
145143
#>
146-
#> Fit time: 69ms
144+
#> Fit time: 98ms
147145
#> Ranger result
148146
#>
149147
#> Call:

0 commit comments

Comments
 (0)