Skip to content

mikewin-climsci/mrmagpie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

212 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

madrat based MAgPIE Input Data Library

R package mrmagpie, version 0.16.2

Purpose and Functionality

Provides functions for MAgPIE country and cellular input data generation.

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

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 Kristine Karstens karstens@pik-potsdam.de.

Citation

To cite package mrmagpie in publications use:

Karstens K, Dietrich J, Chen D, Windisch M, Alves M, Beier F, v. Jeetze P, Mishra A, Humpenoeder F (2020). mrmagpie: madrat based MAgPIE Input Data Library. R package version 0.16.2.

A BibTeX entry for LaTeX users is

@Manual{,
 title = {mrmagpie: madrat based MAgPIE Input Data Library},
 author = {Kristine Karstens and Jan Philipp Dietrich and David Chen and Michael Windisch and Marcos Alves and Felicitas Beier and Patrick {v. Jeetze} and Abhijeet Mishra and Florian Humpenoeder},
 year = {2020},
 note = {R package version 0.16.2},
}

About

The package provides cellular magpie related data via the madrat framework.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • R 100.0%