-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
110 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,21 @@ | ||
Package: gpindex | ||
Title: Generalized Price and Quantity Indexes | ||
Version: 0.5.0.9008 | ||
Version: 0.5.0.9009 | ||
Authors@R: c( | ||
person("Steve", "Martin", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0003-2544-9480")) | ||
person("Steve", "Martin", role = c("aut", "cre", "cph"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-2544-9480")) | ||
) | ||
Description: A small package for calculating lots of different price indexes, and by extension quantity indexes. Provides tools to build and work with any type of bilateral generalized-mean index (of which most price indexes are), along with a few important indexes that don't belong to the generalized-mean family (e.g., superlative quadratic-mean indexes, GEKS). 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) for bilateral price indexes. | ||
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 (>= 3.5) | ||
Imports: stats | ||
Suggests: | ||
|
@@ -16,7 +27,9 @@ 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' | ||
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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters