inbo / checklist

An R package for checking R packages and R code
https://inbo.github.io/checklist
GNU General Public License v3.0
16 stars 2 forks source link

`update_citation()` now saves newlines in zenodo.json #124

Closed peterdesmet closed 2 months ago

peterdesmet commented 5 months ago

See https://github.com/frictionlessdata/frictionless-r/pull/201/commits/8fd9e4be6f6bf14e6b902efab11fb52da11348bb

Running update_citation() now retains newlines in DESCRIPTION$Description when writing zenodo.json. The DESCRIPTION file uses 80 char soft wrapping that is not intended as actual new lines. The Description property is limited to 1 paragraph: https://r-pkgs.org/description.html#sec-description-title-and-description

Can the old behaviour be reinstated? I used checklist 0.3.1 and 0.3.5.