Skip to content
Snippets Groups Projects
Select Git revision
  • a10fb69a3345d5703aa1ca9546365c426ca4e699
  • master default protected
  • feature/quantileforecast
  • develop
  • add_kseq
5 results

DESCRIPTION

  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    DESCRIPTION 985 B
    Package: onlineforecast
    Type: Package
    Title: Forecast Modelling for Online Applications
    Version: 1.0.0
    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.
    License: GPL-3
    Encoding: UTF-8
    LazyData: true
    Authors@R: c(
        person("Peder", "Bacher", email="pbac@dtu.dk", role = c("aut", "cre")),
        person("Hjorleifur G", "Bergsteinsson", email="hgbe@dtu.dk", role = c("aut")))
    Depends: R (>= 3.0)
    Imports:
        Rcpp (>= 0.12.18),
        R6 (>= 2.2.2),
        splines (>= 3.1.1),
        digest
    LinkingTo: Rcpp, RcppArmadillo
    Suggests:
        knitr,
        rmarkdown,
        R.rsp,
        plotly,
        testthat (>= 2.1.0)
    VignetteBuilder:
        knitr,
        R.rsp
    RoxygenNote: 7.1.0
    URL: http://onlineforecasting.org
    BugReports: https://lab.compute.dtu.dk/packages/onlineforecast/-/issues