Skip to content

The mrremind packages contains data preprocessing for the REMIND model.

License

Notifications You must be signed in to change notification settings

pik-piam/mrremind

Repository files navigation

MadRat REMIND Input Data Package

R package mrremind, version 0.182.7

CRAN status R build status codecov r-universe

Purpose and Functionality

The mrremind packages contains data preprocessing for the REMIND model.

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

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 Lavinia Baumstark [email protected].

Citation

To cite package mrremind in publications use:

Baumstark L, Rodrigues R, Levesque A, Oeser J, Bertram C, Mouratiadou I, Malik A, Schreyer F, Soergel B, Rottoli M, Mishra A, Dirnaichner A, Pehl M, Giannousakis A, Klein D, Strefler J, Feldhaus L, Brecha R, Rauner S, Dietrich J, Bi S, Benke F, Weigmann P, Richters O, Hasse R, Fuchs S, Mandaroux R, Koch J (2024). mrremind: MadRat REMIND Input Data Package. R package version 0.182.7, https://github.com/pik-piam/mrremind.

A BibTeX entry for LaTeX users is

@Manual{,
 title = {mrremind: MadRat REMIND Input Data Package},
 author = {Lavinia Baumstark and Renato Rodrigues and Antoine Levesque and Julian Oeser and Christoph Bertram and Ioanna Mouratiadou and Aman Malik and Felix Schreyer and Bjoern Soergel and Marianna Rottoli and Abhijeet Mishra and Alois Dirnaichner and Michaja Pehl and Anastasis Giannousakis and David Klein and Jessica Strefler and Lukas Feldhaus and Regina Brecha and Sebastian Rauner and Jan Philipp Dietrich and Stephen Bi and Falk Benke and Pascal Weigmann and Oliver Richters and Robin Hasse and Sophie Fuchs and Rahel Mandaroux and Johannes Koch},
 year = {2024},
 note = {R package version 0.182.7},
 url = {https://github.com/pik-piam/mrremind},
}

About

The mrremind packages contains data preprocessing for the REMIND model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published