pik-piam / mrmaterials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

input data generation for material flow analysis models

R package mrmaterials, version 0.0.2

CRAN status R build status codecov

Purpose and Functionality

Input data generation for material flow analysis models using the madrat framework.

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

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 Falk Benke benke@pik-potsdam.de.

Citation

To cite package mrmaterials in publications use:

Benke F, Dürrwächter J (2024). mrmaterials: input data generation for material flow analysis models. R package version 0.0.2, https://github.com/pik-piam/mrmaterials.

A BibTeX entry for LaTeX users is

@Manual{,
 title = {mrmaterials: input data generation for material flow analysis models},
 author = {Falk Benke and Jakob Dürrwächter},
 year = {2024},
 note = {R package version 0.0.2},
 url = {https://github.com/pik-piam/mrmaterials},
}

About


Languages

Language:Makefile 82.5%Language:R 17.5%