This package has limited breaking-change data (1 entry). Check back later or see the package health page for the full signal.
desc breaking changes
cran1 curated breaking change across major versions of desc. Use this as a migration checklist before bumping dependencies.
1
changes
Breaking changes by transition
- v1.3.0 \u2192 v1.4.0breaking
`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
API access
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/breaking/cran/desc