Skip to content

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

License

Notifications You must be signed in to change notification settings

k4rst3ns/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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%