Package: nysOpenData
Type: Package
Title: Convenient Access to NYS Open Data API Endpoints
Version: 0.1.1
Authors@R: 
    c(
      person("Christian", "Martinez", 
             email = "c.martinez0@outlook.com", 
             role = c("aut", "cre"),
             comment = c(
               GitHub = "martinezc1",
               ORCID = "0009-0005-6026-6454"
             ))
    )
Description: Provides helper functions to access datasets from the
    NYS Open Data platform <https://data.ny.gov/>. Functions return
    results as tidy tibbles and support optional filtering, sorting,
    and row limits via the Socrata API.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: dplyr, tibble, stringr, jsonlite, httr, janitor, rlang
Suggests: curl, covr, knitr, testthat (>= 3.0.0), vcr, withr, webmockr,
        ggplot2
URL: https://martinezc1.github.io/nysOpenData/,
        https://github.com/martinezc1/nysOpenData
BugReports: https://github.com/martinezc1/nysOpenData/issues
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends: R (>= 4.1.0)
NeedsCompilation: no
Packaged: 2026-03-27 19:19:58 UTC; christianmartinez
Author: 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-04-01 08:00:14 UTC
Built: R 4.7.0; ; 2026-04-28 04:53:32 UTC; windows
