You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of functions to extract citation information from 'R' packages and to deal with files in 'citation file format' (https://citation-file-format.github.io/), extending the functionality already provided by the citation() function in the 'utils' package.
Installation
For installation of the most recent package version an additional repository has to be added in R:
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("citation")
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 Jan Philipp Dietrich dietrich@pik-potsdam.de.
@Misc{,
title = {citation: Software Citation Tools},
author = {Jan Philipp Dietrich and Waldir Leoncio},
doi = {10.5281/zenodo.3813429},
date = {2025-12-04},
year = {2025},
url = {https://github.com/pik-piam/citation},
note = {Version: 0.12.2},
}
About
R package | create cff citation file from R package metadata