R package mrtech, version 0.1.0
Techno-economic data preprocessing for REMIND
For the installation the libraries "devtools" and "madrat" are required.
"devtools" can be installed via:
install.packages("devtools")
To download and install the package run the following commands:
library(devtools)
install_github("pauleffingPIK/mrtech")
Then import the "madrat" and "mrtech" libraries:
library(mrtech)
library(madrat)
After this, the mrtech functions can be used with the corresponding madrat wrapper functions.