R package piamutils, version 0.0.13
This package contains utilities and helpers needed in various piam libraries.
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("piamutils")
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 Falk Benke [email protected].
To cite package piamutils in publications use:
Benke F, Schötz C (2025). "piamutils: Utilities for the piam-verse." Version: 0.0.13, https://github.com/pik-piam/piamutils.
A BibTeX entry for LaTeX users is
@Misc{,
title = {piamutils: Utilities for the piam-verse},
author = {Falk Benke and Christof Schötz},
date = {2025-01-24},
year = {2025},
url = {https://github.com/pik-piam/piamutils},
note = {Version: 0.0.13},
}