{
  "_id": "6a27b12624555f66ed5360cd",
  "Package": "nysOpenData",
  "Type": "Package",
  "Title": "Convenient Access to NYS Open Data API Endpoints",
  "Version": "0.1.1",
  "Authors@R": "c(\nperson(\"Christian\", \"Martinez\",\nemail = \"c.martinez0@outlook.com\",\nrole = c(\"aut\", \"cre\"),\ncomment = c(\nGitHub = \"martinezc1\",\nORCID = \"0009-0005-6026-6454\"\n))\n)",
  "Description": "Provides helper functions to access datasets from the NYS\nOpen Data platform <https://data.ny.gov/>. Functions return\nresults as tidy tibbles and support optional filtering,\nsorting, and row limits via the Socrata API.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "URL": "https://martinezc1.github.io/nysOpenData/,\nhttps://github.com/martinezc1/nysOpenData",
  "BugReports": "https://github.com/martinezc1/nysOpenData/issues",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libicu-dev libssl-dev",
  "Repository": "https://martinezc1.r-universe.dev",
  "Date/Publication": "2026-04-09 19:44:54 UTC",
  "RemoteUrl": "https://github.com/martinezc1/nysopendata",
  "RemoteRef": "HEAD",
  "RemoteSha": "cdb983866f2548c9d0174e2e885e26d3d34e7325",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-09 05:51:41 UTC",
    "User": "root"
  },
  "Author": "Christian Martinez [aut, cre] (GitHub: martinezc1, ORCID:\n<https://orcid.org/0009-0005-6026-6454>)",
  "Maintainer": "Christian Martinez <c.martinez0@outlook.com>",
  "MD5sum": "b85cc5a0231d644eb1e559a60fb2994d",
  "_user": "martinezc1",
  "_type": "src",
  "_file": "nysOpenData_0.1.1.tar.gz",
  "_fileid": "da217a25fbeff975e83f9068c1de91ce8c94b6bb82fda359790e05bd019df2fa",
  "_filesize": 103084,
  "_sha256": "da217a25fbeff975e83f9068c1de91ce8c94b6bb82fda359790e05bd019df2fa",
  "_created": "2026-06-09T05:51:41.000Z",
  "_published": "2026-06-09T06:22:30.865Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80257179064,
      "time": 211,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7499586851"
    },
    {
      "job": 80257179057,
      "time": 208,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7499586202"
    },
    {
      "job": 80257179058,
      "time": 127,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7499898013"
    },
    {
      "job": 80257179060,
      "time": 190,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7499987759"
    },
    {
      "job": 80256736568,
      "time": 227,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7499538164"
    },
    {
      "job": 80257179037,
      "time": 112,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7499564156"
    },
    {
      "job": 80257179095,
      "time": 149,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7499572600"
    },
    {
      "job": 80257179101,
      "time": 133,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7499568651"
    },
    {
      "job": 80257179106,
      "time": 163,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7499575599"
    }
  ],
  "_buildurl": "https://github.com/r-universe/martinezc1/actions/runs/27122036462",
  "_status": "failure",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/martinezc1/nysopendata",
  "_commit": {
    "id": "cdb983866f2548c9d0174e2e885e26d3d34e7325",
    "author": "martinezc1 <c.martinez0@outlook.com>",
    "committer": "martinezc1 <c.martinez0@outlook.com>",
    "message": "Removed last badge\n",
    "time": 1775763894
  },
  "_maintainer": {
    "name": "Christian Martinez",
    "email": "c.martinez0@outlook.com",
    "login": "martinezc1",
    "linkedin": "in/christian-a-martinez",
    "description": "Building open tools for reproducible research, civic data, and teaching with R",
    "uuid": 213213537
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "janitor",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "curl",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "vcr",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "webmockr",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    }
  ],
  "_owner": "martinezc1",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-13",
      "n": 6
    },
    {
      "week": "2026-15",
      "n": 4
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "martinezc1",
      "count": 10,
      "uuid": 213213537
    }
  ],
  "_userbio": {
    "uuid": 213213537,
    "type": "user",
    "name": "Christian Martinez",
    "description": "Building open tools for reproducible research, civic data, and teaching with R"
  },
  "_downloads": {
    "count": 435,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/nysOpenData"
  },
  "_devurl": "https://github.com/martinezc1/nysopendata",
  "_pkgdown": "https://martinezc1.github.io/nysOpenData/",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/nysOpenData.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/martinezc1/nysopendata",
  "_realowner": "martinezc1",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2026-04-01"
    }
  ],
  "_exports": [
    "nys_any_dataset",
    "nys_list_datasets",
    "nys_pull_dataset"
  ],
  "_help": [
    {
      "page": "nys_any_dataset",
      "title": "Load Any NYS Open Data Dataset",
      "topics": [
        "nys_any_dataset"
      ]
    },
    {
      "page": "nys_list_datasets",
      "title": "List datasets available in nysOpenData",
      "topics": [
        "nys_list_datasets"
      ]
    },
    {
      "page": "nys_pull_dataset",
      "title": "Pull a NYS Open Data dataset from the NYS Open Data catalog",
      "topics": [
        "nys_pull_dataset"
      ]
    }
  ],
  "_readme": "https://github.com/martinezc1/nysopendata/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "cpp11",
    "curl",
    "dplyr",
    "generics",
    "glue",
    "hms",
    "httr",
    "janitor",
    "jsonlite",
    "lifecycle",
    "lubridate",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "snakecase",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "nysopendata",
  "_universes": [
    "martinezc1"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-09T05:53:57.000Z",
      "distro": "noble",
      "commit": "cdb983866f2548c9d0174e2e885e26d3d34e7325",
      "fileid": "aabc6587f1ea02a3029bfd2569ef9ed98acf8255e427fc5c786f725c2ba8f4df",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/martinezc1/actions/runs/27122036462"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-09T05:53:54.000Z",
      "distro": "noble",
      "commit": "cdb983866f2548c9d0174e2e885e26d3d34e7325",
      "fileid": "c64c0e41f530e44410ce3cff1ce434c059da187244d9a736bc9886f6bd380e18",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/martinezc1/actions/runs/27122036462"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-09T06:15:25.000Z",
      "commit": "cdb983866f2548c9d0174e2e885e26d3d34e7325",
      "fileid": "f481a52c5d5498d8f8fac8a99dd41ec466d71353634cd195e25f7a3dd1cc456c",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/martinezc1/actions/runs/27122036462"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-09T06:20:44.000Z",
      "commit": "cdb983866f2548c9d0174e2e885e26d3d34e7325",
      "fileid": "7b484d14d69d881be72912c8dd6455197bbe634700ae8adcfa55eef5a50358b2",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/martinezc1/actions/runs/27122036462"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-06-09T05:53:50.000Z",
      "commit": "cdb983866f2548c9d0174e2e885e26d3d34e7325",
      "fileid": "7ef7c04c896bc25c6c02cfc8bb3610e9fbc0af616d9b86eb3481030d60917bb4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/martinezc1/actions/runs/27122036462"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-09T05:52:58.000Z",
      "commit": "cdb983866f2548c9d0174e2e885e26d3d34e7325",
      "fileid": "1f4d9d39c735fd2d0e99bd9f56dd0c7fb83d0b9523ba5de5f48b9c2695dae534",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/martinezc1/actions/runs/27122036462"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-09T05:52:46.000Z",
      "commit": "cdb983866f2548c9d0174e2e885e26d3d34e7325",
      "fileid": "20562ed49ca64cd056abe04a771918c356fcae179e0292b2ece00159636e2d82",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/martinezc1/actions/runs/27122036462"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-09T05:53:13.000Z",
      "commit": "cdb983866f2548c9d0174e2e885e26d3d34e7325",
      "fileid": "08272311c756eb45262fc099c2db24aa1dbf24abe151a2944ab4481e4fc5926c",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/martinezc1/actions/runs/27122036462"
    }
  ]
}