for FSDP project
R package m4fsdp, version 0.58.3
Output routines for extracting results from the MAgPIE framework (versions 4.x) for the FSDP project.
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("m4fsdp")
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 Benjamin Leon Bodirsky [email protected].
To cite package m4fsdp in publications use:
Bodirsky B, Chen D, Crawford M, Leip D, von Jeetze P, Beier F, Molina Bacca E, Dietrich J, Humpenoeder F (2024). m4fsdp: MAgPIE outputs R package for MAgPIE version 4.x to create outputs for FSDP project. doi: 10.5281/zenodo.7899913 (URL: https://doi.org/10.5281/zenodo.7899913), R package version 0.58.3, <URL: https://github.com/pik-piam/m4fsdp>.
A BibTeX entry for LaTeX users is
@Manual{,
title = {m4fsdp: MAgPIE outputs R package for MAgPIE version 4.x to create outputs
for FSDP project},
author = {Benjamin Leon Bodirsky and David Chen and Michael Crawford and Debbora Leip and Patrick {von Jeetze} and Felicitas Beier and Edna {Molina Bacca} and Jan Philipp Dietrich and Florian Humpenoeder},
year = {2024},
note = {R package version 0.58.3},
doi = {10.5281/zenodo.7899913},
url = {https://github.com/pik-piam/m4fsdp},
}