Skip to content

Commit 90f8ff6

Browse files
authored
Merge pull request #167 from TanguyBarthelemy/add-citation
Add citation file
2 parents 2762b4c + e6253e4 commit 90f8ff6

1 file changed

Lines changed: 183 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
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 "RJDemetra" in publications use:'
8+
type: software
9+
license: EUPL-1.0
10+
title: 'RJDemetra: Interface to ''JDemetra+'' Seasonal Adjustment Software'
11+
version: 0.2.8
12+
doi: 10.32614/CRAN.package.RJDemetra
13+
abstract: Interface around 'JDemetra+' (<https://github.com/jdemetra/jdemetra-app>),
14+
the seasonal adjustment software officially recommended to the members of the European
15+
Statistical System (ESS) and the European System of Central Banks. It offers full
16+
access to all options and outputs of 'JDemetra+', including the two leading seasonal
17+
adjustment methods TRAMO/SEATS+ and X-12ARIMA/X-13ARIMA-SEATS.
18+
authors:
19+
- family-names: Quartier-la-Tente
20+
given-names: Alain
21+
email: alain.quartier@yahoo.fr
22+
orcid: https://orcid.org/0000-0001-7890-3857
23+
- family-names: Michalek
24+
given-names: Anna
25+
email: anna.michalek@ecb.int
26+
- family-names: Palate
27+
given-names: Jean
28+
email: jean.palate@nbb.be
29+
- family-names: Baeyens
30+
given-names: Raf
31+
email: raf.baeyens@nbb.be
32+
repository: https://CRAN.R-project.org/package=RJDemetra
33+
repository-code: https://github.com/rjdverse/rjdemetra
34+
url: https://rjdverse.github.io/rjdemetra/
35+
contact:
36+
- family-names: Quartier-la-Tente
37+
given-names: Alain
38+
email: alain.quartier@yahoo.fr
39+
orcid: https://orcid.org/0000-0001-7890-3857
40+
keywords:
41+
- java
42+
- jdemetra
43+
- r
44+
- r-package
45+
- rpackage
46+
- rstats
47+
- seasonal-adjustment
48+
- seasonality
49+
- time-series
50+
- timeseries
51+
references:
52+
- type: software
53+
title: 'R: A Language and Environment for Statistical Computing'
54+
notes: Depends
55+
url: https://www.R-project.org/
56+
authors:
57+
- name: R Core Team
58+
institution:
59+
name: R Foundation for Statistical Computing
60+
address: Vienna, Austria
61+
year: '2025'
62+
version: '>= 3.1.1'
63+
- type: software
64+
title: rJava
65+
abstract: 'rJava: Low-Level R to Java Interface'
66+
notes: Imports
67+
url: http://www.rforge.net/rJava/
68+
repository: https://CRAN.R-project.org/package=rJava
69+
authors:
70+
- family-names: Urbanek
71+
given-names: Simon
72+
email: simon.urbanek@r-project.org
73+
year: '2025'
74+
doi: 10.32614/CRAN.package.rJava
75+
version: '>= 0.9-8'
76+
- type: software
77+
title: graphics
78+
abstract: 'R: A Language and Environment for Statistical Computing'
79+
notes: Imports
80+
authors:
81+
- name: R Core Team
82+
institution:
83+
name: R Foundation for Statistical Computing
84+
address: Vienna, Austria
85+
year: '2025'
86+
- type: software
87+
title: grDevices
88+
abstract: 'R: A Language and Environment for Statistical Computing'
89+
notes: Imports
90+
authors:
91+
- name: R Core Team
92+
institution:
93+
name: R Foundation for Statistical Computing
94+
address: Vienna, Austria
95+
year: '2025'
96+
- type: software
97+
title: methods
98+
abstract: 'R: A Language and Environment for Statistical Computing'
99+
notes: Imports
100+
authors:
101+
- name: R Core Team
102+
institution:
103+
name: R Foundation for Statistical Computing
104+
address: Vienna, Austria
105+
year: '2025'
106+
- type: software
107+
title: stats
108+
abstract: 'R: A Language and Environment for Statistical Computing'
109+
notes: Imports
110+
authors:
111+
- name: R Core Team
112+
institution:
113+
name: R Foundation for Statistical Computing
114+
address: Vienna, Austria
115+
year: '2025'
116+
- type: software
117+
title: utils
118+
abstract: 'R: A Language and Environment for Statistical Computing'
119+
notes: Imports
120+
authors:
121+
- name: R Core Team
122+
institution:
123+
name: R Foundation for Statistical Computing
124+
address: Vienna, Austria
125+
year: '2025'
126+
- type: software
127+
title: knitr
128+
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
129+
notes: Suggests
130+
url: https://yihui.org/knitr/
131+
repository: https://CRAN.R-project.org/package=knitr
132+
authors:
133+
- family-names: Xie
134+
given-names: Yihui
135+
email: xie@yihui.name
136+
orcid: https://orcid.org/0000-0003-0645-5666
137+
year: '2025'
138+
doi: 10.32614/CRAN.package.knitr
139+
- type: software
140+
title: rmarkdown
141+
abstract: 'rmarkdown: Dynamic Documents for R'
142+
notes: Suggests
143+
url: https://pkgs.rstudio.com/rmarkdown/
144+
repository: https://CRAN.R-project.org/package=rmarkdown
145+
authors:
146+
- family-names: Allaire
147+
given-names: JJ
148+
email: jj@posit.co
149+
- family-names: Xie
150+
given-names: Yihui
151+
email: xie@yihui.name
152+
orcid: https://orcid.org/0000-0003-0645-5666
153+
- family-names: Dervieux
154+
given-names: Christophe
155+
email: cderv@posit.co
156+
orcid: https://orcid.org/0000-0003-4474-2498
157+
- family-names: McPherson
158+
given-names: Jonathan
159+
email: jonathan@posit.co
160+
- family-names: Luraschi
161+
given-names: Javier
162+
- family-names: Ushey
163+
given-names: Kevin
164+
email: kevin@posit.co
165+
- family-names: Atkins
166+
given-names: Aron
167+
email: aron@posit.co
168+
- family-names: Wickham
169+
given-names: Hadley
170+
email: hadley@posit.co
171+
- family-names: Cheng
172+
given-names: Joe
173+
email: joe@posit.co
174+
- family-names: Chang
175+
given-names: Winston
176+
email: winston@posit.co
177+
- family-names: Iannone
178+
given-names: Richard
179+
email: rich@posit.co
180+
orcid: https://orcid.org/0000-0003-3925-190X
181+
year: '2025'
182+
doi: 10.32614/CRAN.package.rmarkdown
183+

0 commit comments

Comments
 (0)