{
  "_id": "6a18c61cacfb0bcc41dcbedc",
  "Package": "azmetr",
  "Title": "Access Arizona Weather Data from the AZMet API",
  "Version": "0.4.0",
  "Authors@R": "c(\nperson(\"Jeremy\", \"Weiss\", , \"jlweiss@email.arizona.edu\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0003-3597-0712\")),\nperson(\"Eric\", \"Scott\", , \"ericrscott@arizona.edu\", role = c(\"aut\"),\ncomment = c(ORCID = \"0000-0002-7430-7879\"))\n)",
  "Description": "Provides R functions to access the Arizona Meteorological\nNetwork (AZMet) API.  Functions are more than just \"thin\nwrappers\" and do some parsing of input parameters and wrangling\nof output data.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "URL": "https://uace-azmet.github.io/azmetr/,\nhttps://uace-azmet.r-universe.dev/azmetr",
  "BugReports": "https://github.com/uace-azmet/azmetr/issues",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "LazyData": "true",
  "Config/pak/sysreqs": "libssl-dev",
  "Repository": "https://aariq.r-universe.dev",
  "Date/Publication": "2026-05-28 22:21:11 UTC",
  "RemoteUrl": "https://github.com/cct-datascience/azmetr",
  "RemoteRef": "HEAD",
  "RemoteSha": "a8f8623707b84a75a209f2511568f3f5e33de280",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-28 22:45:02 UTC",
    "User": "root"
  },
  "Author": "Jeremy Weiss [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0003-3597-0712>),\nEric Scott [aut] (ORCID: <https://orcid.org/0000-0002-7430-7879>)",
  "Maintainer": "Jeremy Weiss <jlweiss@email.arizona.edu>",
  "MD5sum": "0609e8abf86fdab9796830d90bda7c66",
  "_user": "aariq",
  "_type": "src",
  "_file": "azmetr_0.4.0.tar.gz",
  "_fileid": "0d701730df03d674eada50c22e324c3098cec92b74291b99813402b16a2a496b",
  "_filesize": 217851,
  "_sha256": "0d701730df03d674eada50c22e324c3098cec92b74291b99813402b16a2a496b",
  "_created": "2026-05-28T22:45:02.000Z",
  "_published": "2026-05-28T22:47:56.719Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78403393094,
      "time": 139,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7279109487"
    },
    {
      "job": 78403393091,
      "time": 140,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7279109380"
    },
    {
      "job": 78403393074,
      "time": 85,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7279094026"
    },
    {
      "job": 78403393092,
      "time": 111,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7279101373"
    },
    {
      "job": 78402986288,
      "time": 184,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7279070414"
    },
    {
      "job": 78403393128,
      "time": 118,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7279103004"
    },
    {
      "job": 78403393138,
      "time": 95,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7279097569"
    },
    {
      "job": 78403393142,
      "time": 84,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7279094352"
    },
    {
      "job": 78403393101,
      "time": 81,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7279093177"
    }
  ],
  "_buildurl": "https://github.com/r-universe/aariq/actions/runs/26606565882",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cct-datascience/azmetr",
  "_commit": {
    "id": "a8f8623707b84a75a209f2511568f3f5e33de280",
    "author": "Jeremy Weiss <jlweiss@email.arizona.edu>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #106 from uace-azmet/test-aws\n\nUpdate error handling for new AWS backend",
    "time": 1780006871
  },
  "_maintainer": {
    "name": "Jeremy Weiss",
    "email": "jlweiss@email.arizona.edu",
    "login": "jeremylweiss",
    "linkedin": "in/jeremylweiss",
    "description": "Strategic Partnership Leader and Extension Professional | Climate, Environmental, and Geospatial Science | Bridging Academic Research and Real-world Practice",
    "uuid": 17934972,
    "orcid": "0000-0003-3597-0712"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "attempt",
      "role": "Imports"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "glue",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "units",
      "role": "Suggests"
    },
    {
      "package": "vcr",
      "version": ">= 0.6.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cct-datascience",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-26",
      "n": 1
    },
    {
      "week": "2025-32",
      "n": 2
    },
    {
      "week": "2025-45",
      "n": 2
    },
    {
      "week": "2025-47",
      "n": 1
    },
    {
      "week": "2026-09",
      "n": 1
    },
    {
      "week": "2026-10",
      "n": 1
    },
    {
      "week": "2026-17",
      "n": 1
    },
    {
      "week": "2026-22",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "aariq",
      "count": 289,
      "uuid": 25404783
    },
    {
      "user": "jeremylweiss",
      "count": 96,
      "uuid": 17934972
    }
  ],
  "_userbio": {
    "uuid": 25404783,
    "type": "user",
    "name": "Eric R. Scott",
    "description": "Scientific Programmer & Educator at University of Arizona"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/azmetr"
  },
  "_devurl": "https://github.com/uace-azmet/azmetr",
  "_pkgdown": "https://uace-azmet.github.io/azmetr/",
  "_searchresults": 35,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/azmetr.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"
  ],
  "_cranurl": false,
  "_exports": [
    "%>%",
    "az_15min",
    "az_add_units",
    "az_daily",
    "az_heat",
    "az_hourly",
    "az_lw15min",
    "az_lwdaily"
  ],
  "_datasets": [
    {
      "name": "station_info",
      "title": "AZMet station names and locations",
      "object": "station_info",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "meta_station_name",
        "meta_station_id",
        "latitude",
        "longitude",
        "elev_m",
        "start_date",
        "status"
      ],
      "rows": 35,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "az_15min",
      "title": "Retrieve 15-minute Weather Data from AZMet",
      "topics": [
        "az_15min"
      ]
    },
    {
      "page": "az_add_units",
      "title": "Assign units using the 'units' package",
      "topics": [
        "az_add_units"
      ]
    },
    {
      "page": "az_daily",
      "title": "Retrieve Daily Weather Data from AZMET",
      "topics": [
        "az_daily"
      ]
    },
    {
      "page": "az_heat",
      "title": "Retrieve Accumulated Heat Units and Evapotranspiration",
      "topics": [
        "az_heat"
      ]
    },
    {
      "page": "az_hourly",
      "title": "Retrieve Hourly Weather Data",
      "topics": [
        "az_hourly"
      ]
    },
    {
      "page": "az_lw15min",
      "title": "Retrieve 15-minute Leaf Wetness Data from AZMet",
      "topics": [
        "az_lw15min"
      ]
    },
    {
      "page": "az_lwdaily",
      "title": "Retrieve Daily Leaf Wetness Data from AZMet",
      "topics": [
        "az_lwdaily"
      ]
    },
    {
      "page": "station_info",
      "title": "AZMet station names and locations",
      "topics": [
        "station_info"
      ]
    }
  ],
  "_pkglogo": "https://github.com/cct-datascience/azmetr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/cct-datascience/azmetr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "attempt",
    "cli",
    "cpp11",
    "curl",
    "dplyr",
    "generics",
    "glue",
    "httr2",
    "lifecycle",
    "lubridate",
    "magrittr",
    "openssl",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rappdirs",
    "rlang",
    "sys",
    "tibble",
    "tidyselect",
    "timechange",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "basic_use.Rmd",
      "filename": "basic_use.html",
      "title": "Basic usage of azmetr",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Retrieving the most recent day",
        "Specifying date ranges",
        "Filtering by station"
      ],
      "created": "2023-01-30 16:12:14",
      "modified": "2025-03-07 23:26:01",
      "commits": 2
    },
    {
      "source": "metadata.Rmd",
      "filename": "metadata.html",
      "title": "Using azmetr with the units package",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Adding units to data",
        "Using units columns",
        "Plotting with units"
      ],
      "created": "2023-01-30 16:12:14",
      "modified": "2023-02-14 15:46:09",
      "commits": 2
    }
  ],
  "_score": 4.924279286061882,
  "_indexed": false,
  "_nocasepkg": "azmetr",
  "_universes": [
    "aariq"
  ],
  "_indexurl": "https://uace-azmet.r-universe.dev/azmetr",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-05-28T22:47:20.000Z",
      "distro": "noble",
      "commit": "a8f8623707b84a75a209f2511568f3f5e33de280",
      "fileid": "3f8df52472182addf7a3c3f0e354459faa09e86c31a440d06a7eebc1bdc1da2c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aariq/actions/runs/26606565882"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-05-28T22:47:19.000Z",
      "distro": "noble",
      "commit": "a8f8623707b84a75a209f2511568f3f5e33de280",
      "fileid": "4dc8635660e678b5850968e1dc7f7c7ed47a206d2d40c46132ba4e2794614395",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aariq/actions/runs/26606565882"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-05-28T22:46:31.000Z",
      "commit": "a8f8623707b84a75a209f2511568f3f5e33de280",
      "fileid": "10b2f3e79ab52e770405eb30af9ad1a9bc871371ed7c18a47d0cabc87ceb543f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aariq/actions/runs/26606565882"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-05-28T22:46:51.000Z",
      "commit": "a8f8623707b84a75a209f2511568f3f5e33de280",
      "fileid": "9c93ecb959f0e81143252e2c4b743eb7bdb3a78b69ebb437545be0deef10b011",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aariq/actions/runs/26606565882"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0",
      "date": "2026-05-28T22:47:14.000Z",
      "commit": "a8f8623707b84a75a209f2511568f3f5e33de280",
      "fileid": "33d546edd0afd93194ac84926ef8673ed9e2d9664c8f19e88ef4b090742f565f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/aariq/actions/runs/26606565882"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-28T22:46:32.000Z",
      "commit": "a8f8623707b84a75a209f2511568f3f5e33de280",
      "fileid": "285db985e1d74aafe7a23881587ad23925c4d360eae24ba50cc0bbbeb470bbec",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aariq/actions/runs/26606565882"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-28T22:46:23.000Z",
      "commit": "a8f8623707b84a75a209f2511568f3f5e33de280",
      "fileid": "b4c2d71a8b98eec9cd589f9a34c41d0f32bd8b578f46b4cb25f1681a5890e28d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aariq/actions/runs/26606565882"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-28T22:46:15.000Z",
      "commit": "a8f8623707b84a75a209f2511568f3f5e33de280",
      "fileid": "046d26155b4d8fe1ef223906b1b81ddc599d27e0e11653e328b5e0ee6df2a5dc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/aariq/actions/runs/26606565882"
    }
  ]
}