{
  "_id": "6a1f09f7b401979e7341c45f",
  "Package": "bea.R",
  "Title": "Bureau of Economic Analysis API",
  "Version": "1.1.0",
  "Authors@R": "c(person(\"Andrea\", \"Batch\", role = c(\"aut\", \"cre\"),\nemail = c(\"Andrea.Batch@bea.gov\")),\nperson(\"Jeff\", \"Chen\", role = \"ctb\"),\nperson(\"Walt\", \"Kampas\", role = \"ctb\"))",
  "Author": "Andrea Batch [aut, cre], Jeff Chen [ctb], Walt Kampas [ctb]",
  "Maintainer": "Andrea Batch <Andrea.Batch@bea.gov>",
  "Description": "Provides an R interface for the Bureau of Economic\nAnalysis (BEA) API (see\n<http://www.bea.gov/API/bea_web_service_api_user_guide.htm> for\nmore information) that serves two core purposes - 1. To\nExtract/Transform/Load data [beaGet()] from the BEA API as\nR-friendly formats in the user's work space [transformation\ndone by default in beaGet() can be modified using optional\nparameters; see, too, bea2List(), bea2Tab()]. 2. To enable the\nsearch of descriptive meta data [beaSearch()]. Other features\nof the library exist mainly as intermediate methods or are in\nearly stages of development. Important Note - You must have an\nAPI key to use this library. Register for a key at\n<http://www.bea.gov/API/signup/index.cfm>. As a note regarding\nthe license: Software code created by U.S. Government employees\nis not subject to copyright in the United States (17 U.S.C.\n§105). The United States/ Department of Commerce reserve all\nrights to seek and obtain copyright protection in countries\nother than the United States for Software authored in its\nentirety by the Department of Commerce. To this end, the\nDepartment of Commerce hereby grants to Recipient a\nroyalty-free, nonexclusive license to freely use, copy,\ndistribute, and create derivative works of the Software outside\nof the United States. The CC0 1.0 Universal License should be\ntaken to apply to this work inside and outside of the United\nStates.",
  "URL": "https://github.com/us-bea/bea.R",
  "License": "CC0",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/pak/sysreqs": "cmake make libuv1-dev libssl-dev",
  "Repository": "https://us-bea.r-universe.dev",
  "Date/Publication": "2025-05-05 16:39:45 UTC",
  "RemoteUrl": "https://github.com/us-bea/bea.r",
  "RemoteRef": "HEAD",
  "RemoteSha": "1cceafe845534447d10c80b70cf7a8e661dd8786",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-18 05:54:22 UTC",
    "User": "root"
  },
  "MD5sum": "80d03c7079fb175981e58fb8d6937751",
  "_user": "us-bea",
  "_type": "src",
  "_file": "bea.R_1.1.0.tar.gz",
  "_fileid": "abf62d582d09e778d4ace2679f3c3524c447a0a21d5244ad81d155e577039ad9",
  "_filesize": 136074,
  "_sha256": "abf62d582d09e778d4ace2679f3c3524c447a0a21d5244ad81d155e577039ad9",
  "_created": "2026-05-18T05:54:22.000Z",
  "_published": "2026-06-02T16:51:02.997Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79124880360,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7050486698"
    },
    {
      "job": 79124880622,
      "time": 123,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7050486109"
    },
    {
      "job": 79124880207,
      "time": 98,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7050481041"
    },
    {
      "job": 79124880446,
      "time": 81,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7050477789"
    },
    {
      "job": 79124879759,
      "time": 505,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7050461197"
    },
    {
      "job": 79124879579,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7364266835"
    },
    {
      "job": 79124880324,
      "time": 96,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7050480875"
    },
    {
      "job": 79124880230,
      "time": 78,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7050477366"
    },
    {
      "job": 79124880389,
      "time": 74,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7050476398"
    }
  ],
  "_buildurl": "https://github.com/r-universe/us-bea/actions/runs/25982663538",
  "_status": "failure",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/us-bea/bea.r",
  "_commit": {
    "id": "1cceafe845534447d10c80b70cf7a8e661dd8786",
    "author": "Andrea Julca Batch <andrea.julca@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "update local metadata path",
    "time": 1746463185
  },
  "_maintainer": {
    "name": "Andrea Batch",
    "email": "andrea.batch@bea.gov"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.1",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "role": "Depends"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "DT",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    }
  ],
  "_owner": "us-bea",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 127,
  "_contributors": [
    {
      "user": "dreajulca",
      "count": 102,
      "uuid": 4327959
    },
    {
      "user": "sigmamonstr",
      "count": 2,
      "uuid": 5005303
    }
  ],
  "_userbio": {
    "uuid": 20442366,
    "type": "organization",
    "name": "U.S. Bureau of Economic Analysis"
  },
  "_downloads": {
    "count": 419,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/bea.R"
  },
  "_devurl": "https://github.com/us-bea/bea.r",
  "_searchresults": 109,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/bea.R.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md"
  ],
  "_homeurl": "https://github.com/us-bea/bea.r",
  "_realowner": "us-bea",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2016-12-02"
    },
    {
      "version": "1.0.1",
      "date": "2017-01-26"
    },
    {
      "version": "1.0.2",
      "date": "2017-07-13"
    },
    {
      "version": "1.0.4",
      "date": "2017-12-08"
    },
    {
      "version": "1.0.5",
      "date": "2018-02-23"
    },
    {
      "version": "1.0.6",
      "date": "2018-02-23"
    }
  ],
  "_exports": [
    "bea2List",
    "bea2Tab",
    "beaGet",
    "beaParams",
    "beaParamVals",
    "beaSearch",
    "beaSets",
    "beaUpdateMetadata"
  ],
  "_help": [
    {
      "page": "bea2List",
      "title": "Convert BEA API httr response payload to list",
      "topics": [
        "bea2List"
      ]
    },
    {
      "page": "bea2Tab",
      "title": "Convert BEA API httr response or list payload to data.table",
      "topics": [
        "bea2Tab"
      ]
    },
    {
      "page": "beaGet",
      "title": "Pass list of user specifications (including API key) to return data from BEA API.",
      "topics": [
        "beaGet"
      ]
    },
    {
      "page": "beaParams",
      "title": "Gives list of parameters possible for a given dataset",
      "topics": [
        "beaParams"
      ]
    },
    {
      "page": "beaParamVals",
      "title": "Gives list of values possible for a given dataset's parameters",
      "topics": [
        "beaParamVals"
      ]
    },
    {
      "page": "beaSearch",
      "title": "Search a selection of indexed BEA data table names, series labels, and series codes.",
      "topics": [
        "beaSearch"
      ]
    },
    {
      "page": "beaSets",
      "title": "Returns a list of all datasets",
      "topics": [
        "beaSets"
      ]
    },
    {
      "page": "beaUpdateMetadata",
      "title": "Download BEA metadata into library/data folder if needed",
      "topics": [
        "beaUpdateMetadata"
      ]
    }
  ],
  "_readme": "https://github.com/us-bea/bea.r/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "crosstalk",
    "curl",
    "data.table",
    "digest",
    "DT",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httr",
    "jquerylib",
    "jsonlite",
    "knitr",
    "later",
    "lazyeval",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "otel",
    "promises",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "sass",
    "sys",
    "tinytex",
    "xfun",
    "yaml"
  ],
  "_score": 5.840200223232599,
  "_indexed": true,
  "_nocasepkg": "bea.r",
  "_universes": [
    "us-bea"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-05-18T05:56:33.000Z",
      "distro": "noble",
      "commit": "1cceafe845534447d10c80b70cf7a8e661dd8786",
      "fileid": "b8d88e0b8576a966410d8bb99a3e16eeab20c4fe0299d46bd4464ac6c467aa6c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/us-bea/actions/runs/25982663538"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-05-18T05:56:30.000Z",
      "distro": "noble",
      "commit": "1cceafe845534447d10c80b70cf7a8e661dd8786",
      "fileid": "1ba681e56fae3fa142bf23af545ac50536ead4fc8a3dc13dd9e3ac16b46e5c73",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/us-bea/actions/runs/25982663538"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-05-18T05:56:06.000Z",
      "commit": "1cceafe845534447d10c80b70cf7a8e661dd8786",
      "fileid": "4a17ead54e639180c8d28faf3b9bbf674b7a05201234ad0a50831a48d8f0bbf4",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/us-bea/actions/runs/25982663538"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-05-18T05:55:52.000Z",
      "commit": "1cceafe845534447d10c80b70cf7a8e661dd8786",
      "fileid": "937b619fded9e45cf6bdc299dc736a145e0156b9e1e991f7ca3d40d413490421",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/us-bea/actions/runs/25982663538"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-18T05:56:01.000Z",
      "commit": "1cceafe845534447d10c80b70cf7a8e661dd8786",
      "fileid": "0f4e49461200445d7d583693281eb4094703f6f6b0e43c0ec96925a62b9d3e5d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/us-bea/actions/runs/25982663538"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-18T05:55:43.000Z",
      "commit": "1cceafe845534447d10c80b70cf7a8e661dd8786",
      "fileid": "fcf96e755c88f465424da0ca374749d67fbdf8ea91fa8534b8e24beda6f99437",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/us-bea/actions/runs/25982663538"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-05-18T05:55:39.000Z",
      "commit": "1cceafe845534447d10c80b70cf7a8e661dd8786",
      "fileid": "176556c7d4a831f94408481c12335883e0b64ddfed2dda1ff08998703f1ee976",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/us-bea/actions/runs/25982663538"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-06-02T16:50:38.000Z",
      "commit": "1cceafe845534447d10c80b70cf7a8e661dd8786",
      "fileid": "538baec4d30d34da2aa7fc73e2494d3e0d57172716bca8b9dfd69ff750862da1",
      "status": "success",
      "buildurl": "https://github.com/r-universe/us-bea/actions/runs/25982663538"
    }
  ]
}