R package mrfeed, version 0.0.11
Provides feed related data.
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()
In case of questions / problems please contact Isabelle Weindl weindl@pik-potsdam.de.
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},
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.