Skip to content

Commit

Permalink
add badges to readme. references #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo-N7 committed Jan 16, 2022
1 parent 1cf783d commit fecdd57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ knitr::opts_chunk$set(

# ggshakeR <img src="man/figures/ggshakeRhex-small.png" align="right"/>

<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
<!-- badges: end -->

Welcome to ggshakeR!

This is R's all-inclusive package for visualization and analysis of publicly available soccer data.
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@

# ggshakeR <img src="man/figures/ggshakeRhex-small.png" align="right"/>

<!-- badges: start -->

[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![License:
MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
<!-- badges: end -->

Welcome to ggshakeR\!

This is R’s all-inclusive package for visualization and analysis of
Expand Down

0 comments on commit fecdd57

Please sign in to comment.