{
  "_id": "69e06b77c5259ad4cd8fae72",
  "Package": "eia",
  "Title": "API Wrapper for U.S. Energy Information Administration ('EIA')\nOpen Data",
  "Version": "0.4.2",
  "Authors@R": "c(person(\ngiven = \"Matthew\",\nfamily = \"Leonawicz\",\nrole = \"aut\",\ncomment = c(ORCID = \"0000-0001-9452-2771\")\n),\nperson(\ngiven = \"Matthew\",\nfamily = \"Hoff\",\nrole = c(\"aut\", \"cre\"),\nemail = \"matthew.g.hoff@gmail.com\"\n)\n)",
  "Description": "Provides API access to data from the U.S. Energy\nInformation Administration ('EIA') <https://www.eia.gov/>. Use\nof the EIA's API and this package requires a free API key\nobtainable at <https://www.eia.gov/opendata/register.php>. This\npackage includes functions for searching the EIA data directory\nand returning time series and geoset time series datasets.\nDatasets returned by these functions are provided by default in\na tidy format, or alternatively, in more raw formats. It also\noffers helper functions for working with EIA date strings and\ntime formats and for inspecting different summaries of series\nmetadata. The package also provides control over API key\nstorage and caching of API request results.",
  "License": "MIT + file LICENSE",
  "URL": "https://docs.ropensci.org/eia/, https://github.com/ropensci/eia",
  "BugReports": "https://github.com/ropensci/eia/issues",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.1",
  "Config/pak/sysreqs": "libssl-dev",
  "Repository": "https://ropensci.r-universe.dev",
  "Date/Publication": "2024-07-19 21:54:03 UTC",
  "RemoteUrl": "https://github.com/ropensci/eia",
  "RemoteRef": "master",
  "RemoteSha": "3c98e83381695f47fcbf2c7afc678d9372570660",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-04-15 07:47:30 UTC",
    "User": "root"
  },
  "Author": "Matthew Leonawicz [aut] (ORCID:\n<https://orcid.org/0000-0001-9452-2771>),\nMatthew Hoff [aut, cre]",
  "Maintainer": "Matthew Hoff <matthew.g.hoff@gmail.com>",
  "MD5sum": "6f4073c1df5e500570dc888afb7d8357",
  "_user": "ropensci",
  "_type": "src",
  "_file": "eia_0.4.2.tar.gz",
  "_fileid": "e7322aff095ce8bc2f4da720041c3569a6a35cc6dd0e2fadc3bfb246c213fc6f",
  "_filesize": 237529,
  "_sha256": "e7322aff095ce8bc2f4da720041c3569a6a35cc6dd0e2fadc3bfb246c213fc6f",
  "_created": "2026-04-15T07:47:30.000Z",
  "_published": "2026-04-16T04:54:15.039Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 71579467487,
      "time": 133,
      "config": "linux-devel-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6445509529"
    },
    {
      "job": 71579467355,
      "time": 140,
      "config": "linux-release-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6445511491"
    },
    {
      "job": 71579467196,
      "time": 88,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6466211872"
    },
    {
      "job": 71579467311,
      "time": 106,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6445502669"
    },
    {
      "job": 71579466990,
      "time": 147,
      "config": "pkgdown",
      "r": "4.5.2",
      "check": "OK",
      "artifact": "6445459473"
    },
    {
      "job": 71579467098,
      "time": 193,
      "config": "source",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6445472386"
    },
    {
      "job": 71579467546,
      "time": 130,
      "config": "wasm-release",
      "r": "4.5.1",
      "check": "OK",
      "artifact": "6445508352"
    },
    {
      "job": 71579467370,
      "time": 120,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6445506134"
    },
    {
      "job": 71579467400,
      "time": 93,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6445498802"
    },
    {
      "job": 71579467471,
      "time": 92,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6445498470"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442616191",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ropensci/eia",
  "_commit": {
    "id": "3c98e83381695f47fcbf2c7afc678d9372570660",
    "author": "Matt Hoff <matthew.g.hoff@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #24 from ropensci/maelle-patch-2\n\ndocs: fix pkgdown navbar config",
    "time": 1721426043
  },
  "_maintainer": {
    "name": "Matthew Hoff",
    "email": "matthew.g.hoff@gmail.com",
    "login": "mghoff",
    "uuid": 15792640
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "memoise",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    }
  ],
  "_owner": "ropensci",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "eia",
    "eia-api",
    "energy-data",
    "energy-information-administration",
    "open-data"
  ],
  "_stars": 51,
  "_contributors": [
    {
      "user": "mghoff",
      "count": 165,
      "uuid": 15792640
    },
    {
      "user": "maelle",
      "count": 2,
      "uuid": 8360597
    },
    {
      "user": "daranzolin",
      "count": 1,
      "uuid": 9537384
    },
    {
      "user": "jameslamb",
      "count": 1,
      "uuid": 7608904
    }
  ],
  "_userbio": {
    "uuid": 1200269,
    "type": "organization",
    "name": "rOpenSci",
    "description": "Tools and R Packages for Open Science"
  },
  "_downloads": {
    "count": 494,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/eia"
  },
  "_devurl": "https://github.com/ropensci/eia",
  "_pkgdown": "https://docs.ropensci.org/eia/",
  "_searchresults": 42,
  "_metadata": {
    "review": {
      "id": 342,
      "status": "reviewed",
      "version": "0.3.3",
      "organization": "rOpenSci Software Review",
      "url": "https://github.com/ropensci/software-review/issues/342"
    },
    "ropensci_category": "data-access"
  },
  "_rbuild": "4.5.3",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/eia.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ropensci/eia",
  "_realowner": "ropensci",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.3.2",
      "date": "2019-07-25"
    },
    {
      "version": "0.3.3",
      "date": "2019-09-16"
    },
    {
      "version": "0.3.4",
      "date": "2019-11-27"
    },
    {
      "version": "0.3.6",
      "date": "2020-05-08"
    },
    {
      "version": "0.3.7",
      "date": "2021-02-21"
    },
    {
      "version": "0.4.0",
      "date": "2023-10-31"
    },
    {
      "version": "0.4.1",
      "date": "2023-11-17"
    },
    {
      "version": "0.4.2",
      "date": "2024-04-15"
    }
  ],
  "_exports": [
    "date_to_eiadate",
    "eia_clear_cache",
    "eia_clear_data",
    "eia_clear_dir",
    "eia_clear_facets",
    "eia_clear_metadata",
    "eia_data",
    "eia_dir",
    "eia_facets",
    "eia_get_key",
    "eia_metadata",
    "eia_set_key",
    "eiadate_to_date",
    "eiadate_to_date_seq"
  ],
  "_help": [
    {
      "page": "eia",
      "title": "eia: EIA API wrapper",
      "topics": [
        "eia-package",
        "eia"
      ]
    },
    {
      "page": "eia_clear_cache",
      "title": "Clear API results cache",
      "topics": [
        "eia_clear_cache",
        "eia_clear_data",
        "eia_clear_dir",
        "eia_clear_facets",
        "eia_clear_metadata"
      ]
    },
    {
      "page": "eia_data",
      "title": "EIA data",
      "topics": [
        "eia_data"
      ]
    },
    {
      "page": "eia_dir",
      "title": "EIA directory",
      "topics": [
        "eia_dir"
      ]
    },
    {
      "page": "eia_facets",
      "title": "EIA facets",
      "topics": [
        "eia_facets"
      ]
    },
    {
      "page": "eia_key",
      "title": "Set and get API key",
      "topics": [
        "eia_get_key",
        "eia_key",
        "eia_set_key"
      ]
    },
    {
      "page": "eia_metadata",
      "title": "EIA metadata",
      "topics": [
        "eia_metadata"
      ]
    },
    {
      "page": "eiadate",
      "title": "EIA date parsing",
      "topics": [
        "date_to_eiadate",
        "eiadate",
        "eiadate_to_date",
        "eiadate_to_date_seq"
      ]
    }
  ],
  "_pkglogo": "https://github.com/ropensci/eia/raw/master/man/figures/logo.png",
  "_readme": "https://github.com/ropensci/eia/raw/master/README.md",
  "_rundeps": [
    "askpass",
    "cachem",
    "cli",
    "cpp11",
    "curl",
    "fastmap",
    "generics",
    "glue",
    "httr",
    "jsonlite",
    "lifecycle",
    "lubridate",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "R6",
    "rlang",
    "sys",
    "tibble",
    "timechange",
    "utf8",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "api.Rmd",
      "filename": "api.html",
      "title": "API details",
      "engine": "knitr::rmarkdown",
      "headings": [
        "API key",
        "Register a key with EIA",
        "Key storage and retrieval",
        "API requests",
        "Memoization",
        "Anti-DOS measures"
      ],
      "created": "2019-07-01 22:58:40",
      "modified": "2023-10-31 15:11:39",
      "commits": 14
    },
    {
      "source": "eia.Rmd",
      "filename": "eia.html",
      "title": "Package overview",
      "engine": "knitr::rmarkdown",
      "headings": [
        "API key",
        "Register a key with EIA",
        "Key storage and retrieval",
        "EIA directory",
        "Note on output format",
        "EIA metadata",
        "EIA data",
        "Data structure",
        "Data values",
        "EIA facets",
        "Getting facet values",
        "Using facet values",
        "Frequency-, time-subsetting, and sorting"
      ],
      "created": "2019-06-26 19:09:58",
      "modified": "2023-10-31 15:11:39",
      "commits": 22
    }
  ],
  "_score": 6.807940721215499,
  "_indexed": true,
  "_nocasepkg": "eia",
  "_universes": [
    "ropensci",
    "mghoff"
  ],
  "_binaries": [
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.2",
      "date": "2026-04-15T07:49:39.000Z",
      "distro": "noble",
      "commit": "3c98e83381695f47fcbf2c7afc678d9372570660",
      "fileid": "404a80a089691042f36beb52410933bec2bfa5e835e71eed8b5fc8293ced1c3d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442616191"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.2",
      "date": "2026-04-16T04:53:35.000Z",
      "commit": "3c98e83381695f47fcbf2c7afc678d9372570660",
      "fileid": "8d28ed192a80124fe2c2b7afe3abdd14725335572ce9d4f108590c45784af685",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442616191"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.2",
      "date": "2026-04-15T07:49:17.000Z",
      "commit": "3c98e83381695f47fcbf2c7afc678d9372570660",
      "fileid": "7d988cea557bf0b23ca091b455179ebbda6ffbc4d1a7c3f848b04f90e1e86e07",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442616191"
    },
    {
      "r": "4.5.1",
      "os": "wasm",
      "version": "0.4.2",
      "date": "2026-04-15T07:49:53.000Z",
      "commit": "3c98e83381695f47fcbf2c7afc678d9372570660",
      "fileid": "b6466754c767e50ccc9abcd21ceb93b8a81ec4f887a1512d99124494033a1df7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442616191"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.2",
      "date": "2026-04-15T07:49:20.000Z",
      "commit": "3c98e83381695f47fcbf2c7afc678d9372570660",
      "fileid": "d0a73f9fd4550c27372605f0f87a3e7f8bbb9b719b89e83329033de8a39ac704",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442616191"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.2",
      "date": "2026-04-15T07:48:56.000Z",
      "commit": "3c98e83381695f47fcbf2c7afc678d9372570660",
      "fileid": "e7092b22d5908a8d3825d64bd18caa5db1cbfc09c0f61c03bcc5f8bac349f553",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442616191"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.2",
      "date": "2026-04-15T07:48:52.000Z",
      "commit": "3c98e83381695f47fcbf2c7afc678d9372570660",
      "fileid": "3c5deb33bcf2d55e73f3787c004537d9e1d6c6a96bba7d5e8132e103336132d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/24442616191"
    }
  ]
}