From 70b8aab2b01bafab4dcb9b3e4a968539ce8ae5e4 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Thu, 19 Jan 2023 08:45:42 +0100 Subject: [PATCH] Add lifecycle badge to README Inspired by https://github.com/r-lib/lintr/pull/1885#issuecomment-1382225238. Maybe it would be good to clarify that the API is mature and stable upfront, without having to check version numbers in DESCRIPTION, assuming the reader is even familiar with SemVer. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29b034ac0..4f777e6f0 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![R build status](https://github.com/r-lib/lintr/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/lintr/actions) [![codecov.io](https://codecov.io/github/r-lib/lintr/coverage.svg?branch=main)](https://codecov.io/github/r-lib/lintr?branch=main) [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/lintr)](https://cran.r-project.org/package=lintr) +[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) `{lintr}` provides [static code analysis for R](https://en.wikipedia.org/wiki/Static_program_analysis). It checks for adherence to a given style, identifying syntax errors and possible semantic issues, then reports them to you so you can take action. Watch lintr in action in the following animation: