Skip to content

cffr 0.2.0

Compare
Choose a tag to compare
@dieghernan dieghernan released this 04 Jan 14:16
  • 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