Skip to content

Release 3.3.6 #4818

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 8 commits into from
May 3, 2022
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
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ visual_test
^cran-comments\.md$
^LICENSE\.md$
^vignettes/articles$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ggplot2
Version: 3.3.6.9000
Title: Create Elegant Data Visualisations Using the Grammar of Graphics
Version: 3.3.5.9000
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut",
comment = c(ORCID = "0000-0003-4757-117X")),
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,12 @@ precedence between `bins` and `binwidth`. (@eliocamp, #4651)
`geom_linerange()` are now orientation-aware (@mjskay, #4732)

* Updated documentation for `geom_smooth()` to more clearly describe effects of the
`fullrange` parameter (@thoolihan, #4399).
`fullrange` parameter (@thoolihan, #4399).

# ggplot2 3.3.6
This is a very small release only applying an internal change to comply with
R 4.2 and its deprecation of `default.stringsAsFactors()`. There are no user
facing changes and no breaking changes.

# ggplot2 3.3.5
This is a very small release focusing on fixing a couple of untenable issues
Expand Down
35 changes: 32 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,36 @@
This is a very quick patch release addressing some unforeseen issues with the
latest release. It does not contain any breaking changes and no changes to worse
in the reverse dependencies was detected.
This is a small release as requested by CRAN to remove a call to the deprecated
`default.stringsAsFactors()` in base. This patch contains no user facing changes
and no breaking changes.

## R CMD check results

0 errors | 0 warnings | 0 note

## revdepcheck results

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

* We saw 2 new problems
* We failed to check 6 packages

Issues with CRAN packages are summarised below. Looking into the 2 problems,
none of them are related to ggplot2.

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

* eurlex
checking re-building of vignette outputs ... WARNING

* gggrid
checking re-building of vignette outputs ... WARNING

### Failed to check

* CausalImpact (NA)
* ctsem (NA)
* loon.ggplot (NA)
* SSVS (NA)
* valse (NA)
* vivid (NA)
66 changes: 14 additions & 52 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,58 +1,20 @@
# Revdeps

## Failed to check (45)
## Failed to check (6)

|package |version |error |warning |note |
|:----------------|:-------|:-----|:-------|:----|
|ActivePathways |? | | | |
|apc |? | | | |
|apisensr |? | | | |
|backShift |? | | | |
|bayesdfa |1.1.0 |1 | | |
|bayesZIB |0.0.2 |1 | | |
|NA |? | | | |
|NA |? | | | |
|btergm |1.9.13 |1 | | |
|CausalImpact |? | | | |
|CB2 |? | | | |
|cbar |? | | | |
|NA |? | | | |
|dfpk |3.5.1 |1 | | |
|diceR |? | | | |
|GenHMM1d |? | | | |
|ggmsa |? | | | |
|ggtern |3.3.0 |1 | |1 |
|glmmfields |0.1.4 |1 | | |
|NA |? | | | |
|mcmcabn |? | | | |
|NA |? | | | |
|metagam |? | | | |
|MoMPCA |? | | | |
|osmplotr |? | | | |
|pcalg |? | | | |
|penaltyLearning |? | | | |
|phylopath |? | | | |
|NA |? | | | |
|rabhit |? | | | |
|raw |? | | | |
|rstap |1.0.3 |1 | | |
|scoper |? | | | |
|spectralAnalysis |? | | | |
|NA |? | | | |
|StroupGLMM |? | | | |
|superb |? | | | |
|SynthETIC |? | | | |
|NA |? | | | |
|tigger |? | | | |
|trackr |? | | | |
|valse |0.1-0 |1 | | |
|vivid |? | | | |
|wrswoR |? | | | |
|zenplots |? | | | |
|package |version |error |warning |note |
|:------------|:-------|:-----|:-------|:----|
|CausalImpact |? | | | |
|ctsem |3.6.0 |1 | | |
|loon.ggplot |? | | | |
|SSVS |? | | | |
|valse |0.1-0 |1 | | |
|vivid |? | | | |

## New problems (1)
## New problems (2)

|package |version |error |warning |note |
|:----------------------------------------|:---------|:-----|:-------|:------|
|[rvinecopulib](problems.md#rvinecopulib) |0.5.5.1.1 |-1 | |__+1__ |
|package |version |error |warning |note |
|:----------------------------|:-------|:-----|:-------|:----|
|[eurlex](problems.md#eurlex) |0.4.1 | |__+1__ | |
|[gggrid](problems.md#gggrid) |0.2-0 | |__+1__ | |

56 changes: 14 additions & 42 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,26 @@
## revdepcheck results

We checked 3197 reverse dependencies (3189 from CRAN + 8 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 3967 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 1 new problems
* We failed to check 37 packages
* We saw 2 new problems
* We failed to check 6 packages

Issues with CRAN packages are summarised below.

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

* rvinecopulib
checking installed package size ... NOTE
* eurlex
checking re-building of vignette outputs ... WARNING

* gggrid
checking re-building of vignette outputs ... WARNING

### Failed to check

* ActivePathways (NA)
* apc (NA)
* apisensr (NA)
* backShift (NA)
* bayesdfa (NA)
* bayesZIB (NA)
* btergm (NA)
* CausalImpact (NA)
* CB2 (NA)
* cbar (NA)
* dfpk (NA)
* diceR (NA)
* GenHMM1d (NA)
* ggmsa (NA)
* ggtern (NA)
* glmmfields (NA)
* mcmcabn (NA)
* metagam (NA)
* MoMPCA (NA)
* osmplotr (NA)
* pcalg (NA)
* penaltyLearning (NA)
* phylopath (NA)
* rabhit (NA)
* raw (NA)
* rstap (NA)
* scoper (NA)
* spectralAnalysis (NA)
* StroupGLMM (NA)
* superb (NA)
* SynthETIC (NA)
* tigger (NA)
* trackr (NA)
* valse (NA)
* vivid (NA)
* wrswoR (NA)
* zenplots (NA)
* CausalImpact (NA)
* ctsem (NA)
* loon.ggplot (NA)
* SSVS (NA)
* valse (NA)
* vivid (NA)
Loading