Skip to content

Commit

Permalink
Added lifecycle stable
Browse files Browse the repository at this point in the history
  • Loading branch information
telkamp7 committed Nov 13, 2023
1 parent ca4ae75 commit 8b54b49
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/aeddo.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/autoplot.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/nll_poisson_gamma.R
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion R/plot.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

## aeddo: Automated and Early Detection of Disease Outbreaks
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

## aeddo: Automated and Early Detection of Disease Outbreaks
Expand Down

0 comments on commit 8b54b49

Please sign in to comment.