Releases: ropensci/cffr
cffr 0.2.1
-
GitHub Action now runs only on
master
ormain
branch. -
Better handling of references
Full Changelog: v0.2.0...v0.2.1
cffr 0.2.0
-
Now cffr extracts also information of the package dependencies and adds
the main citation of the dependencies to thereferences
field, using
citation(auto = TRUE)
.- New
dependencies
parameter oncff_create()
andcff_write()
.
- New
-
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 topreferred-citation/references
fields of CFF.
-
-
Add new functions for working with git pre-commit hooks
: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
- Rebase hook by @dieghernan in #23
- Add a git hook by @dieghernan in #24
- Add capacities for creating bibtex files by @dieghernan in #26
- Improve bibtex conversion by @dieghernan in #27
- New vignette by @dieghernan in #28
Full Changelog: v0.1.1...v0.2.0
cffr 0.1.1
- Accepted on JOSS
- Include
pages
oncff_parse_citation()
. - New
gh_keywords
parameter oncff_create()
/cff_write()
. IfTRUE
, it
would include GitHub repo topics as keywords.
What's Changed
- Add support for
pages
by @dieghernan in #16 - Add JOSS by @dieghernan in #17
- Add remote keyword for GH repos by @dieghernan in #18
- Add vignette paper by @dieghernan in #19
- Add JOSS paper vignette by @dieghernan in #20
Full Changelog: v0.1.0...v0.1.1
cffr 0.1.0
- First CRAN release
What's Changed
- Update DOI and docs by @dieghernan in #15
Full Changelog: v0.0.2...v0.1.0
cffr 0.0.2
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
- [ImgBot] Optimize images by @imgbot in #6
- Improve logo by @dieghernan in #9
- [ImgBot] Optimize images by @imgbot in #11
- ropensci review: address feedback by @dieghernan in #10
- Address feedback from @sckott by @dieghernan in #12
- Update links and gh actions by @dieghernan in #13
New Contributors
- @dieghernan made their first contribution in #9
Full Changelog: v0.0.1...v0.0.2
cffr 0.0.1
- First stable release