Package: onlineforecast
Type: Package
Title: Forecast Modelling for Online Applications
Version: 0.9.1
Description: A framework for fitting adaptive forecasting models. Provides a way to use forecasts as input to models, e.g. weather forecasts for energy related forecasting. The models can be fitted recursively and can easily be setup for updating parameters when new data arrives. See the included vignettes, the website <https://onlineforecasting.org> and Bacher et. al. (2013, <doi:10.1016/j.enbuild.2013.04.022>).
License: GPL-3
Encoding: UTF-8
LazyData: true
Authors@R: c(
    person("Peder", "Bacher", email="pbac@dtu.dk", role = "cre"),
    person("Hjorleifur G", "Bergsteinsson", email="hgbe@dtu.dk", role = "aut"))
Depends: R (>= 3.0.0)
Imports:
    Rcpp (>= 0.12.18),
    R6 (>= 2.2.2),
    splines (>= 3.1.1),
    pbs,
    digest
LinkingTo: Rcpp, RcppArmadillo
Suggests:
    knitr,
    rmarkdown,
    R.rsp,
    testthat (>= 2.1.0),
    data.table
VignetteBuilder: knitr
RoxygenNote: 7.1.1
URL: http://onlineforecasting.org
BugReports: https://lab.compute.dtu.dk/packages/onlineforecast/-/issues