Type: Package
Package: cyclestreets
Title: Cycle Routing and Data for Cycling Advocacy
Version: 1.0.3
Authors@R: c(
person("Robin", "Lovelace", , "rob00x@gmail.com", 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", , "j.d.talbot@leeds.ac.uk", 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
(). 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
Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev
libicu-dev libssl-dev libproj-dev libsqlite3-dev
libudunits2-dev libx11-dev
Repository: https://cyclestreets.r-universe.dev
Date/Publication: 2024-12-04 11:27:41 UTC
RemoteUrl: https://github.com/cyclestreets/cyclestreets-r
RemoteRef: HEAD
RemoteSha: aeaac3070551fdf5bd6f5ac3c87653fb8b9ab566
NeedsCompilation: no
Packaged: 2026-06-11 10:06:59 UTC; root
Author: Robin Lovelace [aut, cre] (ORCID:
),
Martin Lucas-Smith [aut],
Eric Krueger [ctb],
Joey Talbot [aut] (ORCID: ),
Malcolm Morgan [ctb] (ORCID: ),
Zhao Wang [ctb] (ORCID: )
Maintainer: Robin Lovelace