-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCITATION.cff
625 lines (624 loc) · 17.1 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
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
# -----------------------------------------------------------
# CITATION file created with {cffr} R package, v0.3.0
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------
cff-version: 1.2.0
message: 'To cite package "oceanexplorer" in publications use:'
type: software
license: MIT
title: 'oceanexplorer: Explore Our Planet''s Oceans with NOAA'
version: 0.1.0
abstract: 'Provides tools for easy exploration of the world ocean atlas of the US
agency National Oceanic and Atmospheric Administration (NOAA). It includes functions
to extract NetCDF data from the repository and code to visualize several physical
and chemical parameters of the ocean. A Shiny app further allows interactive exploration
of the data. The methods for data collecting and quality checks are described in
several papers, which can be found here: <https://www.ncei.noaa.gov/products/world-ocean-atlas>.'
authors:
- family-names: Schobben
given-names: Martin
email: schobbenmartin@gmail.com
orcid: https://orcid.org/0000-0001-8560-0037
repository: https://CRAN.R-project.org/package=oceanexplorer
repository-code: https://github.com/MartinSchobben/oceanexplorer
url: https://martinschobben.github.io/oceanexplorer/
contact:
- family-names: Schobben
given-names: Martin
email: schobbenmartin@gmail.com
orcid: https://orcid.org/0000-0001-8560-0037
keywords:
- earth
- earth-observation
- earth-science
- noaa
- noaa-data
- ocean
- ocean-sciences
- oceanography
- open-data
- r
- r-package
- rstats
- shiny
- spatial
- spatial-analysis
- spatial-data
references:
- type: software
title: cffr
abstract: 'cffr: Generate Citation File Format (''cff'') Metadata for R Packages'
notes: Suggests
authors:
- family-names: Hernangómez
given-names: Diego
email: diego.hernangomezherrero@gmail.com
orcid: https://orcid.org/0000-0001-8457-4658
year: '2022'
url: https://CRAN.R-project.org/package=cffr
- type: software
title: covr
abstract: 'covr: Test Coverage for Packages'
notes: Suggests
authors:
- family-names: Hester
given-names: Jim
email: james.f.hester@gmail.com
year: '2022'
url: https://CRAN.R-project.org/package=covr
- type: software
title: curl
abstract: 'curl: A Modern and Flexible Web Client for R'
notes: Suggests
authors:
- family-names: Ooms
given-names: Jeroen
email: jeroen@berkeley.edu
orcid: https://orcid.org/0000-0002-4035-0289
year: '2022'
url: https://CRAN.R-project.org/package=curl
- type: software
title: devtools
abstract: 'devtools: Tools to Make Developing R Packages Easier'
notes: Suggests
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: jenny@rstudio.com
orcid: https://orcid.org/0000-0002-6983-2759
year: '2022'
url: https://CRAN.R-project.org/package=devtools
version: '>= 2.4.3'
- type: software
title: diffviewer
abstract: 'diffviewer: HTML Widget to Show File Differences'
notes: Suggests
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
- family-names: Kunst
given-names: Joshua
- family-names: Chang
given-names: Winston
email: winston@rstudio.com
year: '2022'
url: https://CRAN.R-project.org/package=diffviewer
version: '>= 0.1.1'
- type: software
title: globals
abstract: 'globals: Identify Global Objects in R Expressions'
notes: Suggests
authors:
- family-names: Bengtsson
given-names: Henrik
email: henrikb@braju.com
year: '2022'
url: https://CRAN.R-project.org/package=globals
version: '>= 0.14.0'
- type: software
title: knitr
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
notes: Suggests
authors:
- family-names: Xie
given-names: Yihui
email: xie@yihui.name
orcid: https://orcid.org/0000-0003-0645-5666
year: '2022'
url: https://CRAN.R-project.org/package=knitr
- type: software
title: rmarkdown
abstract: 'rmarkdown: Dynamic Documents for R'
notes: Suggests
authors:
- family-names: Allaire
given-names: JJ
email: jj@rstudio.com
- family-names: Xie
given-names: Yihui
email: xie@yihui.name
orcid: https://orcid.org/0000-0003-0645-5666
- family-names: McPherson
given-names: Jonathan
email: jonathan@rstudio.com
- family-names: Luraschi
given-names: Javier
email: javier@rstudio.com
- family-names: Ushey
given-names: Kevin
email: kevin@rstudio.com
- family-names: Atkins
given-names: Aron
email: aron@rstudio.com
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
- family-names: Cheng
given-names: Joe
email: joe@rstudio.com
- family-names: Chang
given-names: Winston
email: winston@rstudio.com
- family-names: Iannone
given-names: Richard
email: rich@rstudio.com
orcid: https://orcid.org/0000-0003-3925-190X
year: '2022'
url: https://CRAN.R-project.org/package=rmarkdown
- type: software
title: roxygen2
abstract: 'roxygen2: In-Line Documentation for R'
notes: Suggests
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: Danenberg
given-names: Peter
email: pcd@roxygen.org
- family-names: Csárdi
given-names: Gábor
email: csardi.gabor@gmail.com
- family-names: Eugster
given-names: Manuel
year: '2022'
url: https://CRAN.R-project.org/package=roxygen2
- type: software
title: shinytest
abstract: 'shinytest: Test Shiny Apps'
notes: Suggests
authors:
- family-names: Chang
given-names: Winston
email: winston@rstudio.com
- family-names: Csárdi
given-names: Gábor
email: gabor@rstudio.com
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
year: '2022'
url: https://CRAN.R-project.org/package=shinytest
version: '>= 1.5.1'
- type: software
title: spelling
abstract: 'spelling: Tools for Spell Checking in R'
notes: Suggests
authors:
- family-names: Ooms
given-names: Jeroen
email: jeroen@berkeley.edu
orcid: https://orcid.org/0000-0002-4035-0289
- family-names: Hester
given-names: Jim
email: james.hester@rstudio.com
year: '2022'
url: https://CRAN.R-project.org/package=spelling
- type: software
title: testthat
abstract: 'testthat: Unit Testing for R'
notes: Suggests
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
year: '2022'
url: https://CRAN.R-project.org/package=testthat
version: '>= 3.1.2'
- type: software
title: tibble
abstract: 'tibble: Simple Data Frames'
notes: Suggests
authors:
- family-names: Müller
given-names: Kirill
email: krlmlr+r@mailbox.org
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
year: '2022'
url: https://CRAN.R-project.org/package=tibble
- type: software
title: vdiffr
abstract: 'vdiffr: Visual Regression Testing and Graphical Diffing'
notes: Suggests
authors:
- family-names: Henry
given-names: Lionel
email: lionel@rstudio.com
- family-names: Pedersen
given-names: Thomas Lin
email: thomas.pedersen@rstudio.com
orcid: https://orcid.org/0000-0002-5147-4711
- family-names: Luciani
given-names: T Jake
email: jake@apache.org
- family-names: Decorde
given-names: Matthieu
email: matthieu.decorde@ens-lyon.fr
- family-names: Lise
given-names: Vaudor
email: lise.vaudor@ens-lyon.fr
year: '2022'
url: https://CRAN.R-project.org/package=vdiffr
version: '>= 1.0.2'
- type: software
title: stars
abstract: 'stars: Spatiotemporal Arrays, Raster and Vector Data Cubes'
notes: Imports
authors:
- family-names: Pebesma
given-names: Edzer
email: edzer.pebesma@uni-muenster.de
orcid: https://orcid.org/0000-0001-8049-7069
year: '2022'
url: https://CRAN.R-project.org/package=stars
version: '>= 0.5.5'
- type: software
title: shiny
abstract: 'shiny: Web Application Framework for R'
notes: Imports
authors:
- family-names: Chang
given-names: Winston
email: winston@rstudio.com
orcid: https://orcid.org/0000-0002-1576-2126
- family-names: Cheng
given-names: Joe
email: joe@rstudio.com
- family-names: Allaire
given-names: JJ
email: jj@rstudio.com
- family-names: Sievert
given-names: Carson
email: carson@rstudio.com
orcid: https://orcid.org/0000-0002-4958-2844
- family-names: Schloerke
given-names: Barret
email: barret@rstudio.com
orcid: https://orcid.org/0000-0001-9986-114X
- family-names: Xie
given-names: Yihui
email: yihui@rstudio.com
- family-names: Allen
given-names: Jeff
email: jeff@rstudio.com
- family-names: McPherson
given-names: Jonathan
email: jonathan@rstudio.com
- family-names: Dipert
given-names: Alan
- family-names: Borges
given-names: Barbara
year: '2022'
url: https://CRAN.R-project.org/package=shiny
version: '>= 1.7.1'
- type: software
title: ggplot2
abstract: 'ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics'
notes: Imports
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: Chang
given-names: Winston
orcid: https://orcid.org/0000-0002-1576-2126
- family-names: Henry
given-names: Lionel
- family-names: Pedersen
given-names: Thomas Lin
email: thomas.pedersen@rstudio.com
orcid: https://orcid.org/0000-0002-5147-4711
- family-names: Takahashi
given-names: Kohske
- family-names: Wilke
given-names: Claus
orcid: https://orcid.org/0000-0002-7470-9261
- family-names: Woo
given-names: Kara
orcid: https://orcid.org/0000-0002-5125-4188
- family-names: Yutani
given-names: Hiroaki
orcid: https://orcid.org/0000-0002-3385-7233
- family-names: Dunnington
given-names: Dewey
orcid: https://orcid.org/0000-0002-9415-4582
year: '2022'
url: https://CRAN.R-project.org/package=ggplot2
version: '>= 3.3.5'
- type: software
title: sf
abstract: 'sf: Simple Features for R'
notes: Imports
authors:
- family-names: Pebesma
given-names: Edzer
email: edzer.pebesma@uni-muenster.de
orcid: https://orcid.org/0000-0001-8049-7069
year: '2022'
url: https://CRAN.R-project.org/package=sf
version: '>= 1.0.5'
- type: software
title: waiter
abstract: 'waiter: Loading Screen for ''Shiny'''
notes: Imports
authors:
- family-names: Coene
given-names: John
email: jcoenep@gmail.com
year: '2022'
url: https://CRAN.R-project.org/package=waiter
version: '>= 0.2.5'
- type: software
title: bslib
abstract: 'bslib: Custom ''Bootstrap'' ''Sass'' Themes for ''shiny'' and ''rmarkdown'''
notes: Imports
authors:
- family-names: Sievert
given-names: Carson
email: carson@rstudio.com
orcid: https://orcid.org/0000-0002-4958-2844
- family-names: Cheng
given-names: Joe
email: joe@rstudio.com
year: '2022'
url: https://CRAN.R-project.org/package=bslib
version: '>= 0.3.1'
- type: software
title: thematic
abstract: 'thematic: Unified and Automatic ''Theming'' of ''ggplot2'', ''lattice'',
and ''base'' R Graphics'
notes: Imports
authors:
- family-names: Sievert
given-names: Carson
email: carson@rstudio.com
orcid: https://orcid.org/0000-0002-4958-2844
- family-names: Schloerke
given-names: Barret
email: barret@rstudio.com
orcid: https://orcid.org/0000-0001-9986-114X
- family-names: Cheng
given-names: Joe
email: joe@rstudio.com
year: '2022'
url: https://CRAN.R-project.org/package=thematic
version: '>= 0.1.2.1'
- type: software
title: shinyFeedback
abstract: 'shinyFeedback: Display User Feedback in Shiny Apps'
notes: Imports
authors:
- family-names: Merlino
given-names: Andy
email: andy.merlino@tychobra.com
- family-names: Howard
given-names: Patrick
email: patrick.howard@tychobra.com
year: '2022'
url: https://CRAN.R-project.org/package=shinyFeedback
version: '>= 0.4.0'
- type: software
title: purrr
abstract: 'purrr: Functional Programming Tools'
notes: Imports
authors:
- family-names: Henry
given-names: Lionel
email: lionel@rstudio.com
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
year: '2022'
url: https://CRAN.R-project.org/package=purrr
version: '>= 0.3.4'
- type: software
title: miniUI
abstract: 'miniUI: Shiny UI Widgets for Small Screens'
notes: Imports
authors:
- family-names: Cheng
given-names: Joe
email: joe@rstudio.com
year: '2022'
url: https://CRAN.R-project.org/package=miniUI
version: '>= 0.1.1.1'
- type: software
title: rstudioapi
abstract: 'rstudioapi: Safely Access the RStudio API'
notes: Imports
authors:
- family-names: Ushey
given-names: Kevin
email: kevin@rstudio.com
- family-names: Allaire
given-names: JJ
email: jj@rstudio.com
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
- family-names: Ritchie
given-names: Gary
email: gary@rstudio.com
year: '2022'
url: https://CRAN.R-project.org/package=rstudioapi
version: '>= 0.13'
- type: software
title: DT
abstract: 'DT: A Wrapper of the JavaScript Library ''DataTables'''
notes: Imports
authors:
- family-names: Xie
given-names: Yihui
email: xie@yihui.name
- family-names: Cheng
given-names: Joe
- family-names: Tan
given-names: Xianying
year: '2022'
url: https://CRAN.R-project.org/package=DT
version: '>= 0.20'
- type: software
title: fs
abstract: 'fs: Cross-Platform File System Operations Based on ''libuv'''
notes: Imports
authors:
- family-names: Hester
given-names: Jim
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
- family-names: Csárdi
given-names: Gábor
email: csardi.gabor@gmail.com
year: '2022'
url: https://CRAN.R-project.org/package=fs
version: '>= 1.5.2'
- type: software
title: glue
abstract: 'glue: Interpreted String Literals'
notes: Imports
authors:
- family-names: Hester
given-names: Jim
orcid: https://orcid.org/0000-0002-2739-7082
- family-names: Bryan
given-names: Jennifer
email: jenny@rstudio.com
orcid: https://orcid.org/0000-0002-6983-2759
year: '2022'
url: https://CRAN.R-project.org/package=glue
version: '>= 1.6.0'
- type: software
title: shinyjs
abstract: 'shinyjs: Easily Improve the User Experience of Your Shiny Apps in Seconds'
notes: Imports
authors:
- family-names: Attali
given-names: Dean
email: daattali@gmail.com
orcid: https://orcid.org/0000-0002-5645-3493
year: '2022'
url: https://CRAN.R-project.org/package=shinyjs
version: '>= 2.1.0'
- 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: lionel@rstudio.com
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
year: '2022'
url: https://CRAN.R-project.org/package=rlang
version: '>= 0.4.11'
- type: software
title: maps
abstract: 'maps: Draw Geographical Maps'
notes: Imports
authors:
- family-names: Becker
given-names: Original S code by Richard A.
- family-names: Minka
given-names: Allan R. Wilks. R version by Ray Brownrigg. Enhancements by Thomas
P
- family-names: Deckmyn.
given-names: Alex
year: '2022'
url: https://CRAN.R-project.org/package=maps
version: '>= 3.4.0'
- type: software
title: ncmeta
abstract: 'ncmeta: Straightforward ''NetCDF'' Metadata'
notes: Imports
authors:
- family-names: Sumner
given-names: Michael
email: mdsumner@gmail.com
year: '2022'
url: https://CRAN.R-project.org/package=ncmeta
version: '>= 0.3.0'
- type: software
title: RNetCDF
abstract: 'RNetCDF: Interface to ''NetCDF'' Datasets'
notes: Imports
authors:
- family-names: Michna
given-names: Pavel
email: rnetcdf-devel@bluewin.ch
- family-names: Woods
given-names: Milton
email: miltonjwoods@gmail.com
year: '2022'
url: https://CRAN.R-project.org/package=RNetCDF
version: '>= 2.6.1'
- type: software
title: dplyr
abstract: 'dplyr: A Grammar of Data Manipulation'
notes: Imports
authors:
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
orcid: https://orcid.org/0000-0003-4757-117X
- family-names: François
given-names: Romain
orcid: https://orcid.org/0000-0002-2444-4226
- family-names: Henry
given-names: Lionel
- family-names: Müller
given-names: Kirill
orcid: https://orcid.org/0000-0002-1416-3412
year: '2022'
url: https://CRAN.R-project.org/package=dplyr
version: '>= 1.0.9'
- 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: '>= 4.1.0'
identifiers:
- type: url
value: https://utrecht-university.shinyapps.io/oceanexplorer/
- type: url
value: https://www.ncei.noaa.gov/products/world-ocean-atlas