{
  "_id": "6a1039eeacfb0bcc41c9b2c1",
  "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-05-12 05:20:35 UTC",
    "User": "root"
  },
  "Author": "Michael Koohafkan [aut, cre]",
  "Maintainer": "Michael Koohafkan <michael.koohafkan@gmail.com>",
  "MD5sum": "3cc7640b409a750cee492888f404ceb9",
  "_user": "mkoohafkan",
  "_type": "src",
  "_file": "cimir_0.4-1.tar.gz",
  "_fileid": "cb99e6d53af1131de9959cf3c1e797b66742b71d086ab8d941f720a6443a83fe",
  "_filesize": 171012,
  "_sha256": "cb99e6d53af1131de9959cf3c1e797b66742b71d086ab8d941f720a6443a83fe",
  "_created": "2026-05-12T05:20:35.000Z",
  "_published": "2026-05-22T11:11:42.491Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77368050093,
      "time": 108,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6936275889"
    },
    {
      "job": 77368050099,
      "time": 121,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6936278740"
    },
    {
      "job": 77368050234,
      "time": 91,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6936271914"
    },
    {
      "job": 77368049972,
      "time": 115,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6936277856"
    },
    {
      "job": 77368049541,
      "time": 153,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6936252059"
    },
    {
      "job": 77368049398,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7159098405"
    },
    {
      "job": 77368049903,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6936271706"
    },
    {
      "job": 77368050037,
      "time": 82,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6936269750"
    },
    {
      "job": 77368050124,
      "time": 91,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6936272090"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/25714989174",
  "_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",
    "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": 246,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/cimir"
  },
  "_devurl": "https://github.com/mkoohafkan/cimir",
  "_searchresults": 36,
  "_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.334453751150931,
  "_indexed": true,
  "_nocasepkg": "cimir",
  "_universes": [
    "mkoohafkan"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4-1",
      "date": "2026-05-12T05:22:22.000Z",
      "distro": "noble",
      "commit": "857bf3be6527c0e68a1ee36e72e689658123b244",
      "fileid": "997d3ae6c4bd00aecbfe85619ec9b007db529bc3790f140a116915415dfa1e81",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/25714989174"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4-1",
      "date": "2026-05-12T05:22:34.000Z",
      "distro": "noble",
      "commit": "857bf3be6527c0e68a1ee36e72e689658123b244",
      "fileid": "8e6c2cbd08e6105f0558751121cbbfce6ceef9e53f490b746fe7e3de5a8ff780",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/25714989174"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4-1",
      "date": "2026-05-12T05:22:08.000Z",
      "commit": "857bf3be6527c0e68a1ee36e72e689658123b244",
      "fileid": "6f016b3ced49759f5aacd32f6c1ca0c096feb7fe4ee2dbbf5d5613729684fa93",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/25714989174"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4-1",
      "date": "2026-05-12T05:22:32.000Z",
      "commit": "857bf3be6527c0e68a1ee36e72e689658123b244",
      "fileid": "0d44bcc349602d3eb242233fa9856739cf4e87585266a279807ed4a379e0ba31",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/25714989174"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4-1",
      "date": "2026-05-12T05:21:57.000Z",
      "commit": "857bf3be6527c0e68a1ee36e72e689658123b244",
      "fileid": "484919b1662b88b1b045d6795c878c86eadbb73b95739e1acca24989654cbfd1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/25714989174"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4-1",
      "date": "2026-05-12T05:21:49.000Z",
      "commit": "857bf3be6527c0e68a1ee36e72e689658123b244",
      "fileid": "84826fd7ddbb310524bcb15b2aa762248ccb0e56955493cccda8e28d9b7b17bc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/25714989174"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4-1",
      "date": "2026-05-12T05:21:57.000Z",
      "commit": "857bf3be6527c0e68a1ee36e72e689658123b244",
      "fileid": "5c48dce5fbb86dddc8a44b4eab893e6a1fc17ae9bfe61074e7b5de9ef7d0cddc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/25714989174"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4-1",
      "date": "2026-05-22T11:11:27.000Z",
      "commit": "857bf3be6527c0e68a1ee36e72e689658123b244",
      "fileid": "5e41f28acaf6d1c6f8322812f0b3c556f9172e631efb34d8164e3d2980391c5f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mkoohafkan/actions/runs/25714989174"
    }
  ]
}