Package: gpindex
Title: Generalized Price and Quantity Indexes
Version: 0.6.0
Authors@R: c(
    person("Steve", "Martin", role = c("aut", "cre", "cph"),
    email = "stevemartin041@gmail.com",
    comment = c(ORCID = "0000-0003-2544-9480"))
    )
Description: Tools to build and work with bilateral generalized-mean
    price indexes (and by extension quantity indexes), and indexes composed of
    generalized-mean indexes (e.g., superlative quadratic-mean indexes, GEKS).
    Covers the core mathematical machinery for making bilateral price indexes,
    computing price relatives, detecting outliers, and decomposing indexes,
    with wrapper for all common (and many uncommon) index-number
    formulas. Implements and extends many of the methods in
    Balk (2008, ISBN:978-1-107-40496-0),
    von der Lippe (2001, ISBN:3-8246-0638-0), and the
    CPI manual (2020, ISBN:978-1-51354-298-0).
Depends: R (>= 4.0)
Imports: stats
Suggests: 
    knitr,
    rmarkdown,
    testthat (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://marberts.github.io/gpindex/, https://github.com/marberts/gpindex
BugReports: https://github.com/marberts/gpindex/issues
LazyData: true
Collate: 'helpers.R' 'means.R' 'weights.R' 'contributions.R' 'price_indexes.R'
    'geks.R' 'operators.R' 'offset_prices.R' 'outliers.R' 'price_data.R'
    'gpindex-package.R'
Config/testthat/edition: 3
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
