Package: cffr 1.2.0.9000

cffr: Generate Citation File Format ('cff') Metadata for R Packages
The Citation File Format version 1.2.0 <doi:10.5281/zenodo.5171937> is a human and machine readable file format which provides citation metadata for software. This package provides core utilities to generate and validate this metadata.
Authors:
cffr_1.2.0.9000.tar.gz
cffr_1.2.0.9000.zip(r-4.6)cffr_1.2.0.9000.zip(r-4.5)cffr_1.2.0.9000.zip(r-4.4)
cffr_1.2.0.9000.tgz(r-4.5-any)cffr_1.2.0.9000.tgz(r-4.4-any)
cffr_1.2.0.9000.tar.gz(r-4.6-any)cffr_1.2.0.9000.tar.gz(r-4.5-any)
cffr_1.2.0.9000.tgz(r-4.4-emscripten)
cffr.pdf |cffr.html✨
cffr/json (API)
NEWS
# Install 'cffr' in R: |
install.packages('cffr', repos = c('https://packages.ropensci.org', 'https://cloud.r-project.org')) |
Reviews:rOpenSci Software Review #463
Bug tracker:https://github.com/ropensci/cffr/issues
Pkgdown site:https://docs.ropensci.org
- cran_to_spdx - Mapping between 'License' fields and SPDX
attributioncitationcreditcitation-filescffmetadatacitation-file-formatropensci
Last updated 18 days agofrom:3a682467d8 (on main). Checks:9 OK, 1 ERROR. Indexed: yes.
Target | Result | Total time |
---|---|---|
pkgdown docs | OK | 223 |
source / vignettes | OK | 189 |
linux-devel-x86_64 | ERROR | 168 |
linux-release-x86_64 | OK | 159 |
macos-release-arm64 | OK | 89 |
macos-oldrel-arm64 | OK | 120 |
windows-devel | OK | 124 |
windows-release | OK | 124 |
windows-oldrel | OK | 116 |
wasm-release | OK | 138 |
Exports:as_bibentryas_cffas_cff_personas.cffcffcff_createcff_extract_to_bibtexcff_from_bibtexcff_gha_updatecff_git_hook_installcff_git_hook_removecff_modifycff_parse_citationcff_parse_personcff_parse_person_bibtexcff_readcff_read_bibcff_read_bib_textcff_read_cff_citationcff_read_citationcff_read_descriptioncff_schema_definitions_entitycff_schema_definitions_personcff_schema_definitions_refscff_schema_keyscff_schema_keys_licensecff_to_bibtexcff_validatecff_writecff_write_bibcff_write_citationencoded_utf_to_latexwrite_bibwrite_citation
BibTeX and CFF
Rendered frombibtex_cff.Rmd
usingknitr::rmarkdown
on May 14 2025.Last update: 2025-03-31
Started: 2022-01-03
cffr: Generate Citation File Format Metadata for R Packages
Rendered frompaper.Rmd
usingknitr::rmarkdown
on May 14 2025.Last update: 2022-09-27
Started: 2021-11-11
From R to CFF
Rendered fromcrosswalk.Rmd
usingknitr::rmarkdown
on May 14 2025.Last update: 2025-01-23
Started: 2021-09-21
Manipulating Citations with cffr
Rendered fromcffr.Rmd
usingknitr::rmarkdown
on May 14 2025.Last update: 2024-03-12
Started: 2021-09-09
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create 'bibentry' objects from several sources | as_bibentry as_bibentry.cff as_bibentry.cff_ref as_bibentry.cff_ref_lst as_bibentry.character as_bibentry.default as_bibentry.list as_bibentry.NULL |
Coerce lists, 'person' and 'bibentry' objects to 'cff' | as.cff as_cff as_cff.bibentry as_cff.Bibtex as_cff.default as_cff.list as_cff.person |
Coerce *R* objects to 'cff_pers_lst' objects ('cff' persons) | as_cff_person as_cff_person.character as_cff_person.default as_cff_person.person |
Create 'cff' objects from direct inputs | cff |
Create a 'cff' object from several sources | cff_create |
Install a 'cffr' GitHub Action | cff_gha_update |
Use a git pre-commit hook *[Experimental]* | cff_git_hook cff_git_hook_install cff_git_hook_remove |
Modify a 'cff' object | cff_modify |
Read an external file as a 'cff' object | cff_read cff_read_bib cff_read_cff_citation cff_read_citation cff_read_description |
Read BibTeX markup as a 'cff_ref_lst' object | cff_read_bib_text |
Schema utils | cff_schema cff_schema_definitions_entity cff_schema_definitions_person cff_schema_definitions_refs cff_schema_keys cff_schema_keys_license |
Validate a 'CITATION.cff' file or a 'cff' object | cff_validate |
Write a 'CITATION.cff' file | cff_write |
Export *R* objects to different file types | cff_write_bib cff_write_citation |
Mapping between 'License' fields and SPDX | cran_to_spdx |