benmarwick/rrtools

`add_dependencies_to_description()` adds an empty field which breaks pkg check

benmarwick opened this issue · 0 comments

Please wait for some discussion of your report before making a Pull Request.

Describe the bug
When we run add_dependencies_to_description() we often get an empty first field in the Imports field of the DESCRIPTION.

Imports:  ,  # <- this comma is the problem
    ape (>= 5.3),
    assertthat (>= 0.2.1),
    backports (>= 1.1.5),
    callr (>= 3.4.2),