Skip to content

Commit aeccf31

Browse files
committed
pkgdown: account for badges
1 parent 80df6e9 commit aeccf31

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ Package website: [release](https://mlr3pipelines.mlr-org.com/) | [dev](https://m
88

99
Dataflow Programming for Machine Learning in R.
1010

11+
<!-- badges: start -->
1112
[![Travis build status](https://travis-ci.org/mlr-org/mlr3pipelines.svg?branch=master)](https://travis-ci.org/mlr-org/mlr3pipelines)
1213
[![CRAN](https://www.r-pkg.org/badges/version/mlr3pipelines)](https://cran.r-project.org/package=mlr3pipelines)
1314
[![Coverage](https://codecov.io/github/mlr-org/mlr3pipelines/branch/master/graphs/badge.svg)](https://codecov.io/github/mlr-org/mlr3pipelines)
1415
[![StackOverflow](https://img.shields.io/badge/stackoverflow-mlr3-orange.svg)](https://stackoverflow.com/questions/tagged/mlr3)
16+
<!-- badges: end -->
1517

1618
```{r, include = FALSE}
1719
knitr::opts_chunk$set(

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ Package website: [release](https://mlr3pipelines.mlr-org.com/) |
66

77
Dataflow Programming for Machine Learning in R.
88

9+
<!-- badges: start -->
10+
911
[![Travis build
1012
status](https://travis-ci.org/mlr-org/mlr3pipelines.svg?branch=master)](https://travis-ci.org/mlr-org/mlr3pipelines)
1113
[![CRAN](https://www.r-pkg.org/badges/version/mlr3pipelines)](https://cran.r-project.org/package=mlr3pipelines)
1214
[![Coverage](https://codecov.io/github/mlr-org/mlr3pipelines/branch/master/graphs/badge.svg)](https://codecov.io/github/mlr-org/mlr3pipelines)
1315
[![StackOverflow](https://img.shields.io/badge/stackoverflow-mlr3-orange.svg)](https://stackoverflow.com/questions/tagged/mlr3)
16+
<!-- badges: end -->
1417

1518
## What is `mlr3pipelines`?
1619

0 commit comments

Comments
 (0)