-
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.
Merge pull request #5380 from tidyverse/v3.4.3-rc
Release 3.4.3
- Loading branch information
Showing
4 changed files
with
12 additions
and
76 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
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,73 +1,5 @@ | ||
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 4503 reverse dependencies (4468 from CRAN + 35 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* 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) | ||
|
||
* 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 | ||
|
||
* 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) | ||
This is a patch release responding to a request from CRAN about numeric | ||
version comparisons in R-devel. It also includes a workaround for changes | ||
in the `stats::density()` function in R-devel that affected visual tests. | ||
There are no user facing changes, so no reverse dependencies are expected to | ||
be affected. |