Skip to content

Commit

Permalink
Removed missing badge
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Jul 18, 2023
1 parent 1089f5c commit ff799a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 0 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ knitr::opts_chunk$set(

# tscompdata

[![Pending Pull-Requests](http://githubbadges.herokuapp.com/robjhyndman/tscompdata/pulls.svg?style=flat)](https://github.com/robjhyndman/tscompdata/pulls)

The R package *tscompdata* provides time series data from the following forecasting competitions: M, M3, NN3, NN5, NNGC1, Tourism and GEFCom2012.

The M, M3 and Tourism data are loaded from the [Mcomp](http://pkg.robjhyndman.com/Mcomp/) and [Tcomp](https://github.com/ellisp/Tcomp-r-package) packages. The remaining data are contained within the tscompdata package.
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@

# tscompdata

[![Pending
Pull-Requests](http://githubbadges.herokuapp.com/robjhyndman/tscompdata/pulls.svg?style=flat)](https://github.com/robjhyndman/tscompdata/pulls)

The R package *tscompdata* provides time series data from the following
forecasting competitions: M, M3, NN3, NN5, NNGC1, Tourism and
GEFCom2012.

The M, M3 and Tourism data are loaded from the Mcomp and Tcomp packages.
The remaining data are contained within the tscompdata package.
The M, M3 and Tourism data are loaded from the
[Mcomp](http://pkg.robjhyndman.com/Mcomp/) and
[Tcomp](https://github.com/ellisp/Tcomp-r-package) packages. The
remaining data are contained within the tscompdata package.

## Installation

Expand All @@ -29,8 +28,10 @@ devtools::install_github("robjhyndman/tscompdata")
library(tscompdata)
#> Loading required package: Mcomp
#> Loading required package: forecast
#> Registered S3 method overwritten by 'quantmod':
#> method from
#> as.zoo.data.frame zoo
#> Loading required package: Tcomp
library(forecast)
library(ggplot2)
autoplot(nn5[[23]])
```
Expand Down
Binary file modified man/figures/README-nn5-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff799a3

Please sign in to comment.