-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCITATION.cff
99 lines (98 loc) · 2.57 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# -----------------------------------------------------------
# CITATION file created with {cffr} R package, v0.5.0
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------
cff-version: 1.2.0
message: 'To cite package "rxaf" in publications use:'
type: software
license: GPL-3.0-or-later
title: 'rxaf: Read Dutch XML Audit Files (XAF)'
version: 1.0.0
abstract: The 'rxaf' package provides functionalities to read and parse Dutch XML
Audit Files (XAF). These files are commonly used in the Netherlands for financial
and auditing purposes.
authors:
- family-names: Derks
given-names: Koen
email: [email protected]
preferred-citation:
type: manual
title: 'rxaf: Read Dutch XML Audit Files (XAF)'
authors:
- family-names: Derks
given-names: Koen
email: [email protected]
year: '2023'
notes: R package version 1.0.0
url: https://github.com/koenderks/rxaf
repository-code: https://github.com/koenderks/rxaf
url: https://github.com/koenderks/rxaf
date-released: '2023-12-09'
contact:
- family-names: Derks
given-names: Koen
email: [email protected]
keywords:
- audit
- audit-file
- dutch
- finance
- package
- r-stats
- xaf
references:
- type: software
title: data.table
abstract: 'data.table: Extension of `data.frame`'
notes: Imports
url: https://r-datatable.com
repository: https://CRAN.R-project.org/package=data.table
authors:
- family-names: Barrett
given-names: Tyson
email: [email protected]
- family-names: Dowle
given-names: Matt
email: [email protected]
- family-names: Srinivasan
given-names: Arun
email: [email protected]
year: '2023'
- type: software
title: utils
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
location:
name: Vienna, Austria
year: '2023'
institution:
name: R Foundation for Statistical Computing
- type: software
title: xml2
abstract: 'xml2: Parse XML'
notes: Imports
url: https://xml2.r-lib.org/
repository: https://CRAN.R-project.org/package=xml2
authors:
- family-names: Wickham
given-names: Hadley
email: [email protected]
- family-names: Hester
given-names: Jim
- family-names: Ooms
given-names: Jeroen
year: '2023'
- type: software
title: testthat
abstract: 'testthat: Unit Testing for R'
notes: Suggests
url: https://testthat.r-lib.org
repository: https://CRAN.R-project.org/package=testthat
authors:
- family-names: Wickham
given-names: Hadley
email: [email protected]
year: '2023'
version: '>= 3.0.0'