-
Notifications
You must be signed in to change notification settings - Fork 7
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
1 parent
d1978e0
commit 245b999
Showing
8 changed files
with
53 additions
and
25 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 |
---|---|---|
|
@@ -21,3 +21,4 @@ | |
^vignettes/.lintr$ | ||
^CRAN-SUBMISSION$ | ||
^Makefile$ | ||
^.*CITATION.cff$ |
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 was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
cff-version: 1.2.0 | ||
message: If you use this software, please cite it using the metadata from this file. | ||
type: software | ||
title: 'GDPuc: Easily Convert GDP Data' | ||
version: 0.11.0 | ||
date-released: '2023-06-19' | ||
abstract: A function to convert GDP time series from one unit to another. All common | ||
GDP units are included, i.e. current and constant local currency units, US$ via | ||
market exchange rates and international dollars via purchasing power parities. Conversion | ||
factors can easily be customized. Conversion at a regional/aggregated level is also | ||
possible. | ||
authors: | ||
- family-names: Koch | ||
given-names: Johannes | ||
email: [email protected] | ||
license: GPL (>= 3) | ||
repository-code: https://github.com/pik-piam/GDPuc | ||
url: https://pik-piam.github.io/GDPuc/ | ||
|
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,7 +1,7 @@ | ||
Package: GDPuc | ||
Title: Easily Convert GDP Data | ||
Version: 0.10.0 | ||
Date: 2023-01-03 | ||
Version: 0.11.0 | ||
Date: 2023-06-19 | ||
Authors@R: | ||
person("Johannes", "Koch", , "[email protected]", role = c("aut", "cre")) | ||
Description: A function to convert GDP time series from one unit to | ||
|
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