Skip to content

Commit

Permalink
Badge and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuhmacher committed Aug 29, 2023
1 parent e67c130 commit b768614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master, github_ci]
branches: [main, master]
pull_request:
branches: [main, master, github_ci]
branches: [main, master]

name: R-CMD-check

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# graphmetrics

<!-- badges: start --> [![R-CMD-check](https://github.com/dschuhmacher/graphmetrics/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dschuhmacher/graphmetrics/actions/workflows/R-CMD-check.yaml) <!-- badges: end -->

Compute distances between graphs exactly or approximately and perform distance-based statistical analyses.

Based on [Schuhmacher and Wirth (2023)](https://arxiv.org/abs/2308.12165).
Expand Down

0 comments on commit b768614

Please sign in to comment.