-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCITATION.cff
575 lines (573 loc) · 16.5 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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "pkgdev" in publications use:'
type: software
license: MIT
title: 'pkgdev: Helpers to Develop a Package using GitHub Actions'
version: 0.1.0.9060
abstract: A small set of functions that takes advantage of GitHub Actions for making
your life easier as a R package developer. This package is primarily intended for
personal use, however feel free to use it (at your own risk :)).
authors:
- family-names: Hernangómez
given-names: Diego
email: [email protected]
orcid: https://orcid.org/0000-0001-8457-4658
preferred-citation:
type: manual
title: 'pkgdev: Helpers to Develop a Package using GitHub Actions'
authors:
- family-names: Hernangómez
given-names: Diego
email: [email protected]
orcid: https://orcid.org/0000-0001-8457-4658
year: '2025'
url: https://dieghernan.github.io/pkgdev/
repository-code: https://github.com/dieghernan/pkgdev
url: https://dieghernan.github.io/pkgdev/
contact:
- family-names: Hernangómez
given-names: Diego
email: [email protected]
orcid: https://orcid.org/0000-0001-8457-4658
keywords:
- developer-tools
- experimental
- github-actions
- r
- r-package
- rstats
references:
- type: software
title: 'R: A Language and Environment for Statistical Computing'
notes: Depends
url: https://www.R-project.org/
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2025'
version: '>= 3.6.0'
- type: software
title: cffr
abstract: 'cffr: Generate Citation File Format (''cff'') Metadata for R Packages'
notes: Imports
url: https://docs.ropensci.org/cffr/
repository: https://CRAN.R-project.org/package=cffr
authors:
- family-names: Hernangómez
given-names: Diego
email: [email protected]
orcid: https://orcid.org/0000-0001-8457-4658
year: '2025'
doi: 10.32614/CRAN.package.cffr
version: '>= 0.2.0'
- type: software
title: cli
abstract: 'cli: Helpers for Developing Command Line Interfaces'
notes: Imports
url: https://cli.r-lib.org
repository: https://CRAN.R-project.org/package=cli
authors:
- family-names: Csárdi
given-names: Gábor
email: [email protected]
year: '2025'
doi: 10.32614/CRAN.package.cli
version: '>= 3.4.0'
- type: software
title: codemetar
abstract: 'codemetar: Generate ''CodeMeta'' Metadata for R Packages'
notes: Imports
url: https://docs.ropensci.org/codemetar/
repository: https://CRAN.R-project.org/package=codemetar
authors:
- family-names: Boettiger
given-names: Carl
email: [email protected]
orcid: https://orcid.org/0000-0002-1642-628X
- family-names: Salmon
given-names: Maëlle
orcid: https://orcid.org/0000-0002-2815-0399
year: '2025'
doi: 10.32614/CRAN.package.codemetar
version: '>= 0.3.3'
- type: software
title: cpp11
abstract: 'cpp11: A C++11 Interface for R''s C Interface'
notes: Imports
url: https://cpp11.r-lib.org
repository: https://CRAN.R-project.org/package=cpp11
authors:
- family-names: Vaughan
given-names: Davis
email: [email protected]
orcid: https://orcid.org/0000-0003-4777-038X
- family-names: Hester
given-names: Jim
orcid: https://orcid.org/0000-0002-2739-7082
- family-names: François
given-names: Romain
orcid: https://orcid.org/0000-0002-2444-4226
year: '2025'
doi: 10.32614/CRAN.package.cpp11
- type: software
title: desc
abstract: 'desc: Manipulate DESCRIPTION Files'
notes: Imports
url: https://desc.r-lib.org/
repository: https://CRAN.R-project.org/package=desc
authors:
- family-names: Csárdi
given-names: Gábor
email: [email protected]
- family-names: Müller
given-names: Kirill
- family-names: Hester
given-names: Jim
email: [email protected]
year: '2025'
doi: 10.32614/CRAN.package.desc
- type: software
title: devtools
abstract: 'devtools: Tools to Make Developing R Packages Easier'
notes: Imports
url: https://devtools.r-lib.org/
repository: https://CRAN.R-project.org/package=devtools
authors:
- family-names: Wickham
given-names: Hadley
- family-names: Hester
given-names: Jim
- family-names: Chang
given-names: Winston
- family-names: Bryan
given-names: Jennifer
email: [email protected]
orcid: https://orcid.org/0000-0002-6983-2759
year: '2025'
doi: 10.32614/CRAN.package.devtools
version: '>= 2.4.1'
- type: software
title: jsonld
abstract: 'jsonld: JSON for Linking Data'
notes: Imports
url: https://docs.ropensci.org/jsonld/
repository: https://CRAN.R-project.org/package=jsonld
authors:
- family-names: Ooms
given-names: Jeroen
email: [email protected]
orcid: https://orcid.org/0000-0002-4035-0289
year: '2025'
doi: 10.32614/CRAN.package.jsonld
- type: software
title: knitr
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
notes: Imports
url: https://yihui.org/knitr/
repository: https://CRAN.R-project.org/package=knitr
authors:
- family-names: Xie
given-names: Yihui
email: [email protected]
orcid: https://orcid.org/0000-0003-0645-5666
year: '2025'
doi: 10.32614/CRAN.package.knitr
version: '>= 1.33'
- type: software
title: lintr
abstract: 'lintr: A ''Linter'' for R Code'
notes: Imports
url: https://lintr.r-lib.org
repository: https://CRAN.R-project.org/package=lintr
authors:
- family-names: Hester
given-names: Jim
- family-names: Angly
given-names: Florent
- family-names: Hyde
given-names: Russ
- family-names: Chirico
given-names: Michael
email: [email protected]
- family-names: Ren
given-names: Kun
- family-names: Rosenstock
given-names: Alexander
- family-names: Patil
given-names: Indrajeet
email: [email protected]
orcid: https://orcid.org/0000-0003-1995-6531
year: '2025'
doi: 10.32614/CRAN.package.lintr
version: '>= 2.0.1'
- type: software
title: rcmdcheck
abstract: 'rcmdcheck: Run ''R CMD check'' from ''R'' and Capture Results'
notes: Imports
url: https://r-lib.github.io/rcmdcheck/
repository: https://CRAN.R-project.org/package=rcmdcheck
authors:
- family-names: Csárdi
given-names: Gábor
email: [email protected]
year: '2025'
doi: 10.32614/CRAN.package.rcmdcheck
version: '>= 1.3.3'
- type: software
title: resmush
abstract: 'resmush: Optimize and Compress Image Files with ''reSmush.it'''
notes: Imports
url: https://dieghernan.github.io/resmush/
repository: https://CRAN.R-project.org/package=resmush
authors:
- family-names: Hernangómez
given-names: Diego
email: [email protected]
orcid: https://orcid.org/0000-0001-8457-4658
year: '2025'
doi: 10.32614/CRAN.package.resmush
- type: software
title: roxygen2
abstract: 'roxygen2: In-Line Documentation for R'
notes: Imports
url: https://roxygen2.r-lib.org/
repository: https://CRAN.R-project.org/package=roxygen2
authors:
- family-names: Wickham
given-names: Hadley
email: [email protected]
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: Danenberg
given-names: Peter
email: [email protected]
- family-names: Csárdi
given-names: Gábor
email: [email protected]
- family-names: Eugster
given-names: Manuel
year: '2025'
doi: 10.32614/CRAN.package.roxygen2
version: '>= 7.1.0'
- type: software
title: roxygen2md
abstract: 'roxygen2md: ''Roxygen'' to ''Markdown'''
notes: Imports
url: https://roxygen2md.r-lib.org/
repository: https://CRAN.R-project.org/package=roxygen2md
authors:
- family-names: Müller
given-names: Kirill
email: [email protected]
year: '2025'
doi: 10.32614/CRAN.package.roxygen2md
- type: software
title: stringr
abstract: 'stringr: Simple, Consistent Wrappers for Common String Operations'
notes: Imports
url: https://stringr.tidyverse.org
repository: https://CRAN.R-project.org/package=stringr
authors:
- family-names: Wickham
given-names: Hadley
email: [email protected]
year: '2025'
doi: 10.32614/CRAN.package.stringr
- type: software
title: styler
abstract: 'styler: Non-Invasive Pretty Printing of R Code'
notes: Imports
url: https://styler.r-lib.org
repository: https://CRAN.R-project.org/package=styler
authors:
- family-names: Müller
given-names: Kirill
email: [email protected]
orcid: https://orcid.org/0000-0002-1416-3412
- family-names: Walthert
given-names: Lorenz
email: [email protected]
year: '2025'
doi: 10.32614/CRAN.package.styler
version: '>= 1.5.1'
- type: software
title: urlchecker
abstract: 'urlchecker: Run CRAN URL Checks from Older R Versions'
notes: Imports
url: https://github.com/r-lib/urlchecker
repository: https://CRAN.R-project.org/package=urlchecker
authors:
- name: R Core team
- family-names: Hester
given-names: Jim
orcid: https://orcid.org/0000-0002-2739-7082
- family-names: Csárdi
given-names: Gábor
email: [email protected]
year: '2025'
doi: 10.32614/CRAN.package.urlchecker
version: '>= 1.0.0'
- type: software
title: usethis
abstract: 'usethis: Automate Package and Project Setup'
notes: Imports
url: https://usethis.r-lib.org
repository: https://CRAN.R-project.org/package=usethis
authors:
- family-names: Wickham
given-names: Hadley
email: [email protected]
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: Bryan
given-names: Jennifer
email: [email protected]
orcid: https://orcid.org/0000-0002-6983-2759
- family-names: Barrett
given-names: Malcolm
email: [email protected]
orcid: https://orcid.org/0000-0003-0299-5825
- family-names: Teucher
given-names: Andy
email: [email protected]
orcid: https://orcid.org/0000-0002-7840-692X
year: '2025'
doi: 10.32614/CRAN.package.usethis
version: '>= 2.2.2'
- type: software
title: withr
abstract: 'withr: Run Code ''With'' Temporarily Modified Global State'
notes: Imports
url: https://withr.r-lib.org
repository: https://CRAN.R-project.org/package=withr
authors:
- family-names: Hester
given-names: Jim
- family-names: Henry
given-names: Lionel
email: [email protected]
- family-names: Müller
given-names: Kirill
email: [email protected]
- family-names: Ushey
given-names: Kevin
email: [email protected]
- family-names: Wickham
given-names: Hadley
email: [email protected]
- family-names: Chang
given-names: Winston
year: '2025'
doi: 10.32614/CRAN.package.withr
- type: software
title: covr
abstract: 'covr: Test Coverage for Packages'
notes: Suggests
url: https://covr.r-lib.org
repository: https://CRAN.R-project.org/package=covr
authors:
- family-names: Hester
given-names: Jim
email: [email protected]
year: '2025'
doi: 10.32614/CRAN.package.covr
version: '>= 3.5.1'
- type: software
title: gitdevr
abstract: 'gitdevr: My ''pkgdown'' Template'
notes: Suggests
url: https://dieghernan.github.io/gitdevr/
authors:
- family-names: Hernangómez
given-names: Diego
email: [email protected]
orcid: https://orcid.org/0000-0001-8457-4658
year: '2025'
- type: software
title: goodpractice
abstract: 'goodpractice: Advice on R Package Building'
notes: Suggests
url: https://docs.ropensci.org/goodpractice/
repository: https://CRAN.R-project.org/package=goodpractice
authors:
- family-names: Padgham
given-names: Mark
email: [email protected]
orcid: https://orcid.org/0000-0003-2172-5265
- family-names: Marks
given-names: Karina
email: [email protected]
- family-names: Bortoli
given-names: Daniel
name-particle: de
- family-names: Csardi
given-names: Gabor
email: [email protected]
- family-names: Frick
given-names: Hannah
email: [email protected]
- family-names: Jones
given-names: Owen
email: [email protected]
- family-names: Alexander
given-names: Hannah
email: [email protected]
year: '2025'
doi: 10.32614/CRAN.package.goodpractice
version: '>= 1.0.2'
- type: software
title: magick
abstract: 'magick: Advanced Graphics and Image-Processing in R'
notes: Suggests
url: https://docs.ropensci.org/magick/
repository: https://CRAN.R-project.org/package=magick
authors:
- family-names: Ooms
given-names: Jeroen
email: [email protected]
orcid: https://orcid.org/0000-0002-4035-0289
year: '2025'
identifiers:
- type: url
value: https://ropensci.r-universe.dev/magick
doi: 10.32614/CRAN.package.magick
- type: software
title: pkgdown
abstract: 'pkgdown: Make Static HTML Documentation for a Package'
notes: Suggests
url: https://pkgdown.r-lib.org/
repository: https://CRAN.R-project.org/package=pkgdown
authors:
- family-names: Wickham
given-names: Hadley
email: [email protected]
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: Hesselberth
given-names: Jay
orcid: https://orcid.org/0000-0002-6299-179X
- family-names: Salmon
given-names: Maëlle
orcid: https://orcid.org/0000-0002-2815-0399
- family-names: Roy
given-names: Olivier
- family-names: Brüggemann
given-names: Salim
orcid: https://orcid.org/0000-0002-5329-5987
year: '2025'
doi: 10.32614/CRAN.package.pkgdown
- type: software
title: remotes
abstract: 'remotes: R Package Installation from Remote Repositories, Including ''GitHub'''
notes: Suggests
url: https://remotes.r-lib.org
repository: https://CRAN.R-project.org/package=remotes
authors:
- family-names: Csárdi
given-names: Gábor
email: [email protected]
- family-names: Hester
given-names: Jim
- family-names: Wickham
given-names: Hadley
- family-names: Chang
given-names: Winston
- family-names: Morgan
given-names: Martin
- family-names: Tenenbaum
given-names: Dan
year: '2025'
doi: 10.32614/CRAN.package.remotes
- type: software
title: rmarkdown
abstract: 'rmarkdown: Dynamic Documents for R'
notes: Suggests
url: https://pkgs.rstudio.com/rmarkdown/
repository: https://CRAN.R-project.org/package=rmarkdown
authors:
- family-names: Allaire
given-names: JJ
email: [email protected]
- family-names: Xie
given-names: Yihui
email: [email protected]
orcid: https://orcid.org/0000-0003-0645-5666
- family-names: Dervieux
given-names: Christophe
email: [email protected]
orcid: https://orcid.org/0000-0003-4474-2498
- family-names: McPherson
given-names: Jonathan
email: [email protected]
- family-names: Luraschi
given-names: Javier
- family-names: Ushey
given-names: Kevin
email: [email protected]
- family-names: Atkins
given-names: Aron
email: [email protected]
- family-names: Wickham
given-names: Hadley
email: [email protected]
- family-names: Cheng
given-names: Joe
email: [email protected]
- family-names: Chang
given-names: Winston
email: [email protected]
- family-names: Iannone
given-names: Richard
email: [email protected]
orcid: https://orcid.org/0000-0003-3925-190X
year: '2025'
doi: 10.32614/CRAN.package.rmarkdown
version: '>= 2.9'
- type: software
title: sessioninfo
abstract: 'sessioninfo: R Session Information'
notes: Suggests
url: https://github.com/r-lib/sessioninfo#readme
repository: https://CRAN.R-project.org/package=sessioninfo
authors:
- family-names: Wickham
given-names: Hadley
- family-names: Chang
given-names: Winston
- family-names: Flight
given-names: Robert
- family-names: Müller
given-names: Kirill
- family-names: Hester
given-names: Jim
year: '2025'
doi: 10.32614/CRAN.package.sessioninfo
- type: software
title: tidyverse
abstract: 'tidyverse: Easily Install and Load the ''Tidyverse'''
notes: Suggests
url: https://tidyverse.tidyverse.org
repository: https://CRAN.R-project.org/package=tidyverse
authors:
- family-names: Wickham
given-names: Hadley
email: [email protected]
year: '2025'
doi: 10.32614/CRAN.package.tidyverse
- type: software
title: V8
abstract: 'V8: Embedded JavaScript and WebAssembly Engine for R'
notes: Suggests
url: https://jeroen.r-universe.dev/V8
repository: https://CRAN.R-project.org/package=V8
authors:
- family-names: Ooms
given-names: Jeroen
email: [email protected]
orcid: https://orcid.org/0000-0002-4035-0289
year: '2025'
doi: 10.32614/CRAN.package.V8
version: '>= 4.0.0'