Skip to content

Commit 17e7abc

Browse files
committed
Added JOSS citation
1 parent 4550c9f commit 17e7abc

5 files changed

Lines changed: 43 additions & 1 deletion

File tree

.Rbuildignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
^tests/testthat/setup\.R$
1515
^CRAN-SUBMISSION$
1616
^paper$
17-
^CONTRIBUTING\.md$
17+
^CONTRIBUTING\.md$
18+
^CITATION\.cff$

CITATION.cff

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
cff-version: "1.2.0"
2+
authors:
3+
- family-names: Martin
4+
given-names: Steve
5+
orcid: "https://orcid.org/0000-0003-2544-9480"
6+
doi: 10.5281/zenodo.13323298
7+
message: If you use this software, please cite our article in the
8+
Journal of Open Source Software.
9+
preferred-citation:
10+
authors:
11+
- family-names: Martin
12+
given-names: Steve
13+
orcid: "https://orcid.org/0000-0003-2544-9480"
14+
date-published: 2024-09-06
15+
doi: 10.21105/joss.06781
16+
issn: 2475-9066
17+
issue: 101
18+
journal: Journal of Open Source Software
19+
publisher:
20+
name: Open Journals
21+
start: 6781
22+
title: "piar: Price Index Aggregation in R"
23+
type: article
24+
url: "https://joss.theoj.org/papers/10.21105/joss.06781"
25+
volume: 9
26+
title: "piar: Price Index Aggregation in R"

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ knitr::opts_chunk$set(
2222
[![codecov](https://codecov.io/gh/marberts/piar/graph/badge.svg?token=lHDHsGHsLd)](https://app.codecov.io/gh/marberts/piar)
2323
[![DOI](https://zenodo.org/badge/370889275.svg)](https://zenodo.org/doi/10.5281/zenodo.10110046)
2424
[![Mentioned in Awesome Official Statistics ](https://awesome.re/mentioned-badge.svg)](https://github.com/SNStatComp/awesome-official-statistics-software)
25+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.06781/status.svg)](https://doi.org/10.21105/joss.06781)
2526
<!-- badges: end -->
2627

2728
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.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Version](https://img.shields.io/conda/vn/conda-forge/r-piar.svg)](https://anacon
1616
[![DOI](https://zenodo.org/badge/370889275.svg)](https://zenodo.org/doi/10.5281/zenodo.10110046)
1717
[![Mentioned in Awesome Official
1818
Statistics](https://awesome.re/mentioned-badge.svg)](https://github.com/SNStatComp/awesome-official-statistics-software)
19+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.06781/status.svg)](https://doi.org/10.21105/joss.06781)
1920
<!-- badges: end -->
2021

2122
Most price indexes are made with a two-step procedure, where

inst/CITATION

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
bibentry(
2+
bibtype = "Article",
3+
title = "{piar}: Price Index Aggregation R",
4+
author = person("Steve", "Martin",
5+
comment = c(ORCID = "0000-0003-2544-9480")),
6+
year = "2024",
7+
doi = "doi.org/10.21105/joss.06781",
8+
journal = "Journal of Open Source Software",
9+
volume = "9",
10+
number = "101",
11+
pages = "6781"
12+
)
13+
114
bibentry(
215
bibtype = "Manual",
316
title = "{piar}: Price Index Aggregation",

0 commit comments

Comments
 (0)