File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ # --------------------------------------------
2+ # CITATION file created with {cffr} R package
3+ # See also: https://docs.ropensci.org/cffr/
4+ # --------------------------------------------
5+
6+ cff-version : 1.2.0
7+ message : ' To cite package "forecastbaselines" in publications use:'
8+ type : software
9+ license : MIT
10+ title : ' forecastbaselines: R Interface to ForecastBaselines.jl'
11+ version : 0.1.0
12+ abstract : Provides an R interface to the ForecastBaselines.jl Julia package, enabling
13+ access to 10 baseline forecasting models including ARMA, ETS, STL, and others. Supports
14+ probabilistic forecasting with multiple interval methods and seamless integration
15+ with the scoringutils evaluation framework.
16+ authors :
17+ - family-names : Stapper
18+ given-names : Manuel
19+ - family-names : Funk
20+ given-names : Sebastian
21+ email : sebastian.funk@lshtm.ac.uk
22+ orcid : https://orcid.org/0000-0002-2842-3406
23+ repository-code : https://github.com/epiforecasts/forecastbaselines
24+ url : https://github.com/epiforecasts/forecastbaselines
25+ contact :
26+ - family-names : Funk
27+ given-names : Sebastian
28+ email : sebastian.funk@lshtm.ac.uk
29+ orcid : https://orcid.org/0000-0002-2842-3406
30+ references :
31+ - type : software
32+ title : ' R: A Language and Environment for Statistical Computing'
33+ notes : Depends
34+ url : https://www.R-project.org/
35+ authors :
36+ - name : R Core Team
37+ institution :
38+ name : R Foundation for Statistical Computing
39+ address : Vienna, Austria
40+ year : ' 2025'
41+ version : ' >= 3.5.0'
42+
You can’t perform that action at this time.
0 commit comments