-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
1,367 additions
and
1,798 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: ggplot2 | ||
Version: 3.4.1.9000 | ||
Version: 3.4.2 | ||
Title: Create Elegant Data Visualisations Using the Grammar of Graphics | ||
Authors@R: c( | ||
person("Hadley", "Wickham", , "[email protected]", role = "aut", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,73 @@ | ||
This is a patch release fixing a couple of regressions in the last release. We | ||
see two failing revdeps at the time of submission. Both have been notified 16 | ||
days ago. | ||
This is a patch release responding to a request from CRAN about new warnings in | ||
R-devel. It also includes a small batch of of bug fixes since last release. | ||
There are no user facing changes. | ||
|
||
All breaking reverse dependencies have been notified. | ||
|
||
## revdepcheck results | ||
|
||
We checked 4375 reverse dependencies (4350 from CRAN + 25 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 4503 reverse dependencies (4468 from CRAN + 35 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 2 new problems | ||
* We failed to check 46 packages | ||
* We saw 8 new problems | ||
* We failed to check 29 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### New problems | ||
(This reports the first line of each new failure) | ||
|
||
* listdown | ||
checking tests ... ERROR | ||
* afex | ||
checking re-building of vignette outputs ... WARNING | ||
|
||
* dalmatian | ||
checking re-building of vignette outputs ... WARNING | ||
|
||
* DriveML | ||
checking re-building of vignette outputs ... WARNING | ||
|
||
* EcoEnsemble | ||
checking re-building of vignette outputs ... WARNING | ||
|
||
* ggtern | ||
checking Rd files ... WARNING | ||
|
||
* siland | ||
checking re-building of vignette outputs ... WARNING | ||
|
||
* TCIU | ||
checking re-building of vignette outputs ... WARNING | ||
|
||
* xpose | ||
checking tests ... ERROR | ||
|
||
### Failed to check | ||
|
||
* AFM (NA) | ||
* AssetCorr (NA) | ||
* bayesnec (NA) | ||
* bayesrules (NA) | ||
* cinaR (NA) | ||
* eefAnalytics (NA) | ||
* escalation (NA) | ||
* ESTER (NA) | ||
* genekitr (NA) | ||
* ggPMX (NA) | ||
* grandR (NA) | ||
* hmmTMB (NA) | ||
* immcp (NA) | ||
* INSPECTumours (NA) | ||
* IRexamples (NA) | ||
* loon.ggplot (NA) | ||
* MarketMatching (NA) | ||
* MARVEL (NA) | ||
* multilevelcoda (NA) | ||
* nestedcv (NA) | ||
* nlmixr2 (NA) | ||
* nlmixr2extra (NA) | ||
* nlmixr2plot (NA) | ||
* nlmixr2rpt (NA) | ||
* numbat (NA) | ||
* OlinkAnalyze (NA) | ||
* OpenMx (NA) | ||
* ordbetareg (NA) | ||
* PFIM (NA) | ||
* PlasmaMutationDetector2 (NA) | ||
* Platypus (NA) | ||
* RcppCensSpatial (NA) | ||
* rdddr (NA) | ||
* rdss (NA) | ||
* rstan (NA) | ||
* RVA (NA) | ||
* SCpubr (NA) | ||
* tidyposterior (NA) | ||
* tidySEM (NA) | ||
* tinyarray (NA) | ||
* TVMM (NA) | ||
* valse (NA) | ||
* vivid (NA) | ||
* wearables (NA) | ||
* webSDM (NA) | ||
* xpose.nlmixr2 (NA) | ||
* beadplexr (NA) | ||
* CausalImpact (NA) | ||
* CensMFM (NA) | ||
* cinaR (NA) | ||
* ctsem (NA) | ||
* genekitr (NA) | ||
* ggh4x (NA) | ||
* glmmPen (NA) | ||
* grandR (NA) | ||
* immcp (NA) | ||
* loon.ggplot (NA) | ||
* MACP (NA) | ||
* MarketMatching (NA) | ||
* MARVEL (NA) | ||
* nlmixr2rpt (NA) | ||
* numbat (NA) | ||
* OlinkAnalyze (NA) | ||
* OpenMx (NA) | ||
* Platypus (NA) | ||
* PsychWordVec (NA) | ||
* RcppCensSpatial (NA) | ||
* rstan (NA) | ||
* RVA (NA) | ||
* rxode2 (NA) | ||
* SCpubr (NA) | ||
* tidySEM (NA) | ||
* tinyarray (NA) | ||
* valse (NA) | ||
* vivid (NA) |
Oops, something went wrong.