Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fixed badge links #63

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ knitr::opts_chunk$set(
[![CRAN status](https://www.r-pkg.org/badges/version/gg1d)](https://CRAN.R-project.org/package=gg1d)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Codecov test coverage](https://codecov.io/gh/selkamand/gg1d/branch/master/graph/badge.svg)](https://app.codecov.io/gh/selkamand/gg1d?branch=master)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-closed/user/package)
[![code size](https://img.shields.io/github/languages/code-size/user/package.svg)](https://github.com/selkamand/package)
![GitHub last commit](https://img.shields.io/github/last-commit/user/package)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-closed/selkamand/gg1d)
[![code size](https://img.shields.io/github/languages/code-size/selkamand/gg1d.svg)](https://github.com/selkamand/gg1d)
![GitHub last commit](https://img.shields.io/github/last-commit/selkamand/gg1d)
<!-- badges: end -->

Effortlessly visualize all columns in a data frame with gg1d's vertically aligned plots and automatic plot selection based on variable type.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
[![Codecov test
coverage](https://codecov.io/gh/selkamand/gg1d/branch/master/graph/badge.svg)](https://app.codecov.io/gh/selkamand/gg1d?branch=master)
![GitHub Issues or Pull
Requests](https://img.shields.io/github/issues-closed/user/package)
Requests](https://img.shields.io/github/issues-closed/selkamand/gg1d)
[![code
size](https://img.shields.io/github/languages/code-size/user/package.svg)](https://github.com/selkamand/package)
size](https://img.shields.io/github/languages/code-size/selkamand/gg1d.svg)](https://github.com/selkamand/gg1d)
![GitHub last
commit](https://img.shields.io/github/last-commit/user/package)
commit](https://img.shields.io/github/last-commit/selkamand/gg1d)
<!-- badges: end -->

Effortlessly visualize all columns in a data frame with gg1d’s
Expand Down
Loading