-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.18 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
Package: pavement
Title: Analyzing Spatial Events on Roadways
Version: 0.0.1
Authors@R: c(
person("Keisuke", "ANDO",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0009-0002-4085-2067")),
person("Takeshi", "UCHITANE", role = "ths"),
person("Naoto", "MUKAI", role = "ths"),
person("Kazunori", "IWATA", role = "ths"),
person("Nobuhiro", "ITO", role = "ths"),
person("Yong", "JIANG", role = "ths")
)
Description: Pavement is a package designed to analyze spatial events
occurring on roadways. It provides a comprehensive toolkit for
working with spatial data, empowering users to understand patterns
and trends in road-related phenomena.
License: MIT + file LICENSE
URL: https://github.com/NONONOexe/pavement, https://nononoexe.github.io/pavement/
BugReports: https://github.com/NONONOexe/pavement/issues
Depends:
R (>= 3.3.0)
Imports:
graphics,
grDevices,
igraph,
lubridate,
lwgeom,
osmdata,
sf,
utils
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
BuildManual: TRUE