1 curated breaking change across major versions of desc. Use this as a migration checklist before bumping dependencies.
`desc_get_field()` gains a boolean `squish_ws` parameter to normalize whitespace within the retrieved value. It defaults to the value of `trim_ws` (`TRUE` by default). Example with desc's current DESCRIPTION: Old behaviour: ```r > desc::desc_get_field("Description") [1] "... DESCRIPTION files.\n It is intended for packages ..." ``` New behaviour: ```r > desc::desc_get_field("Description") [1] "... DESCRIPTION files. It is intended for packages ..." ``` If you want the old behaviour, just set `sq
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/breaking/cran/desc