README.md

MadRat feed data package

R package mrfeed, version 0.0.11

CRAN status DOI R build status codecov r-universe

Purpose and Functionality

Provides feed related data.

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

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 Isabelle Weindl weindl@pik-potsdam.de.

Citation

To cite package mrfeed in publications use:

Weindl I, Baumstark L, Bodirsky B, Steinmetz N, Kreidenweis U, Dietrich J (2024). mrfeed: MadRat feed data package. doi: 10.5281/zenodo.3822087 (URL: https://doi.org/10.5281/zenodo.3822087), R package version 0.0.11, .

A BibTeX entry for LaTeX users is

latex @Manual{, title = {mrfeed: MadRat feed data package}, author = {Isabelle Weindl and Lavinia Baumstark and Benjamin Leon Bodirsky and Nele Steinmetz and Ulrich Kreidenweis and Jan Philipp Dietrich}, year = {2024}, note = {R package version 0.0.11}, doi = {10.5281/zenodo.3822087}, url = {https://github.com/pik-piam/mrfeed}, }



pik-piam/mrfeed documentation built on April 20, 2024, 9:13 p.m.