From 2990badbb7c8ded2c51e62a48f42c5ec3fbc76ee Mon Sep 17 00:00:00 2001 From: hjorleifur <hgbe@dtu.dk> Date: Mon, 18 Jan 2021 09:50:57 +0100 Subject: [PATCH] Add the possibility to reference the package --- inst/CITATION | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/inst/CITATION b/inst/CITATION index a7bf2f4..2640aff 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -15,3 +15,13 @@ citEntry( "We are in process of writing a journal paper about the package, but for now we referer to the paper 'Short-term heat load forecasting for single family houses', in which the implemented modelling is described." ) ) + + +citEntry( + entry = "Manual", + title = "{{onlineforecast}: Forecast Modelling for Online Applications}", + author = "Peder Bacher and Hjörleifur G. Bergsteinsson", + year = "2020", + note = "R package version 0.9.3", + url = "https://onlineforecasting.org" +) -- GitLab