Skip to content

Output routines for extracting results from the MAgPIE framework (versions 4.x) for the FSDP project

License

Notifications You must be signed in to change notification settings

pik-piam/m4fsdp

Repository files navigation

MAgPIE outputs R package for MAgPIE version 4.x to create outputs

for FSDP project

R package m4fsdp, version 0.57.13

CRAN status DOI R build status codecov r-universe

Purpose and Functionality

Output routines for extracting results from the MAgPIE framework (versions 4.x) for the FSDP project.

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("m4fsdp")

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

update.packages()

Questions / Problems

In case of questions / problems please contact Benjamin Leon Bodirsky bodirsky@pik-potsdam.de.

Citation

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.57.13, <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.57.13},
 doi = {10.5281/zenodo.7899913},
 url = {https://github.com/pik-piam/m4fsdp},
}

About

Output routines for extracting results from the MAgPIE framework (versions 4.x) for the FSDP project

Resources

License

Stars

Watchers

Forks

Packages

No packages published