Skip to contents

R package mrdrivers, version 1.5.2

CRAN status R build status codecov r-universe

Purpose and Functionality

Create GDP and population scenarios This package constructs the GDP and population scenarios used as drivers in both the REMIND and MAgPIE models.

Framework

This package depends upon the madrat and magclass packages. It integrates into the madrat framework and is structured accordingly. It mainly uses magpie objects (from the magclass package). For more information on madrat or magclass, please visit the respective github repositories (madrat, magclass).

Functions

The key madrat::readSource() and madrat::calcOutput() functions provided by this package are listed below.

readSource:

#> [1] "readWDI"            "readIMF"            "readEurostatPopGDP"
#> [4] "readUN_PopDiv"      "readPEAP"           "readSSP"           
#> [7] "readMissingIslands" "readJames2019"

calcOutput:

#> [1] "calcGDP"        "calcGDPpc"      "calcPopulation" "calcLabour"    
#> [5] "calcUrban"

Scenarios

The current default scenarios returned for all drivers (i.e. GDP, GDP per capita, Population, Labour, and Urban Population Share) are:

  • the SSPs, i.e. SSP1-5

  • the SDPs, i.e. SDP, SDP_EI, SDP_RC, and SDP_MC

  • SSP2EU

see vignette("scenarios") for more information on available scenarios and references of the default scenarios.

Installation

For installation of the most recent package version an additional repository has to be added in R:

options(repos = c(CRAN = "@CRAN@", pik = "https://rse.pik-potsdam.de/r/packages"))

The additional repository can be made available permanently by adding the line above to a file called .Rprofile stored in the home folder of your system (Sys.glob("~") in R returns the home directory).

After that the most recent version of the package can be installed using install.packages:

install.packages("mrdrivers")

Package updates can be installed using update.packages (make sure that the additional repository has been added before running that command):

Tutorial

The package comes with a vignette describing the basic functionality of the package and how to use it. You can load it with the following command (the package needs to be installed):

vignette("scenarios") # Scenarios

Questions / Problems

In case of questions / problems please contact Johannes Koch .

Citation

To cite package mrdrivers in publications use:

Koch J, Soergel B, Leip D, Benke F, Dietrich J (2023). mrdrivers: Create GDP and Population Scenarios. R package version 1.5.2, https://pik-piam.github.io/mrdrivershttps://github.com/pik-piam/mrdrivers.

A BibTeX entry for LaTeX users is

@Manual{,
 title = {mrdrivers: Create GDP and Population Scenarios},
 author = {Johannes Koch and Bjoern Soergel and Deborra Leip and Falk Benke and Jan Philipp Dietrich},
 year = {2023},
 note = {R package version 1.5.2},
 url = {https://pik-piam.github.io/mrdrivers},
 url = {https://github.com/pik-piam/mrdrivers},
}