From ae47953d0b7c99be999776b2b5e5f6fc21b16e6f Mon Sep 17 00:00:00 2001 From: Mitchell Date: Wed, 29 Jan 2020 00:29:32 -0800 Subject: [PATCH] Update version --- DESCRIPTION | 2 +- NEWS.md | 2 +- README.Rmd | 2 +- README.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b585d39e..cf3eb88e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: fable Title: Forecasting Models for Tidy Time Series -Version: 0.1.1.9000 +Version: 0.1.2 Description: Provides a collection of commonly used univariate and multivariate time series forecasting models including automatically selected exponential smoothing (ETS) and autoregressive integrated moving average (ARIMA) models. diff --git a/NEWS.md b/NEWS.md index 9d3fd74b..e72ae5f0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# fable (development version) +# fable 0.1.2 ## Improvements * Added `CROSTON()` for Croston's method of intermittent demand forecasting. diff --git a/README.Rmd b/README.Rmd index fa155d9c..af675dfe 100644 --- a/README.Rmd +++ b/README.Rmd @@ -14,7 +14,7 @@ knitr::opts_chunk$set( ``` # fable -[![R build status](https://github.com/tidyverts/fable/workflows/R-CMD-check/badge.svg)](https://github.com/tidyverts/fable/actions?workflow=R-CMD-check) +![R build status](https://github.com/tidyverts/fable/workflows/R-CMD-check/badge.svg) [![Coverage status](https://codecov.io/gh/tidyverts/fable/branch/master/graph/badge.svg)](https://codecov.io/github/tidyverts/fable?branch=master) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/fable)](https://cran.r-project.org/package=fable) [![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental) diff --git a/README.md b/README.md index 754dddd3..52cad29f 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ # fable -[![R build -status](https://github.com/tidyverts/fable/workflows/R-CMD-check/badge.svg)](https://github.com/tidyverts/fable/actions?workflow=R-CMD-check) +![R build +status](https://github.com/tidyverts/fable/workflows/R-CMD-check/badge.svg) [![Coverage status](https://codecov.io/gh/tidyverts/fable/branch/master/graph/badge.svg)](https://codecov.io/github/tidyverts/fable?branch=master) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/fable)](https://cran.r-project.org/package=fable)