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 DESCRIPTION — coord_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).
Context
In #107 the declared
ggplot2floor was rationalised toggplot2 (>= 3.4.0),which is the honest minimum for the code on
master. That floor was setdeliberately for
masteronly: radial support is not present there(
compose_grob()detectsCoordPolar/CoordFlip/CoordCartesian, andcoord_radial()produces aCoordRadialobject that would hit the"unable to determine coordinate system" abort).
Action
When
coord_radial()support (#96, branchfeat/94_support_coord_radial) ismerged for the 0.9.0 release, raise the declared floor to
ggplot2 (>= 3.5.0)in
DESCRIPTION—coord_radial()was introduced in ggplot2 3.5.0. Update theNEWS.mdentry to note the raised floor, and confirm the R Depends floor isstill satisfied (ggplot2 3.5.0 requires R >= 3.5, below the current R >= 3.6).