File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
1111status] ( https://codecov.io/gh/tidymodels/parsnip/branch/master/graph/badge.svg )] ( https://codecov.io/github/tidymodels/parsnip?branch=master )
1212[ ![ CRAN
1313status] ( 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:
You can’t perform that action at this time.
0 commit comments