From 8b54b49beae316e0fecf91f7b318fb16ecdfe8c6 Mon Sep 17 00:00:00 2001 From: Kasper Schou Telkamp Date: Mon, 13 Nov 2023 11:11:05 +0100 Subject: [PATCH] Added lifecycle stable --- R/aeddo.R | 2 +- R/autoplot.R | 2 +- R/nll_poisson_gamma.R | 2 +- R/plot.R | 2 +- README.Rmd | 2 +- README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/R/aeddo.R b/R/aeddo.R index 79e1c2c..3a60510 100644 --- a/R/aeddo.R +++ b/R/aeddo.R @@ -1,7 +1,7 @@ #' Automated and Early Detection of Disease Outbreaks #' #' @description -#' `r lifecycle::badge('experimental')` +#' `r lifecycle::badge('stable')` #' #' This function performs automated an early detection of disease outbreaks, #' (aeddo), on a time series data set. It utilizes hierarchical models in an diff --git a/R/autoplot.R b/R/autoplot.R index b4c1a50..3901626 100644 --- a/R/autoplot.R +++ b/R/autoplot.R @@ -1,7 +1,7 @@ #' Create a complete 'ggplot' appropriate to a particular data type #' #' @description -#' `r lifecycle::badge("stable")` +#' `r lifecycle::badge('stable')` #' #' This function generates a complete 'ggplot' object suitable for #' visualizing time series data in an `aeddo` object. It creates a line diff --git a/R/nll_poisson_gamma.R b/R/nll_poisson_gamma.R index 50cde1c..9ee1d18 100644 --- a/R/nll_poisson_gamma.R +++ b/R/nll_poisson_gamma.R @@ -1,7 +1,7 @@ #' Negative Log-Likelihood for Poisson Gamma Model #' #' @description -#' `r lifecycle::badge('experimental')` +#' `r lifecycle::badge('stable')` #' #' Calculate the negative log-likelihood for the Poisson Gamma modeling #' framework. diff --git a/R/plot.R b/R/plot.R index 87ef960..8ca9239 100644 --- a/R/plot.R +++ b/R/plot.R @@ -1,7 +1,7 @@ #' Create a complete 'ggplot' appropriate to a particular data type #' #' @description -#' `r lifecycle::badge("stable")` +#' `r lifecycle::badge('stable')` #' #' This function generates a complete 'ggplot' object suitable for #' visualizing time series data in an `aeddo` object. It creates a line diff --git a/README.Rmd b/README.Rmd index 4afdd7d..1da6ebe 100644 --- a/README.Rmd +++ b/README.Rmd @@ -19,7 +19,7 @@ knitr::opts_chunk$set( [![CRAN status](https://www.r-pkg.org/badges/version/aeddo)](https://CRAN.R-project.org/package=aeddo) [![R-CMD-check](https://github.com/ssi-dk/aeddo/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ssi-dk/aeddo/actions/workflows/R-CMD-check.yaml) [![Codecov test coverage](https://codecov.io/gh/ssi-dk/aeddo/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ssi-dk/aeddo?branch=main) -[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) +[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) ## aeddo: Automated and Early Detection of Disease Outbreaks diff --git a/README.md b/README.md index f9142a6..a1d1d2a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ status](https://www.r-pkg.org/badges/version/aeddo)](https://CRAN.R-project.org/ [![Codecov test coverage](https://codecov.io/gh/ssi-dk/aeddo/branch/main/graph/badge.svg)](https://app.codecov.io/gh/ssi-dk/aeddo?branch=main) [![Lifecycle: -experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) +stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) ## aeddo: Automated and Early Detection of Disease Outbreaks