-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.46 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: piar
Title: Price Index Aggregation
Version: 0.8.1.9008
Authors@R: c(
person("Steve", "Martin", role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2544-9480"))
)
Description: Most price indexes are made with a two-step procedure, where
period-over-period elemental indexes are first calculated for a collection
of elemental aggregates at each point in time, and then aggregated according
to a price index aggregation structure. These indexes can then be chained
together to form a time series that gives the evolution of prices with
respect to a fixed base period. This package contains a collection of
functions that revolve around this work flow, making it easy to build
standard price indexes, and implement the methods described by
Balk (2008, <doi:10.1017/CBO9780511720758>), von der Lippe (2007,
<doi:10.3726/978-3-653-01120-3>), and the CPI manual (2020,
<doi:10.5089/9781484354841.069>) for bilateral price indexes.
Depends: R (>= 4.0)
Imports:
stats,
utils,
gpindex (>= 0.6.1),
Matrix (>= 1.5-0)
Suggests:
knitr,
rmarkdown,
sps,
testthat (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://marberts.github.io/piar/, https://github.com/marberts/piar
BugReports: https://github.com/marberts/piar/issues
LazyData: true
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1