Package: mobdb Type: Package Title: Access the Mobility Database API to Discover Transit Feeds Version: 1.0.0 Authors@R: person("Jason", "Adle", , "developer@jasonadle.dev", role = c("aut", "cre", "cph")) Description: Search and access transit feed data from the Mobility Database . The package wraps the 'Mobility Database' API, allowing users to discover GTFS (General Transit Feed Specification) and GBFS (General Bikeshare Feed Specification) feeds from agencies worldwide. Functions are designed to integrate seamlessly with packages like 'tidytransit' and 'gtfstools' for subsequent feed analysis. URL: https://mobdb.jasonadle.dev, https://github.com/jasonad123/mobdb BugReports: https://github.com/jasonad123/mobdb/issues License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: curl, httr2 (>= 1.0.0), cli (>= 3.0.0), rlang (>= 1.0.0), tibble (>= 3.0.0), dplyr (>= 1.0.0), lifecycle, digest Suggests: testthat (>= 3.0.0), withr (>= 2.0.0), httptest2, knitr, rmarkdown, tidytransit, gtfsio, keyring, sf, gbfs, zip, hms Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: libssl-dev Repository: https://jasonad123.r-universe.dev Date/Publication: 2026-03-05 17:14:57 UTC RemoteUrl: https://github.com/jasonad123/mobdb RemoteRef: HEAD RemoteSha: c4f8d5bb7747a640e27ea1ad85a4140f7107517b NeedsCompilation: no Packaged: 2026-06-03 08:39:14 UTC; root Author: Jason Adle [aut, cre, cph] Maintainer: Jason Adle