Package: gtfsrouter Title: Routing with 'GTFS' (General Transit Feed Specification) Data Version: 0.1.4.014 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Marcin", "Stepniak", , "marcinstepniak@ucm.es", role = "aut", comment = c(ORCID = "0000-0002-6489-5443")), person("Alexandra", "Kapp", , "alk@mobilityinstitute.com", role = "ctb") ) Description: Use 'GTFS' (General Transit Feed Specification) data for routing from nominated start and end stations, for extracting 'isochrones', and travel times from any nominated start station to all other stations. License: GPL-3 URL: https://github.com/UrbanAnalyst/gtfsrouter BugReports: https://github.com/UrbanAnalyst/gtfsrouter/issues Depends: R (>= 2.10) Imports: cli, data.table, fs, geodist, methods, Rcpp (>= 0.12.6) Suggests: digest, dodgr, dplyr, ggplot2, here, hms, knitr, lubridate, lwgeom, markdown, pbapply, rmarkdown, testthat LinkingTo: Rcpp VignetteBuilder: knitr Encoding: UTF-8 LazyData: true NeedsCompilation: yes Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libuv1-dev Repository: https://urbananalyst.r-universe.dev Date/Publication: 2026-07-01 07:40:44 UTC RemoteUrl: https://github.com/UrbanAnalyst/gtfsrouter RemoteRef: HEAD RemoteSha: 480e4eadf93be598d75020a4fc6458c6162ea0bc Packaged: 2026-07-01 11:13:21 UTC; root Author: Mark Padgham [aut, cre], Marcin Stepniak [aut] (ORCID: ), Alexandra Kapp [ctb] Maintainer: Mark Padgham