-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #280 from johannah-pik/unitShift2
Shift to US$2017 for monetary units
- Loading branch information
Showing
18 changed files
with
355 additions
and
355 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: edgeTransport | ||
Title: Prepare EDGE Transport Data for the REMIND model | ||
Version: 2.6.2 | ||
Version: 2.7.0 | ||
Authors@R: c( | ||
person("Johanna", "Hoppe", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0009-0004-6753-5090")), | ||
|
@@ -18,7 +18,7 @@ Encoding: UTF-8 | |
LazyData: true | ||
RoxygenNote: 7.3.2 | ||
VignetteBuilder: knitr | ||
Date: 2024-09-17 | ||
Date: 2024-09-20 | ||
Config/testthat/edition: 3 | ||
Imports: | ||
rmndt, | ||
|
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
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
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,18 +1,18 @@ | ||
* Description: Income elasticities used in the demand regression for time steps before the scenario differentiation is applied ;;; | ||
variable;sector;GDPpcPPP;value | ||
Income elasticity;trn_pass;10000;0.8 | ||
Income elasticity;trn_pass;20000;0.75 | ||
Income elasticity;trn_pass;30000;0.5 | ||
Income elasticity;trn_pass;40000;0.1 | ||
Income elasticity;trn_aviation_intl;10000;1.1 | ||
Income elasticity;trn_aviation_intl;20000;1.3 | ||
Income elasticity;trn_aviation_intl;30000;0.8 | ||
Income elasticity;trn_aviation_intl;40000;0.3 | ||
Income elasticity;trn_freight;10000;1.5 | ||
Income elasticity;trn_freight;20000;0.9 | ||
Income elasticity;trn_freight;30000;0.4 | ||
Income elasticity;trn_freight;40000;0.16 | ||
Income elasticity;trn_shipping_intl;10000;0.5 | ||
Income elasticity;trn_shipping_intl;20000;0.3 | ||
Income elasticity;trn_shipping_intl;30000;0.2 | ||
Income elasticity;trn_shipping_intl;40000;0.1 | ||
Income elasticity;trn_pass;12314;0.8 | ||
Income elasticity;trn_pass;24628;0.75 | ||
Income elasticity;trn_pass;36941;0.5 | ||
Income elasticity;trn_pass;49255;0.1 | ||
Income elasticity;trn_aviation_intl;12314;1.1 | ||
Income elasticity;trn_aviation_intl;24628;1.3 | ||
Income elasticity;trn_aviation_intl;36941;0.8 | ||
Income elasticity;trn_aviation_intl;49255;0.3 | ||
Income elasticity;trn_freight;12314;1.5 | ||
Income elasticity;trn_freight;24628;0.9 | ||
Income elasticity;trn_freight;36941;0.4 | ||
Income elasticity;trn_freight;49255;0.16 | ||
Income elasticity;trn_shipping_intl;12314;0.5 | ||
Income elasticity;trn_shipping_intl;24628;0.3 | ||
Income elasticity;trn_shipping_intl;36941;0.2 | ||
Income elasticity;trn_shipping_intl;49255;0.1 |
Oops, something went wrong.