Type: Package
Package: cyclestreets
Title: Cycle Routing and Data for Cycling Advocacy
Version: 0.6.0
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"))
  )
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, geodist, geojsonsf, httr, jsonlite,
        magrittr, progressr, purrr, R.utils, RcppSimdJson, sf, stringr
Suggests: covr, od, stplanr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-02-17 09:16:56 UTC; rlatemin
Author: Robin Lovelace [aut, cre] (<https://orcid.org/0000-0001-5679-6536>),
  Martin Lucas-Smith [aut],
  Eric Krueger [ctb],
  Joey Talbot [aut] (<https://orcid.org/0000-0002-6520-4560>),
  Malcolm Morgan [ctb] (<https://orcid.org/0000-0002-9488-9183>)
Maintainer: Robin Lovelace <rob00x@gmail.com>
Repository: CRAN
Date/Publication: 2023-02-17 09:30:06 UTC
