Skip to content

Commit

Permalink
Updated GitHub workflow to clean up name of R CMD check workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-g committed Jul 19, 2022
1 parent 3cb6d84 commit ed5b19f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches:
- main

name: R-CMD-check with {renv}
name: R-CMD-check

jobs:
R-CMD-check:
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![R-CMD-check with {renv}](https://github.com/jonathan-g/analyzeBehaviorspace/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonathan-g/analyzeBehaviorspace/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/jonathan-g/analyzeBehaviorspace/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonathan-g/analyzeBehaviorspace/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

This is a shiny app to analyze table output from NetLogo BehaviorSpace
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![R-CMD-check with
{renv}](https://github.com/jonathan-g/analyzeBehaviorspace/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonathan-g/analyzeBehaviorspace/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/jonathan-g/analyzeBehaviorspace/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonathan-g/analyzeBehaviorspace/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

This is a shiny app to analyze table output from NetLogo BehaviorSpace
Expand Down

0 comments on commit ed5b19f

Please sign in to comment.