-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
127 lines (125 loc) · 3.77 KB
/
Copy pathCITATION.cff
File metadata and controls
127 lines (125 loc) · 3.77 KB
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
# ------------------------------------------------
# CITATION.cff file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# ------------------------------------------------
cff-version: 1.2.0
message: 'To cite package "planisphere" in publications use:'
type: software
license: GPL-3.0-or-later
title: 'planisphere: Map Projections'
version: 0.1.0
abstract: Applies cartographic projections to spatial data frames containing geographic
coordinates. Projection methods are based on the 'D3.js' ecosystem <https://doi.org/10.1109/TVCG.2011.185>
and use spherical geometry rather than ellipsoidal geodesic models.
authors:
- family-names: Lambert
given-names: Nicolas
email: nicolas.lambert@cnrs.fr
orcid: https://orcid.org/0000-0003-4976-6560
repository-code: https://github.com/riatelab/planisphere/issues/
url: https://riatelab.github.io/planisphere/
contact:
- family-names: Lambert
given-names: Nicolas
email: nicolas.lambert@cnrs.fr
orcid: https://orcid.org/0000-0003-4976-6560
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: '2026'
version: '>= 4.1.0'
- type: software
title: utils
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2026'
- type: software
title: sf
abstract: 'sf: Simple Features for R'
notes: Imports
url: https://r-spatial.github.io/sf/
repository: https://CRAN.R-project.org/package=sf
authors:
- family-names: Pebesma
given-names: Edzer
email: edzer.pebesma@uni-muenster.de
orcid: https://orcid.org/0000-0001-8049-7069
year: '2026'
doi: 10.32614/CRAN.package.sf
- type: software
title: V8
abstract: 'V8: Embedded JavaScript and WebAssembly Engine for R'
notes: Imports
url: https://jeroen.r-universe.dev/V8
repository: https://CRAN.R-project.org/package=V8
authors:
- family-names: Ooms
given-names: Jeroen
email: jeroenooms@gmail.com
orcid: https://orcid.org/0000-0002-4035-0289
year: '2026'
doi: 10.32614/CRAN.package.V8
- type: software
title: geojsonsf
abstract: 'geojsonsf: GeoJSON to Simple Feature Converter'
notes: Imports
url: https://github.com/SymbolixAU/geojsonsf
repository: https://CRAN.R-project.org/package=geojsonsf
authors:
- family-names: Cooley
given-names: David
email: dcooley@symbolix.com.au
year: '2026'
doi: 10.32614/CRAN.package.geojsonsf
- type: software
title: graphics
abstract: 'R: A Language and Environment for Statistical Computing'
notes: Imports
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2026'
- type: software
title: knitr
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
notes: Suggests
url: https://yihui.org/knitr/
repository: https://CRAN.R-project.org/package=knitr
authors:
- family-names: Xie
given-names: Yihui
email: xie@yihui.name
orcid: https://orcid.org/0000-0003-0645-5666
year: '2026'
doi: 10.32614/CRAN.package.knitr
- type: software
title: r2d3
abstract: 'r2d3: Interface to ''D3'' Visualizations'
notes: Suggests
url: https://rstudio.github.io/r2d3/
repository: https://CRAN.R-project.org/package=r2d3
authors:
- family-names: Strayer
given-names: Nick
email: nick.strayer@rstudio.com
- family-names: Luraschi
given-names: Javier
email: jluraschi@gmail.com
- family-names: Allaire
given-names: JJ
year: '2026'
doi: 10.32614/CRAN.package.r2d3