Skip to content

Commit 0eb9fcd

Browse files
authored
Merge pull request #1 from epiforecasts/update-citation-cff
2 parents a4ce9ef + 0607cc5 commit 0eb9fcd

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CITATION.cff

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+

0 commit comments

Comments
 (0)