Skip to content

katarkow/mrcommons

This branch is 929 commits behind pik-piam/mrcommons:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 9, 2022
Mar 24, 2022
Mar 9, 2022
Mar 23, 2022
Sep 23, 2021
Feb 1, 2022
Mar 24, 2022
Oct 25, 2019
Aug 8, 2019
Nov 26, 2021
Mar 24, 2022
Mar 24, 2022
Aug 1, 2019
Mar 21, 2022
Mar 24, 2022
Jan 8, 2021
Apr 30, 2020

Repository files navigation

MadRat commons Input Data Library

R package mrcommons, version 1.7.34

CRAN status DOI R build status codecov r-universe

Purpose and Functionality

Provides useful functions and a common structure to all the input data required to run models like MAgPIE and REMIND of model input data.

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

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 Jan Philipp Dietrich [email protected].

Citation

To cite package mrcommons in publications use:

Bodirsky B, Karstens K, Baumstark L, Weindl I, Wang X, Mishra A, Wirth S, Stevanovic M, Steinmetz N, Kreidenweis U, Rodrigues R, Popov R, Humpenoeder F, Giannousakis A, Levesque A, Klein D, Araujo E, Beier F, Oeser J, Pehl M, Leip D, Crawford M, Molina Bacca E, von Jeetze P, Martinelli E, Schreyer F, Soergel B, Führlich P, Hötten D, Dietrich J (2022). mrcommons: MadRat commons Input Data Library. doi: 10.5281/zenodo.3822009 (URL: https://doi.org/10.5281/zenodo.3822009), R package version 1.7.34, <URL: https://github.com/pik-piam/mrcommons>.

A BibTeX entry for LaTeX users is

@Manual{,
 title = {mrcommons: MadRat commons Input Data Library},
 author = {Benjamin Leon Bodirsky and Kristine Karstens and Lavinia Baumstark and Isabelle Weindl and Xiaoxi Wang and Abhijeet Mishra and Stephen Wirth and Mishko Stevanovic and Nele Steinmetz and Ulrich Kreidenweis and Renato Rodrigues and Roman Popov and Florian Humpenoeder and Anastasis Giannousakis and Antoine Levesque and David Klein and Ewerton Araujo and Felicitas Beier and Julian Oeser and Michaja Pehl and Debbora Leip and Michael Crawford and Edna {Molina Bacca} and Patrick {von Jeetze} and Eleonora Martinelli and Felix Schreyer and Bjoern Soergel and Pascal Führlich and David Hötten and Jan Philipp Dietrich},
 year = {2022},
 note = {R package version 1.7.34},
 doi = {10.5281/zenodo.3822009},
 url = {https://github.com/pik-piam/mrcommons},
}

About

No description, website, or topics provided.

Resources

License

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%