knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of isaiahr
is to wrap core demonstration functionality extracted from Forecasting: Principles and Practice, version 3, by Rob J. Hyndman and George Athanasopoulos of Monash University, Australia.
The name of the package derives from Chapter 1 of Forecasting: Principles and Practice. It quotes Isaiah chapter 41, verse 23, "Shewe the things that are to come hereafter, that wee may knowe that ye are gods." (King James version, 1611)
You can install the development version of isaiahr
like so:
devtools::install_github("data-science-r/isaiahr")
This is a basic example:
library(isaiahr) tsibble::as_tsibble(USAccDeaths) %>% stl_components("value") %>% fabletools::autoplot()
The Monash forecasting tool-kit makes parallel processing with futures easier. The fabletools
package makes use of futures automatically if it finds the future
package attached during model estimation.
Work in progress.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.