Skip to content
Snippets Groups Projects
DESCRIPTION 1.17 KiB
Newer Older
  • Learn to ignore specific revisions
  • pbac's avatar
    pbac committed
    Package: onlineforecast
    Type: Package
    
    pbac's avatar
    pbac committed
    Title: Forecast Modelling for Online Applications
    
    pbac's avatar
    pbac committed
    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. See the included vignettes, the website <https://onlineforecasting.org> and the pre-print paper "onlineforecast: An R package for adaptive and recursive forecasting" <arXiv:2109.12915>.
    
    pbac's avatar
    pbac committed
    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"))
    
    pbac's avatar
    pbac committed
    Imports:
        Rcpp (>= 0.12.18),
        R6 (>= 2.2.2),
        splines (>= 3.1.1),
    
    pbac's avatar
    pbac committed
        digest
    
    pbac's avatar
    pbac committed
    LinkingTo: Rcpp, RcppArmadillo
    Suggests:
        knitr,
        rmarkdown,
        R.rsp,
    
    pbac's avatar
    pbac committed
        testthat (>= 3.0.0),
    
    pbac's avatar
    pbac committed
        data.table,
        plotly
    
    VignetteBuilder: knitr
    RoxygenNote: 7.1.1
    
    pbac's avatar
    pbac committed
    URL: https://onlineforecasting.org
    
    BugReports: https://lab.compute.dtu.dk/packages/onlineforecast/-/issues
    
    pbac's avatar
    pbac committed
    Config/testthat/edition: 3