diff --git a/content/lifecycle/images/lifecycle.graffle b/content/lifecycle/images/lifecycle.graffle index 2455c496e..cf4ac29e3 100644 Binary files a/content/lifecycle/images/lifecycle.graffle and b/content/lifecycle/images/lifecycle.graffle differ diff --git a/content/lifecycle/images/lifecycle.png b/content/lifecycle/images/lifecycle.png index 1f511c892..a4f5bf799 100644 Binary files a/content/lifecycle/images/lifecycle.png and b/content/lifecycle/images/lifecycle.png differ diff --git a/content/lifecycle/images/lifecycle.svg b/content/lifecycle/images/lifecycle.svg index 25aa3b3cd..e42068b75 100644 --- a/content/lifecycle/images/lifecycle.svg +++ b/content/lifecycle/images/lifecycle.svg @@ -1,6 +1,6 @@ - + @@ -14,11 +14,10 @@ Produced by OmniGraffle 7.13 - 2020-03-12 10:50:21 +0000 + 2020-03-13 17:22:35 +0000 - + Canvas 1 - Layer 1 @@ -30,9 +29,9 @@ superseded - - - superseded + + + superseded diff --git a/content/lifecycle/index.md b/content/lifecycle/index.md index 7bc440131..3c994dc2e 100644 --- a/content/lifecycle/index.md +++ b/content/lifecycle/index.md @@ -40,7 +40,7 @@ In a stable package, we are largely happy with the API, and major changes are un If API breaking change are needed, they will occur gradually. To begin with, the function or argument will be deprecated; it will continue to work but will emit an message informing you of the change. Next, typically after at least a year, the message will be transformed to an error. -### Superseded ![](https://img.shields.io/badge/lifecycle-superseded-orange.svg) {#superseded} +### Superseded ![](https://img.shields.io/badge/lifecycle-superseded-blue.svg) {#superseded} A superseded package is no longer under active development, and a known better alternative is available. We will only make the necessary changes to ensure that superseded packages remain on CRAN. No new features will be added, and only the most critical of bugs will be fixed.