-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.8 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
45
46
47
48
49
50
51
52
53
54
55
Type: Package
Package: cyclestreets
Title: Cycle Routing and Data for Cycling Advocacy
Version: 1.0.3
Authors@R: c(
person("Robin", "Lovelace", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5679-6536")),
person("Martin", "Lucas-Smith", role = "aut"),
person("Eric", "Krueger", role = "ctb"),
person("Joey", "Talbot", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-6520-4560")),
person("Malcolm", "Morgan", role = "ctb",
comment = c(ORCID = "0000-0002-9488-9183")),
person("Zhao", "Wang", role = "ctb",
comment = c(ORCID = "0000-0002-4054-0533"))
)
Description: An interface to the cycle routing/data services provided by
'CycleStreets', a not-for-profit social enterprise and advocacy
organisation. The application programming interfaces (APIs) provided
by 'CycleStreets' are documented at
(<https://www.cyclestreets.net/api/>). The focus of this package is
the journey planning API, which aims to emulate the routes taken by a
knowledgeable cyclist. An innovative feature of the routing service
of its provision of fastest, quietest and balanced profiles. These
represent routes taken to minimise time, avoid traffic and compromise
between the two, respectively.
License: GPL-3
URL: https://rpackage.cyclestreets.net/,
https://github.com/cyclestreets/cyclestreets-r
BugReports: https://github.com/cyclestreets/cyclestreets-r/issues
Depends:
R (>= 3.6.0)
Imports:
checkmate,
curl,
dplyr,
data.table,
geojsonsf,
httr,
jsonlite,
magrittr,
progressr,
RcppSimdJson,
readr,
sf,
stringr,
stringi
Suggests:
covr,
od,
stplanr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3