Skip to content

Commit d8a0fbc

Browse files
Add CRAN status badge
1 parent 143ece5 commit d8a0fbc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ knitr::opts_chunk$set(
1919
[![Code test coverage](https://codecov.io/gh/tidyverts/fabletools/branch/master/graph/badge.svg)](https://app.codecov.io/gh/tidyverts/fabletools?branch=master)
2020
[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
2121
[![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
22+
[![CRAN status](https://www.r-pkg.org/badges/version/fabletools)](https://CRAN.R-project.org/package=fabletools)
2223
<!-- badges: end -->
2324

2425
The R package *fabletools* provides tools for building modelling packages, with a focus on time series forecasting. This package allows package developers to extend *fable* with additional models, without needing to depend on the models supported by *fable*.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ status](https://github.com/tidyverts/fabletools/actions/workflows/R-CMD-check.ya
1111
coverage](https://codecov.io/gh/tidyverts/fabletools/branch/master/graph/badge.svg)](https://app.codecov.io/gh/tidyverts/fabletools?branch=master)
1212
[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
1313
[![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
14+
[![CRAN
15+
status](https://www.r-pkg.org/badges/version/fabletools)](https://CRAN.R-project.org/package=fabletools)
1416
<!-- badges: end -->
1517

1618
The R package *fabletools* provides tools for building modelling

0 commit comments

Comments
 (0)