diff --git a/README.Rmd b/README.Rmd index 6ab9b2df..c4b4c778 100644 --- a/README.Rmd +++ b/README.Rmd @@ -15,10 +15,13 @@ options(width = 100) ``` # feasts + + [![R build status](https://github.com/tidyverts/feasts/workflows/R-CMD-check/badge.svg)](https://github.com/tidyverts/feasts/actions?workflow=R-CMD-check) [![Coverage status](https://codecov.io/gh/tidyverts/feasts/branch/master/graph/badge.svg)](https://app.codecov.io/gh/tidyverts/feasts?branch=master) -[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/feasts)](https://cran.r-project.org/package=feasts) +[![CRAN status](https://www.r-pkg.org/badges/version/feasts)](https://CRAN.R-project.org/package=feasts) [![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html) + ## Overview diff --git a/README.md b/README.md index f44d7b5d..113a3d35 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,17 @@ # feasts + + [![R build status](https://github.com/tidyverts/feasts/workflows/R-CMD-check/badge.svg)](https://github.com/tidyverts/feasts/actions?workflow=R-CMD-check) [![Coverage status](https://codecov.io/gh/tidyverts/feasts/branch/master/graph/badge.svg)](https://app.codecov.io/gh/tidyverts/feasts?branch=master) -[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/feasts)](https://cran.r-project.org/package=feasts) +[![CRAN +status](https://www.r-pkg.org/badges/version/feasts)](https://CRAN.R-project.org/package=feasts) [![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html) + ## Overview @@ -90,8 +94,8 @@ A common task in time series analysis is decomposing a time series into some simpler components. The feasts package supports two common time series decomposition methods: -- Classical decomposition -- STL decomposition +- Classical decomposition +- STL decomposition