knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

isaiahr

Lifecycle: experimental CRAN status

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)

Installation

You can install the development version of isaiahr like so:

devtools::install_github("data-science-r/isaiahr")

Example

This is a basic example:

library(isaiahr)

tsibble::as_tsibble(USAccDeaths) %>%
  stl_components("value") %>%
  fabletools::autoplot()

Futures, Progress

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.

Rserve

Work in progress.



royratcliffe/isaiahr documentation built on Feb. 7, 2022, 12:47 a.m.