Skip to content

Commit

Permalink
pimp my readme
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Apr 7, 2024
1 parent 7f9e6e0 commit 443629f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
with:
Expand All @@ -39,12 +39,12 @@ jobs:
if: always()
run: |
## --------------------------------------------------------------------
find ${{ runner.temp }}/package -name 'testthat.Rout*' -exec cat '{}' \; || true
find '${{ runner.temp }}/package' -name 'testthat.Rout*' -exec cat '{}' \; || true
shell: bash

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package
5 changes: 4 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ knitr::opts_chunk$set(
)
```

# gguidance
# gguidance <a href="https://teunbrand.github.io/gguidance/"><img src="man/figures/logo.png" align="right" height="138" alt="gguidance website" /></a>

<!-- badges: start -->
[![R-CMD-check](https://github.com/teunbrand/gguidance/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/teunbrand/gguidance/actions/workflows/R-CMD-check.yaml)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/gguidance)](https://CRAN.R-project.org/package=gguidance)
[![codecov](https://codecov.io/gh/teunbrand/gguidance/graph/badge.svg?token=bgvcKb9OLI)](https://codecov.io/gh/teunbrand/gguidance)
<!-- badges: end -->

The goal of gguidance is to provide additional guide functionality to the ggplot2 ecosystem.
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# gguidance
# gguidance <a href="https://teunbrand.github.io/gguidance/"><img src="man/figures/logo.png" align="right" height="138" alt="gguidance website" /></a>

<!-- badges: start -->

[![R-CMD-check](https://github.com/teunbrand/gguidance/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/teunbrand/gguidance/actions/workflows/R-CMD-check.yaml)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN
status](https://www.r-pkg.org/badges/version/gguidance)](https://CRAN.R-project.org/package=gguidance)
[![codecov](https://codecov.io/gh/teunbrand/gguidance/graph/badge.svg?token=bgvcKb9OLI)](https://codecov.io/gh/teunbrand/gguidance)
<!-- badges: end -->

The goal of gguidance is to provide additional guide functionality to
Expand Down
Binary file added man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 443629f

Please sign in to comment.