Informática y Ciencias de la InformaciónInglésHugo

rOpenSci - open tools for open science

rOpenSci - open tools for open science
Open Tools and R Packages for Open Science
Página de inicioFeed JSON
language
Publicado

When GitHub announced support for CITATION.cfffiles I though ofcreating a package that would assist R developers in this matter. I was alreadyusing codemetar for most of my packages,so I was familiar with the creation of these kind of metadata files.

Publicado

A new R package, cffr, has beendeveloped,peer-reviewed byrOpenSci and accepted by CRAN. Thispackage has a single purpose: to create a valid CITATION.cff file using themetadata of any R package.CITATION.cff files and why they matter A Citation File Format (CFF) is aplain text file with human- and machine-readable citation information forsoftware (and datasets) 1 . Under the hood, a CFF file is a YAML file.