{
  "_id": "6a2a97e47b7a29ca6004fe91",
  "Package": "cimir",
  "Title": "Interface to the CIMIS Web API",
  "Version": "0.4-1",
  "Authors@R": "person(given = \"Michael\",\nfamily = \"Koohafkan\",\nrole = c(\"aut\", \"cre\"),\nemail = \"michael.koohafkan@gmail.com\")",
  "Description": "Connect to the California Irrigation Management\nInformation System (CIMIS) Web API. See the CIMIS main page\n<https://cimis.water.ca.gov> and web API documentation\n<https://et.water.ca.gov> for more information.",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/mkoohafkan/cimir",
  "BugReports": "https://github.com/mkoohafkan/cimir/issues",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.1.1",
  "Roxygen": "list(markdown = TRUE)",
  "Config/pak/sysreqs": "libicu-dev libssl-dev",
  "Repository": "https://mkoohafkan.r-universe.dev",
  "Date/Publication": "2024-09-03 21:29:17 UTC",
  "RemoteUrl": "https://github.com/mkoohafkan/cimir",
  "RemoteRef": "HEAD",
  "RemoteSha": "857bf3be6527c0e68a1ee36e72e689658123b244",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-11 11:06:18 UTC",
    "User": "root"
  },
  "Author": "Michael Koohafkan [aut, cre]",
  "Maintainer": "Michael Koohafkan <michael.koohafkan@gmail.com>",
  "MD5sum": "0bed4a0e353ad311e67c3a265bc866ea",
  "_user": "mkoohafkan",
  "_type": "src",
  "_file": "cimir_0.4-1.tar.gz",
  "_fileid": "57513dcd3ff535adfb0cb2e371c2750405f870da4b979de9d7e2a5e887e6b7ca",
  "_filesize": 171164,
  "_sha256": "57513dcd3ff535adfb0cb2e371c2750405f870da4b979de9d7e2a5e887e6b7ca",
  "_created": "2026-06-11T11:06:18.000Z",
  "_published": "2026-06-11T11:11:32.610Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80782547361,
      "time": 137,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7562407632"
    },
    {
      "job": 80782547445,
      "time": 144,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7562410114"
    },
    {
      "job": 80782547418,
      "time": 85,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7562407952"
    },
    {
      "job": 80782547535,
      "time": 79,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7562459803"
    },
    {
      "job": 80782054569,
      "time": 167,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7562358862"
    },
    {
      "job": 80782547458,
      "time": 106,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7562396757"
    },
    {
      "job": 80782547430,
      "time": 90,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7562391405"
    },
    {
      "job": 80782547415,
      "time": 97,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7562393827"
    },
    {
      "job": 80782547483,
      "time": 83,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7562389002"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/27342310725",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mkoohafkan/cimir",
  "_commit": {
    "id": "857bf3be6527c0e68a1ee36e72e689658123b244",
    "author": "Michael Koohafkan <mkoohafkan@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update README.md\n\nuse https for badge links",
    "time": 1725398957
  },
  "_maintainer": {
    "name": "Michael Koohafkan",
    "email": "michael.koohafkan@gmail.com",
    "login": "mkoohafkan",
    "description": "Just some guy who does some stuff",
    "uuid": 4790348
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4",
      "role": "Depends"
    },
    {
      "package": "curl",
      "version": ">= 4.3",
      "role": "Imports"
    },
    {
      "package": "glue",
      "version": ">= 1.3",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "version": ">= 1.4",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 0.8",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "version": ">= 1.0",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "version": ">= 1.6",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 0.3",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.4",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "version": ">= 1.21",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "version": ">= 1.11",
      "role": "Suggests"
    }
  ],
  "_owner": "mkoohafkan",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "weather-api"
  ],
  "_stars": 6,
  "_contributors": [
    {
      "user": "mkoohafkan",
      "count": 109,
      "uuid": 4790348
    }
  ],
  "_userbio": {
    "uuid": 4790348,
    "type": "user",
    "name": "Michael Koohafkan",
    "description": "Just some guy who does some stuff"
  },
  "_downloads": {
    "count": 233,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/cimir"
  },
  "_devurl": "https://github.com/mkoohafkan/cimir",
  "_searchresults": 38,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/cimir.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mkoohafkan/cimir",
  "_realowner": "mkoohafkan",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1-0",
      "date": "2019-01-04"
    },
    {
      "version": "0.2-0",
      "date": "2019-03-14"
    },
    {
      "version": "0.3-0",
      "date": "2019-06-11"
    },
    {
      "version": "0.4-0",
      "date": "2020-01-22"
    },
    {
      "version": "0.4-1",
      "date": "2021-02-18"
    }
  ],
  "_exports": [
    "cimis_compass_to_degrees",
    "cimis_data",
    "cimis_degrees_to_compass",
    "cimis_flags",
    "cimis_format_location",
    "cimis_items",
    "cimis_spatial_zipcode",
    "cimis_split_query",
    "cimis_station",
    "cimis_to_datetime",
    "cimis_zipcode",
    "data_items",
    "get_data",
    "get_station",
    "get_station_spatial_zipcode",
    "get_station_zipcode",
    "is_key_set",
    "remove_key",
    "set_key",
    "to_datetime"
  ],
  "_help": [
    {
      "page": "cimir",
      "title": "cimir: Interface to CIMIS",
      "topics": [
        "cimir-package",
        "cimir"
      ]
    },
    {
      "page": "cimis_compass_to_degrees",
      "title": "Compass Direction To Degrees",
      "topics": [
        "cimis_compass_to_degrees"
      ]
    },
    {
      "page": "cimis_data",
      "title": "Query CIMIS Data",
      "topics": [
        "cimis_data"
      ]
    },
    {
      "page": "cimis_degrees_to_compass",
      "title": "Degrees to Compass Direction",
      "topics": [
        "cimis_degrees_to_compass"
      ]
    },
    {
      "page": "cimis_flags",
      "title": "CIMIS Data Flags",
      "topics": [
        "cimis_flags"
      ]
    },
    {
      "page": "cimis_format_location",
      "title": "Format CIMIS Station Location",
      "topics": [
        "cimis_format_location"
      ]
    },
    {
      "page": "cimis_items",
      "title": "CIMIS Data Items",
      "topics": [
        "cimis_items"
      ]
    },
    {
      "page": "cimis_split_query",
      "title": "Split CIMIS Query",
      "topics": [
        "cimis_split_query"
      ]
    },
    {
      "page": "cimis_station",
      "title": "Query CIMIS Station Metadata",
      "topics": [
        "cimis_spatial_zipcode",
        "cimis_station",
        "cimis_zipcode"
      ]
    },
    {
      "page": "cimis_to_datetime",
      "title": "To Datetime",
      "topics": [
        "cimis_to_datetime"
      ]
    },
    {
      "page": "set_key",
      "title": "Specify CIMIS API key",
      "topics": [
        "is_key_set",
        "remove_key",
        "set_key"
      ]
    }
  ],
  "_pkglogo": "https://github.com/mkoohafkan/cimir/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/mkoohafkan/cimir/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "curl",
    "dplyr",
    "generics",
    "glue",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "helper_functions.rmd",
      "filename": "helper_functions.html",
      "title": "Helper Functions",
      "author": "Michael Koohafkan",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2019-06-13 19:07:00",
      "modified": "2021-02-17 21:35:17",
      "commits": 3
    },
    {
      "source": "quickstart.Rmd",
      "filename": "quickstart.html",
      "title": "Quick Start",
      "author": "Michael Koohafkan",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2018-12-07 00:37:45",
      "modified": "2021-02-17 21:35:17",
      "commits": 12
    }
  ],
  "_score": 5.357934847000454,
  "_indexed": true,
  "_nocasepkg": "cimir",
  "_universes": [
    "mkoohafkan"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4-1",
      "date": "2026-06-11T11:08:31.000Z",
      "distro": "noble",
      "commit": "857bf3be6527c0e68a1ee36e72e689658123b244",
      "fileid": "27066b7263b42f4e14517f556134fb56e255d2860dcf53b7df73012742be4fb7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/27342310725"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4-1",
      "date": "2026-06-11T11:08:37.000Z",
      "distro": "noble",
      "commit": "857bf3be6527c0e68a1ee36e72e689658123b244",
      "fileid": "75caf874b3988c24f3df1cbe49d8981a598aa2dbc394bca4c5a421f12a6cc174",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/27342310725"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4-1",
      "date": "2026-06-11T11:08:37.000Z",
      "commit": "857bf3be6527c0e68a1ee36e72e689658123b244",
      "fileid": "02d1907960799db86f0023e9937997d1d53c2eb56caee992e107a9b5fbc0520e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/27342310725"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4-1",
      "date": "2026-06-11T11:11:06.000Z",
      "commit": "857bf3be6527c0e68a1ee36e72e689658123b244",
      "fileid": "d9f62475aa0e971a8d7a5d5f7d6ecd317e12b8c18fadc7be1b57f878eb82813f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/27342310725"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4-1",
      "date": "2026-06-11T11:08:18.000Z",
      "commit": "857bf3be6527c0e68a1ee36e72e689658123b244",
      "fileid": "8c35f8399c9087fcbfbea9edf26ff9e2b650860f174dc28fe3d854d3c70faade",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/27342310725"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4-1",
      "date": "2026-06-11T11:07:38.000Z",
      "commit": "857bf3be6527c0e68a1ee36e72e689658123b244",
      "fileid": "300160e531329486823c5f6e5e22196ba6fa665df015d522a278126622b2f0a4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/27342310725"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4-1",
      "date": "2026-06-11T11:07:45.000Z",
      "commit": "857bf3be6527c0e68a1ee36e72e689658123b244",
      "fileid": "0d07506e3436684d744d9f71df50cca1a353fb7e2dcf80f659bb1c70b5056cf1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/27342310725"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4-1",
      "date": "2026-06-11T11:07:28.000Z",
      "commit": "857bf3be6527c0e68a1ee36e72e689658123b244",
      "fileid": "651b0ac5667fb1d2a1b89d803e67e4e69b4d544fd6d099ddfe0d1afd794253f1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/27342310725"
    }
  ]
}