-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·25 lines (25 loc) · 817 Bytes
/
DESCRIPTION
File metadata and controls
executable file
·25 lines (25 loc) · 817 Bytes
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
Package: ipdw
Title: Spatial Interpolation by Inverse Path Distance Weighting
Description: Functions are provided to interpolate geo-referenced point data via
Inverse Path Distance Weighting. Useful for coastal marine applications where
barriers in the landscape preclude interpolation with Euclidean distances.
Version: 2.0-0
Authors@R: person("Jemma", "Stachelek", role = c("aut", "cre"),
email = "jemma.stachelek@gmail.com",
comment = c(ORCID = "0000-0002-5924-2464"))
URL: https://github.com/jsta/ipdw
BugReports: https://github.com/jsta/ipdw/issues
Depends:
R (>= 3.0.2),gdistance
Imports:
sf,raster,methods
Suggests:
gstat,gdata,spatstat,
testthat,
knitr,
rmarkdown
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)