-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.07 KB
/
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
37
38
39
40
41
42
43
44
Package: traveltime
Title: Calculate Travel Times Over Space
Version: 0.0.0.9000
Authors@R: c(
person(
given = "Gerry",
family = "Ryan",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0183-7630")
),
person(
given = "Daniel",
family = "Weiss",
role = "aut",
comment = c(ORCID = "0000-0002-6175-5648")
),
person(
given = "Nicholas",
family = "Tierney",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0003-1460-8722")
)
)
Description: Calculate travel time over a friction surface from a specified set of locations.
License: MIT + file LICENSE
Imports:
cli,
gdistance,
malariaAtlas,
raster,
terra
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 4.1.0)
LazyData: true
URL: https://idem-lab.github.io/traveltime/
BugReports: https://github.com/idem-lab/traveltime/issues