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
{{ message }}
This repository was archived by the owner on Sep 24, 2021. It is now read-only.
⚠️ The code on this project has been merged into the CRAN-released citation. I encourage you to use that package instead. This repository is schedule for archival.
What is a CFF?
CFF stands for Citation File Format, a scientific standard that facilitates the gathering of software metadata for citation purposes.
This package is still very early in development, but you can still install it and take it for a spin at your own risk.
Install the development version of RCFF with
remotes::install_github("ocbe-uio/RCFF")
and run
r2cff()
To see part of the package's description file converted to CFF. You can also provide the path (absolute or relative) to some other DESCRIPTION file to test it. Moreover, example(r2cff()) will also provide an example of how to use the package.
General information about the package can be found on ?RCFF.
About
An R package to convert between R and the Citation File Format (Druskat et. al., 2019) <doi:10.5281/zenodo.1003149>.