functions
R package mrfaocore, version 1.1.1
This madrat-based package provides core FAO-related preprocessing functions.
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("mrfaocore")
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 David Chen [email protected].
To cite package mrfaocore in publications use:
Chen D, Kreidenweis U, Mishra A, Karstens K, Leon Bodirsky B, Leip D, Stevanovic M, Leon Bodrisky B, Klein D, Molina Bacca E (2024). mrfaocore: madrat-based package providing core FAO-related preprocessing functions. R package version 1.1.1, <URL: https://github.com/pik-piam/mrfaocore>.
A BibTeX entry for LaTeX users is
@Manual{,
title = {mrfaocore: madrat-based package providing core FAO-related preprocessing
functions},
author = {David Chen and Ulrich Kreidenweis and Abhijeet Mishra and Kristine Karstens and Benjamin {Leon Bodirsky} and Debbora Leip and Mishko Stevanovic and Benjamin {Leon Bodrisky} and David Klein and Edna {Molina Bacca}},
year = {2024},
note = {R package version 1.1.1},
url = {https://github.com/pik-piam/mrfaocore},
}