README.md

This package is deprecated!

This package has been split into smaller packages, all available at http://github.com/pik-piam:

Please use these packages instead as moinput is not further developed anymore.

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

Travis CI Integration

Travis build status

Questions / Problems

In case of questions / problems please contact Jan Dietrich dietrich@pik-potsdam.de.

Citation

DOI



pik-piam/moinput documentation built on June 9, 2020, 12:23 p.m.