- New parameter
r_citation
incff_write()
. When it is set toTRUE
a
R citation file (inst/CITATION
) would be generated/updated with the
information of the generatedCITATION.cff
file. No backup copy would be
created, for more control usecff_write_citation()
(#79). repository-code
now also recognizes Codeberg as a
valid repository (#88).repository-code
recognizes repositories regardless of casing. It is still
advised to use lower caps as a good practice for R developers.
What's Changed
- Bump dieghernan/cran-status-check from 1 to 2 by @dependabot in #85
- Add option for auto creation of inst/CITATION by @dieghernan in #84
Full Changelog: v1.1.1...v1.2.0