/m4fsdp

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

Primary LanguageRGNU Lesser General Public License v3.0LGPL-3.0

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

for FSDP project

R package m4fsdp, version 0.43.10

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, Dietrich J, Humpenoeder F (2023). 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.43.10, <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 Jan Philipp Dietrich and Florian Humpenoeder},
 year = {2023},
 note = {R package version 0.43.10},
 doi = {10.5281/zenodo.7899913},
 url = {https://github.com/pik-piam/m4fsdp},
}