Package: aieconindex
Title: Access the 'Anthropic Economic Index' Dataset
Version: 0.1.0
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'
    <https://huggingface.co/datasets/Anthropic/EconomicIndex>. 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) <doi:10.48550/arXiv.2503.04761> and the privacy-preserving system 'Clio'
    of Tamkin et al. (2024) <doi:10.48550/arXiv.2412.13678>. 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
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
NeedsCompilation: no
Packaged: 2026-05-10 07:50:04 UTC; charlescoverdale
Author: Charles Coverdale [aut, cre]
Maintainer: Charles Coverdale <charlesfcoverdale@gmail.com>
Repository: CRAN
Date/Publication: 2026-05-13 20:10:02 UTC
Built: R 4.5.2; ; 2026-05-13 22:34:55 UTC; unix
