Package: cincinnatiOpenData
Type: Package
Title: A Lightweight Interface to Cincinnati Open Data APIs
Version: 0.1.0
Authors@R: 
    c(
      person("Shelby Lyn", "Gomes", 
             email = "gomessh@mailbox.org", 
             role = c("aut"),
             comment = c(
               GitHub = "gomes-sh"
             )),
      person("Christian", "Martinez", 
             email = "c.martinez0@outlook.com", 
             role = c("aut", "cre"),
             comment = c(
               GitHub = "martinezc1",
               ORCID = "0009-0005-6026-6454"
             ))
    )
Description: Provides a unified set of helper functions to access datasets
    from the Cincinnati Open Data platform <https://data.cincinnati-oh.gov/>.
    Functions return results as tidy tibbles and support optional filtering,
    sorting, and row limits via the Socrata API. The package provides a
    consistent interface for discovering and downloading datasets from the
    Cincinnati Open Data Portal using human-readable dataset keys or official
    Socrata dataset identifiers.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: curl, dplyr, httr, janitor, jsonlite, rlang, tibble
Suggests: ggplot2, knitr, rmarkdown, scales, testthat (>= 3.0.0),
        tidyr, vcr (>= 0.6.0), webmockr
URL: https://github.com/gomes-sh/cincinnatiOpenData
BugReports: https://github.com/gomes-sh/cincinnatiOpenData/issues
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends: R (>= 4.1.0)
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-08-03 19:06:47 UTC; magic
Author: Shelby Lyn Gomes [aut] (GitHub: gomes-sh),
  Christian Martinez [aut, cre] (GitHub: martinezc1, ORCID:
    <https://orcid.org/0009-0005-6026-6454>)
Maintainer: Christian Martinez <c.martinez0@outlook.com>
Repository: CRAN
Date/Publication: 2026-08-08 12:50:06 UTC
