R package mrmagpie, version 0.16.2
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 karstens@pik-potsdam.de.
To cite package mrmagpie in publications use:
Karstens K, Dietrich J, Chen D, Windisch M, Alves M, Beier F, v. Jeetze P, Mishra A, Humpenoeder F (2020). mrmagpie: madrat based MAgPIE Input Data Library. R package version 0.16.2.
A BibTeX entry for LaTeX users is
@Manual{,
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 Patrick {v. Jeetze} and Abhijeet Mishra and Florian Humpenoeder},
year = {2020},
note = {R package version 0.16.2},
}