Skip to content

Commit a175a52

Browse files
committed
add cran badge
1 parent 8c9428f commit a175a52

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.Rmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ knitr::opts_chunk$set(
1616
# favr <img id="logo" src="man/figures/logo.png" align="right" width="17%" height="17%" />
1717

1818
<!-- badges: start -->
19-
[![R-CMD-check](https://github.com/LJ-Jenkins/favr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/LJ-Jenkins/favr/actions/workflows/R-CMD-check.yaml)
20-
<!-- badges: end -->
19+
[![CRAN status](https://www.r-pkg.org/badges/version/favr)](https://CRAN.R-project.org/package=favr)
20+
[![R-CMD-check](https://github.com/LJ-Jenkins/favr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/LJ-Jenkins/favr/actions/workflows/R-CMD-check.yaml)
21+
<!-- badges: end -->
2122

2223
Function Argument Validation for R (favr) provides tools for the succinct validation and safe type coercion/recycling of function arguments. A focus is placed on clear error messaging.
2324

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
<!-- badges: start -->
77

8+
[![CRAN
9+
status](https://www.r-pkg.org/badges/version/favr)](https://CRAN.R-project.org/package=favr)
810
[![R-CMD-check](https://github.com/LJ-Jenkins/favr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/LJ-Jenkins/favr/actions/workflows/R-CMD-check.yaml)
911
<!-- badges: end -->
1012

0 commit comments

Comments
 (0)