R package mrmagpie, version 1.53.1
Provides functions for MAgPIE country and cellular input data generation.
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("mrmagpie")
Package updates can be installed using update.packages
(make sure that the additional repository has been added before running that command):
update.packages()
In case of questions / problems please contact Kristine Karstens [email protected].
To cite package mrmagpie in publications use:
Karstens K, Dietrich J, Chen D, Windisch M, Alves M, Beier F, Köberle A, v. Jeetze P, Mishra A, Humpenoeder F, Sauer P (2025). "mrmagpie: madrat based MAgPIE Input Data Library." doi:10.5281/zenodo.4319612 https://doi.org/10.5281/zenodo.4319612, Version: 1.53.1, https://github.com/pik-piam/mrmagpie.
A BibTeX entry for LaTeX users is
@Misc{,
title = {mrmagpie: madrat based MAgPIE Input Data Library},
author = {Kristine Karstens and Jan Philipp Dietrich and David Chen and Michael Windisch and Marcos Alves and Felicitas Beier and Alexandre Köberle and Patrick {v. Jeetze} and Abhijeet Mishra and Florian Humpenoeder and Pascal Sauer},
doi = {10.5281/zenodo.4319612},
date = {2025-01-10},
year = {2025},
url = {https://github.com/pik-piam/mrmagpie},
note = {Version: 1.53.1},
}