Skip to content

Release ggplot2 3.5.1 #5859

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: ggplot2
Version: 3.5.0.9000
Version: 3.5.1.9000
Title: Create Elegant Data Visualisations Using the Grammar of Graphics
Authors@R: c(
person("Hadley", "Wickham", , "hadley@posit.co", role = "aut",
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# ggplot2 (development version)

# ggplot2 3.5.1

This is a small release focusing on fixing regressions from 3.5.0 and
documentation updates.

Expand Down
222 changes: 2 additions & 220 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,220 +1,2 @@
This is a large minor release with both a lot of new features and a complete
rewrite of part of the internals. As a result, this release does break a range
of reverse dependencies. All of them has been informed very well in advance (4
weeks) and have been provided with patches to fix their issues. The remaining
problematic reverse dependencies were further notified 2 weeks ago to remind
them to submit a fix, so we believe we have been very lenient towards them.

## revdepcheck results

We checked 4935 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 56 new problems
* We failed to check 13 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* AcademicThemes
checking tests ... ERROR

* afex
checking tests ... ERROR
checking re-building of vignette outputs ... ERROR

* archeoViz
checking tests ... ERROR

* assignPOP
checking tests ... ERROR

* bioassays
checking tests ... ERROR

* BOSO
checking re-building of vignette outputs ... ERROR

* breakDown
checking tests ... ERROR

* canadianmaps
checking tests ... ERROR

* CAST
checking installed package size ... NOTE

* CEDA
checking re-building of vignette outputs ... ERROR

* cobalt
checking examples ... ERROR
checking re-building of vignette outputs ... ERROR

* constructive
checking tests ... ERROR

* docxtools
checking tests ... ERROR

* dynamAedes
checking re-building of vignette outputs ... ERROR

* EcoDiet
checking re-building of vignette outputs ... ERROR

* epos
checking tests ... ERROR

* feasts
checking examples ... ERROR
checking tests ... ERROR
checking re-building of vignette outputs ... ERROR

* fitODBODRshiny
checking examples ... ERROR

* fmeffects
checking examples ... ERROR
checking re-building of vignette outputs ... ERROR

* genekitr
checking examples ... ERROR

* geomtextpath
checking tests ... ERROR

* ggedit
checking examples ... ERROR

* gghdr
checking examples ... ERROR
checking tests ... ERROR
checking re-building of vignette outputs ... ERROR

* ggiraph
checking examples ... ERROR
checking tests ... ERROR

* ggiraphExtra
checking examples ... ERROR

* ggparallel
checking tests ... ERROR

* ggprism
checking examples ... ERROR
checking tests ... ERROR
checking re-building of vignette outputs ... ERROR

* ggraph
checking examples ... ERROR
checking re-building of vignette outputs ... ERROR

* ggside
checking examples ... ERROR
checking tests ... ERROR
checking re-building of vignette outputs ... ERROR

* ggstance
checking tests ... ERROR

* ggstatsplot
checking examples ... ERROR
checking tests ... ERROR

* ghibli
checking tests ... ERROR

* glancedata
checking tests ... ERROR

* grafify
checking tests ... ERROR

* inTextSummaryTable
checking tests ... ERROR

* LMoFit
checking re-building of vignette outputs ... ERROR

* manydata
checking tests ... ERROR

* MiscMetabar
checking examples ... ERROR
checking re-building of vignette outputs ... ERROR

* miWQS
checking re-building of vignette outputs ... ERROR

* NAIR
checking tests ... ERROR

* OpenLand
checking tests ... ERROR

* platetools
checking tests ... ERROR

* plot3logit
checking re-building of vignette outputs ... ERROR

* PTXQC
checking examples ... ERROR
checking tests ... ERROR

* rabhit
checking re-building of vignette outputs ... ERROR

* santaR
checking tests ... ERROR

* saros
checking examples ... ERROR
checking tests ... ERROR

* scCustomize
checking examples ... ERROR

* scdhlm
checking tests ... ERROR

* see
checking examples ... ERROR

* spqdep
checking re-building of vignette outputs ... ERROR

* TCIU
checking re-building of vignette outputs ... ERROR

* tmt
checking tests ... ERROR

* tvthemes
checking tests ... ERROR

* ufs
checking examples ... ERROR

* visR
checking examples ... ERROR
checking tests ... ERROR

### Failed to check

* bayesdfa (NA)
* ctsem (NA)
* geostan (NA)
* ggtern (NA)
* grandR (NA)
* rmsb (NA)
* rstanarm (NA)
* Seurat (NA)
* streamDAG (NA)
* treestats (NA)
* TriDimRegression (NA)
* triptych (NA)
* valse (NA)
This is a small patch release fixing regressions from the last release. No
issues with reverse dependencies detected.
Loading