Please have a look at the report for purr. For the very first child rows it lists all the versions (i.e. cli (>= 3.4.0) (>= 1.0.3) (>= 1.5.0) (>= 0.4.10) whereas it should be cli (>= 3.4.0) only.
For the record, that happens because different packages have different version requirements. We could "collapse" them into a single one, it is not entirely straightforward, though.
minimal reprex:
outcome:
Please have a look at the report for
purr
. For the very first child rows it lists all the versions (i.e.cli (>= 3.4.0) (>= 1.0.3) (>= 1.5.0) (>= 0.4.10)
whereas it should becli (>= 3.4.0)
only.