diff --git a/README.Rmd b/README.Rmd index e566a2f..21bbd61 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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. diff --git a/README.md b/README.md index 57904ca..d2f65cd 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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]]) ``` diff --git a/man/figures/README-nn5-1.png b/man/figures/README-nn5-1.png index fe64282..bcfbbcb 100644 Binary files a/man/figures/README-nn5-1.png and b/man/figures/README-nn5-1.png differ