From f8f5590471f5336a35f9cc18111ab3b0122240e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Wed, 13 Jan 2021 11:55:21 +0100 Subject: [PATCH] Stable lifecycle --- NEWS.md | 4 ++++ README.Rmd | 2 +- README.md | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 0021eb1..fe4ddbe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # hms 1.0.0 +## Life cycle + +- hms is now marked as "stable". + ## Breaking changes - `"hms"` objects no longer have a common type with `character` and `numeric`. Combining such values previously threw a warning, now throws an error (#94). diff --git a/README.Rmd b/README.Rmd index 48b600f..c9f77f4 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,7 +17,7 @@ pkgload::load_all() # hms -[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing) +[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable) [![rcc](https://github.com/tidyverse/hms/workflows/rcc/badge.svg)](https://github.com/tidyverse/hms/actions) [![codecov](https://codecov.io/gh/tidyverse/hms/branch/master/graph/badge.svg)](https://codecov.io/gh/tidyverse/hms) [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/hms)](https://cran.r-project.org/package=hms) diff --git a/README.md b/README.md index 4bba64f..db91824 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing) [![rcc](https://github.com/tidyverse/hms/workflows/rcc/badge.svg)](https://github.com/tidyverse/hms/actions) [![codecov](https://codecov.io/gh/tidyverse/hms/branch/master/graph/badge.svg)](https://codecov.io/gh/tidyverse/hms) [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/hms)](https://cran.r-project.org/package=hms) +[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable) [![rcc](https://github.com/tidyverse/hms/workflows/rcc/badge.svg)](https://github.com/tidyverse/hms/actions) [![codecov](https://codecov.io/gh/tidyverse/hms/branch/master/graph/badge.svg)](https://codecov.io/gh/tidyverse/hms) [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/hms)](https://cran.r-project.org/package=hms) @@ -41,7 +41,7 @@ The following example showcases ways of using the `hms` class standalone or as a hms(56, 34, 12) #> 12:34:56 as_hms(Sys.time()) -#> 06:10:37.753343 +#> 11:55:02.553476 parse_hms("12:34:56") #> 12:34:56 as.POSIXct(hms(1))