You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: