Skip to content

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

License

Notifications You must be signed in to change notification settings

0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q/moinput

Repository files navigation

R moinput package

Purpose and Functionality

The R-library moinput provides useful functions and a common structure to all the input data required to run models like MAgPIE and REMIND

Installation

For installation of the most recent package version an additional repository has to be added in R:

options(repos = c(CRAN = "@CRAN@", rd3mod_repo = "http://www.pik-potsdam.de/rd3mod/R/"))

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

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

update.packages()

Tutorial

The package comes with a vignette describing the basic functionality of the package and how to use it. You can load it with the following command (the package needs to be installed):

vignette("moinput")

Questions / Problems

In case of questions / problems please contact Jan Dietrich [email protected].

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages