Skip to content

Commit 42d33b4

Browse files
committed
Update badges
1 parent 4423b44 commit 42d33b4

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.Rmd

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@ options(pager = function(files, header, title, delete.file) {
2222

2323
# Data sets for the igraph R package
2424

25-
[![Linux build status](https://app.travis-ci.com/igraph/igraphdata.png)](https://app.travis-ci.com/igraph/igraphdata)
26-
[![Windows build status](https://ci.appveyor.com/api/projects/status/6wov9hh8oprrpkhs?svg=true)](https://ci.appveyor.com/project/gaborcsardi/igraphdata)
25+
<!-- badges: start -->
26+
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
27+
[![R build status](https://github.com/igraph/igraphdata/workflows/rcc/badge.svg)](https://github.com/igraph/igraphdata/actions)
28+
[![Codecov test coverage](https://codecov.io/gh/igraph/igraphdata/branch/main/graph/badge.svg)](https://app.codecov.io/gh/igraph/igraphdata?branch=main)
29+
[![CRAN status](https://www.r-pkg.org/badges/version/igraphdata)](https://CRAN.R-project.org/package=igraphdata)
30+
[![Launch rstudio.cloud](https://img.shields.io/badge/rstudio-cloud-blue.svg)](https://rstudio.cloud/project/523482)
31+
<!-- badges: end -->
2732

2833
This is a data R package, that contains network data sets,
2934
to be used with the igraph R package.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
# Data sets for the igraph R package
44

5-
[![Linux build status](https://app.travis-ci.com/igraph/igraphdata.png)](https://app.travis-ci.com/igraph/igraphdata) [![Windows build status](https://ci.appveyor.com/api/projects/status/6wov9hh8oprrpkhs?svg=true)](https://ci.appveyor.com/project/gaborcsardi/igraphdata)
5+
<!-- badges: start -->
6+
7+
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![R build status](https://github.com/igraph/igraphdata/workflows/rcc/badge.svg)](https://github.com/igraph/igraphdata/actions) [![Codecov test coverage](https://codecov.io/gh/igraph/igraphdata/branch/main/graph/badge.svg)](https://app.codecov.io/gh/igraph/igraphdata?branch=main) [![CRAN status](https://www.r-pkg.org/badges/version/igraphdata)](https://CRAN.R-project.org/package=igraphdata) [![Launch rstudio.cloud](https://img.shields.io/badge/rstudio-cloud-blue.svg)](https://rstudio.cloud/project/523482)
8+
9+
<!-- badges: end -->
610

711
This is a data R package, that contains network data sets, to be used with the igraph R package.
812

0 commit comments

Comments
 (0)