Skip to content

Commit

Permalink
Added JOSS citation
Browse files Browse the repository at this point in the history
  • Loading branch information
marberts committed Sep 7, 2024
1 parent 4550c9f commit 17e7abc
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
^tests/testthat/setup\.R$
^CRAN-SUBMISSION$
^paper$
^CONTRIBUTING\.md$
^CONTRIBUTING\.md$
^CITATION\.cff$
26 changes: 26 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
cff-version: "1.2.0"
authors:
- family-names: Martin
given-names: Steve
orcid: "https://orcid.org/0000-0003-2544-9480"
doi: 10.5281/zenodo.13323298
message: If you use this software, please cite our article in the
Journal of Open Source Software.
preferred-citation:
authors:
- family-names: Martin
given-names: Steve
orcid: "https://orcid.org/0000-0003-2544-9480"
date-published: 2024-09-06
doi: 10.21105/joss.06781
issn: 2475-9066
issue: 101
journal: Journal of Open Source Software
publisher:
name: Open Journals
start: 6781
title: "piar: Price Index Aggregation in R"
type: article
url: "https://joss.theoj.org/papers/10.21105/joss.06781"
volume: 9
title: "piar: Price Index Aggregation in R"
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ knitr::opts_chunk$set(
[![codecov](https://codecov.io/gh/marberts/piar/graph/badge.svg?token=lHDHsGHsLd)](https://app.codecov.io/gh/marberts/piar)
[![DOI](https://zenodo.org/badge/370889275.svg)](https://zenodo.org/doi/10.5281/zenodo.10110046)
[![Mentioned in Awesome Official Statistics ](https://awesome.re/mentioned-badge.svg)](https://github.com/SNStatComp/awesome-official-statistics-software)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.06781/status.svg)](https://doi.org/10.21105/joss.06781)
<!-- badges: end -->

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), von der Lippe (2007), and the CPI manual (2020) for bilateral price indexes.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Version](https://img.shields.io/conda/vn/conda-forge/r-piar.svg)](https://anacon
[![DOI](https://zenodo.org/badge/370889275.svg)](https://zenodo.org/doi/10.5281/zenodo.10110046)
[![Mentioned in Awesome Official
Statistics](https://awesome.re/mentioned-badge.svg)](https://github.com/SNStatComp/awesome-official-statistics-software)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.06781/status.svg)](https://doi.org/10.21105/joss.06781)
<!-- badges: end -->

Most price indexes are made with a two-step procedure, where
Expand Down
13 changes: 13 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
bibentry(
bibtype = "Article",
title = "{piar}: Price Index Aggregation R",
author = person("Steve", "Martin",
comment = c(ORCID = "0000-0003-2544-9480")),
year = "2024",
doi = "doi.org/10.21105/joss.06781",
journal = "Journal of Open Source Software",
volume = "9",
number = "101",
pages = "6781"
)

bibentry(
bibtype = "Manual",
title = "{piar}: Price Index Aggregation",
Expand Down

0 comments on commit 17e7abc

Please sign in to comment.