-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCITATION.cff
177 lines (176 loc) · 5.61 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
# -----------------------------------------------------------
# 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 "distanceto" in publications use:'
type: software
license: GPL-3.0-or-later
title: 'distanceto: Calculate Distance to Features'
version: 0.0.3
abstract: Calculates distances from point locations to features. The usual approach
for eg. resource selection function analyses is to generate a complete distance
to features surface then sample it with your observed and random points. Since these
raster based approaches can be pretty costly with large areas, and often lead to
memory issues in R, the distanceto package opts to compute these distances using
efficient, vector based approaches. As a helper, there's a decidedly low-res raster
based approach for visually inspecting your region's distance surface. But the workhorse
is distance_to.
authors:
- family-names: Robitaille
given-names: Alec L.
email: robit.alec@gmail.com
orcid: https://orcid.org/0000-0002-4706-1762
repository: https://CRAN.R-project.org/package=distanceto
repository-code: https://github.com/robitalec/distance-to
url: https://robitalec.github.io/distance-to/
contact:
- family-names: Robitaille
given-names: Alec L.
email: robit.alec@gmail.com
orcid: https://orcid.org/0000-0002-4706-1762
references:
- type: software
title: fasterize
abstract: 'fasterize: Fast Polygon to Raster Conversion'
notes: Suggests
url: https://github.com/ecohealthalliance/fasterize
repository: https://CRAN.R-project.org/package=fasterize
authors:
- family-names: Ross
given-names: Noam
email: ross@ecohealthalliance.org
orcid: https://orcid.org/0000-0002-2136-0000
year: '2023'
- 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: '2023'
- 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: jj@posit.co
- family-names: Xie
given-names: Yihui
email: xie@yihui.name
orcid: https://orcid.org/0000-0003-0645-5666
- family-names: Dervieux
given-names: Christophe
email: cderv@posit.co
orcid: https://orcid.org/0000-0003-4474-2498
- family-names: McPherson
given-names: Jonathan
email: jonathan@posit.co
- family-names: Luraschi
given-names: Javier
- family-names: Ushey
given-names: Kevin
email: kevin@posit.co
- family-names: Atkins
given-names: Aron
email: aron@posit.co
- family-names: Wickham
given-names: Hadley
email: hadley@posit.co
- family-names: Cheng
given-names: Joe
email: joe@posit.co
- family-names: Chang
given-names: Winston
email: winston@posit.co
- family-names: Iannone
given-names: Richard
email: rich@posit.co
orcid: https://orcid.org/0000-0003-3925-190X
year: '2023'
- type: software
title: raster
abstract: 'raster: Geographic Data Analysis and Modeling'
notes: Suggests
url: https://rspatial.org/raster
repository: https://CRAN.R-project.org/package=raster
authors:
- family-names: Hijmans
given-names: Robert J.
email: r.hijmans@gmail.com
orcid: https://orcid.org/0000-0001-5872-2872
year: '2023'
- type: software
title: tinytest
abstract: 'tinytest: Lightweight and Feature Complete Unit Testing Framework'
notes: Suggests
url: https://github.com/markvanderloo/tinytest
repository: https://CRAN.R-project.org/package=tinytest
authors:
- family-names: van der Loo
given-names: Mark
email: mark.vanderloo@gmail.com
orcid: https://orcid.org/0000-0002-9807-4686
year: '2023'
- type: software
title: lwgeom
abstract: 'lwgeom: Bindings to Selected ''liblwgeom'' Functions for Simple Features'
notes: Suggests
url: https://github.com/r-spatial/lwgeom/
repository: https://CRAN.R-project.org/package=lwgeom
authors:
- family-names: Pebesma
given-names: Edzer
email: edzer.pebesma@uni-muenster.de
orcid: https://orcid.org/0000-0001-8049-7069
year: '2023'
- 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: '2023'
- type: software
title: nabor
abstract: 'nabor: Wraps ''libnabo'', a Fast K Nearest Neighbour Library for Low
Dimensions'
notes: Imports
url: https://github.com/ethz-asl/libnabo
repository: https://CRAN.R-project.org/package=nabor
authors:
- family-names: Mangenat
given-names: Stephane
- family-names: Jefferis
given-names: Gregory
year: '2023'
identifiers:
- type: url
value: https://github.com/ethz-asl/libnabo
- type: software
title: geodist
abstract: 'geodist: Fast, Dependency-Free Geodesic Distance Calculations'
notes: Imports
url: https://github.com/hypertidy/geodist
repository: https://CRAN.R-project.org/package=geodist
authors:
- family-names: Padgham
given-names: Mark
email: mark.padgham@email.com
- family-names: Sumner
given-names: Michael D.
year: '2023'