Skip to content

Releases: ropensci/cffr

cffr 0.2.1

16 Jan 16:14
Compare
Choose a tag to compare
  • GitHub Action now runs only on master or mainbranch.

  • Better handling of references

Full Changelog: v0.2.0...v0.2.1

cffr 0.2.0

04 Jan 14:16
Compare
Choose a tag to compare
  • Now cffr extracts also information of the package dependencies and adds
    the main citation of the dependencies to the references field, using
    citation(auto = TRUE).

    • New dependencies parameter on cff_create() and cff_write().
  • Other improvements on cff_parse_citation():

    • cff_parse_citation() extracts more information of authors, based on
      the fields provided on the DESCRIPTION file.

    • cff_parse_citation() does a better job extracting information from
      bibentry() /BibTeX and mapping it to preferred-citation/references
      fields of CFF.

  • Add new functions for working with git pre-commit hooks
    Experimental:

    • cff_git_hook_install()
    • cff_git_hook_remove()
  • New BibTeX functions:

    • cff_extract_to_bibtex()
    • cff_to_bibtex()
    • cff_parse_person_bibtex()
    • write_bib()
  • Add a new dependency: lifecycle.

What's Changed

Full Changelog: v0.1.1...v0.2.0

cffr 0.1.1

11 Nov 18:17
Compare
Choose a tag to compare
  • Accepted on JOSS
    DOI
  • Include pages on cff_parse_citation() .
  • New gh_keywords parameter on cff_create() /cff_write(). If TRUE, it
    would include GitHub repo topics as keywords.

What's Changed

Full Changelog: v0.1.0...v0.1.1

cffr 0.1.0

05 Nov 00:33
Compare
Choose a tag to compare
  • First CRAN release

What's Changed

Full Changelog: v0.0.2...v0.1.0

cffr 0.0.2

02 Nov 22:27
Compare
Choose a tag to compare
  • cffr is part now of rOpenSci.
  • Update on docs and README.
  • Add fuzzy match on keys parameter.
  • New dataset: cran_to_spdx.
  • Add DOI https://doi.org/10.5281/zenodo.5509766
  • Citation of installed packages extracted using citation().
  • Auto-generating preferred-citation key from DESCRIPTION.
  • Rename cff_schema_definitions_reference() to
    cff_schema_definitions_refs().
  • "repository" key is supported.
  • Added vignette: vignette("crosswalk", package = "cffr").
  • Add support to Bioconductor packages.
  • New function: cff_gha_update().

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

cffr 0.0.1

15 Sep 11:12
Compare
Choose a tag to compare
  • First stable release