Package: aieconindex Title: Access the 'Anthropic Economic Index' Dataset Version: 0.1.1 Authors@R: person("Charles", "Coverdale", email = "charlesfcoverdale@gmail.com", role = c("aut", "cre")) Description: Provides clean, tidy access to the 'Anthropic Economic Index' (AEI) dataset hosted on 'Hugging Face' . The AEI is a recurring release from 'Anthropic' that maps usage of the 'Claude' family of large language models to occupations and tasks using the 'O*NET' taxonomy and the 'Standard Occupational Classification' system, following the methodology of Handa et al. (2025) and the privacy-preserving system 'Clio' of Tamkin et al. (2024) . Functions list available releases, fetch raw and enriched usage tables, retrieve task statements, request hierarchies, and country-level breakdowns, compare two releases, join the index to user-supplied data on a shared key, and compute usage-concentration metrics (Herfindahl-Hirschman Index, top-N concentration ratios, Shannon entropy). Data is cached locally for subsequent calls. Reproducibility helpers produce 'BibTeX' or plain-text citations that include the methodological source paper. This product uses the 'Anthropic Economic Index' data (released under CC-BY by 'Anthropic') but is not endorsed or certified by 'Anthropic'. License: MIT + file LICENSE Encoding: UTF-8 Language: en-US URL: https://github.com/charlescoverdale/aieconindex BugReports: https://github.com/charlescoverdale/aieconindex/issues Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: cli (>= 3.6.0), httr2 (>= 1.0.0), jsonlite, stats, tools, utils Suggests: knitr, rmarkdown, testthat (>= 3.0.0), withr VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: libssl-dev Repository: https://charlescoverdale.r-universe.dev Date/Publication: 2026-05-31 19:22:42 UTC RemoteUrl: https://github.com/charlescoverdale/aieconindex RemoteRef: HEAD RemoteSha: acdd218d82ee4141049821ae3b7675c7bddcd4c6 NeedsCompilation: no Packaged: 2026-07-03 12:06:00 UTC; root Author: Charles Coverdale [aut, cre] Maintainer: Charles Coverdale