-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1004 Bytes
/
DESCRIPTION
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
Package: SpatialPosition
Title: Spatial Position Models
Version: 2.1.2
Authors@R: c(
person("Timothée", "Giraud", email = "[email protected]",
role = c("cre","aut"),
comment = c(ORCID = "0000-0002-1932-3323")),
person("Hadrien", "Commenges", role = c("aut")),
person("Joël", "Boulier", role = c("ctb")))
Description: Computes spatial position models: the potential model as defined
by Stewart (1941) <doi:10.1126/science.93.2404.89> and catchment areas as
defined by Reilly (1931) or Huff (1964) <doi:10.2307/1249154>.
Depends: R (>= 3.5.0)
License: GPL-3
LazyData: true
Imports:
sf,
sp,
grDevices,
graphics,
methods,
isoband,
raster
Suggests:
lwgeom,
parallel,
doParallel,
foreach,
cartography,
knitr,
rmarkdown
URL: https://github.com/riatelab/SpatialPosition
BugReports: https://github.com/riatelab/SpatialPosition/issues
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.3