-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathCITATION.cff
192 lines (191 loc) · 5.43 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
# -----------------------------------------------------------
# CITATION file created with {cffr} R package, v0.2.1
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------
cff-version: 1.2.0
message: 'To cite package "ompr" in publications use:'
type: software
license: MIT
title: 'ompr: Model and Solve Mixed Integer Linear Programs'
version: 1.0.2
abstract: Model mixed integer linear programs in an algebraic way directly in R. The
model is solver-independent and thus offers the possibility to solve a model with
different solvers. It currently only supports linear constraints and objective functions.
See the 'ompr' website <https://dirkschumacher.github.io/ompr/> for more information,
documentation and examples.
authors:
- family-names: Schumacher
given-names: Dirk
email: [email protected]
preferred-citation:
type: manual
title: 'ompr: Model and Solve Mixed Integer Linear Programs'
authors:
- family-names: Schumacher
given-names: Dirk
email: [email protected]
version: 1.0.2
abstract: Model mixed integer linear programs in an algebraic way directly in R.
The model is solver-independent and thus offers the possibility to solve a model
with different solvers. It currently only supports linear constraints and objective
functions. See the 'ompr' website <https://dirkschumacher.github.io/ompr/> for
more information, documentation and examples.
repository: https://CRAN.R-project.org/package=ompr
repository-code: https://github.com/dirkschumacher/ompr
url: https://github.com/dirkschumacher/ompr
contact:
- family-names: Schumacher
given-names: Dirk
email: [email protected]
keywords:
- integer-programming
- linear-programming
- milp
- mip
- optimization
- r
license: MIT
year: '2022'
repository: https://CRAN.R-project.org/package=ompr
repository-code: https://github.com/dirkschumacher/ompr
url: https://github.com/dirkschumacher/ompr
contact:
- family-names: Schumacher
given-names: Dirk
email: [email protected]
keywords:
- integer-programming
- linear-programming
- milp
- mip
- optimization
- r
references:
- type: software
title: 'R: A Language and Environment for Statistical Computing'
notes: Depends
authors:
- name: R Core Team
location:
name: Vienna, Austria
year: '2022'
url: https://www.R-project.org/
institution:
name: R Foundation for Statistical Computing
version: '>= 3.2.0'
- type: software
title: lazyeval
abstract: 'lazyeval: Lazy (Non-Standard) Evaluation'
notes: Imports
authors:
- family-names: Wickham
given-names: Hadley
email: [email protected]
year: '2022'
url: https://CRAN.R-project.org/package=lazyeval
- type: software
title: rlang
abstract: 'rlang: Functions for Base Types and Core R and ''Tidyverse'' Features'
notes: Imports
authors:
- family-names: Henry
given-names: Lionel
email: [email protected]
- family-names: Wickham
given-names: Hadley
email: [email protected]
year: '2022'
url: https://CRAN.R-project.org/package=rlang
version: '>= 0.2.0'
- type: software
title: listcomp
abstract: 'listcomp: List Comprehensions'
notes: Imports
authors:
- family-names: Schumacher
given-names: Dirk
email: [email protected]
year: '2022'
url: https://CRAN.R-project.org/package=listcomp
version: '>= 0.4.0'
- type: software
title: methods
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
location:
name: Vienna, Austria
year: '2022'
url: https://www.R-project.org/
institution:
name: R Foundation for Statistical Computing
- type: software
title: data.table
abstract: 'data.table: Extension of `data.frame`'
notes: Imports
authors:
- family-names: Dowle
given-names: Matt
email: [email protected]
- family-names: Srinivasan
given-names: Arun
email: [email protected]
year: '2022'
url: https://CRAN.R-project.org/package=data.table
- type: software
title: Matrix
abstract: 'Matrix: Sparse and Dense Matrix Classes and Methods'
notes: Imports
authors:
- family-names: Bates
given-names: Douglas
- family-names: Maechler
given-names: Martin
email: [email protected]
orcid: https://orcid.org/0000-0002-8685-9910
year: '2022'
url: https://CRAN.R-project.org/package=Matrix
- type: software
title: fastmap
abstract: 'fastmap: Fast Data Structures'
notes: Imports
authors:
- family-names: Chang
given-names: Winston
email: [email protected]
year: '2022'
url: https://CRAN.R-project.org/package=fastmap
- type: software
title: covr
abstract: 'covr: Test Coverage for Packages'
notes: Suggests
authors:
- family-names: Hester
given-names: Jim
email: [email protected]
year: '2022'
url: https://CRAN.R-project.org/package=covr
- type: software
title: magrittr
abstract: 'magrittr: A Forward-Pipe Operator for R'
notes: Suggests
authors:
- family-names: Bache
given-names: Stefan Milton
email: [email protected]
- family-names: Wickham
given-names: Hadley
email: [email protected]
year: '2022'
url: https://CRAN.R-project.org/package=magrittr
- type: software
title: testthat
abstract: 'testthat: Unit Testing for R'
notes: Suggests
authors:
- family-names: Wickham
given-names: Hadley
email: [email protected]
year: '2022'
url: https://CRAN.R-project.org/package=testthat