cffr 0.5.0
Lifecycle
- Function
cff_to_bibtex()
andcff_extract_to_bibtex()
have been merged,
the latter (cff_extract_to_bibtex()
) is now soft-deprecated.
New features
- New function
write_citation()
that can generate a inst/CITATION file from
acff
object (#51).
Enhancements
-
Additional authors of a R package can be now included based on the role
on the DESCRIPTION file, via the parameterauthors_roles
(#49). -
New message interface based on cli
capabilities. -
Now the (invisible) result of
cff_validate()
includes the summary of
errors (if any) as anattributes()
named"error"
, as
jsonvalidate::json_validate()
does whenverbose = TRUE
:Be verbose? If
TRUE
, then an attribute"errors"
will list validation
failures as a data.frame -
Improvements in the extraction of
`date-release`
.
What's Changed
- Allow to add more authors by role by @dieghernan in #50
- Improve testing by @dieghernan in #52
- Improve documentation by @dieghernan in #53
- Improve tests and messages by @dieghernan in #54
- Add write_citation function by @dieghernan in #55
Full Changelog: v0.4.1...v0.5.0