Skip to content

Raise ggplot2 floor to >= 3.5.0 when coord_radial() support merges #111

Description

@wilkox

Context

In #107 the declared ggplot2 floor was rationalised to ggplot2 (>= 3.4.0),
which is the honest minimum for the code on master. That floor was set
deliberately for master only: radial support is not present there
(compose_grob() detects CoordPolar/CoordFlip/CoordCartesian, and
coord_radial() produces a CoordRadial object that would hit the
"unable to determine coordinate system" abort).

Action

When coord_radial() support (#96, branch feat/94_support_coord_radial) is
merged for the 0.9.0 release, raise the declared floor to ggplot2 (>= 3.5.0)
in DESCRIPTIONcoord_radial() was introduced in ggplot2 3.5.0. Update the
NEWS.md entry to note the raised floor, and confirm the R Depends floor is
still satisfied (ggplot2 3.5.0 requires R >= 3.5, below the current R >= 3.6).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions