|
1 |
| -This is a small patch release at the request of CRAN. It includes changes to |
2 |
| -adapt to the new defaults of `all_equal()`, and updates the test setup so that |
3 |
| -vdiffr is only used if available. It further moves ggplot2 to MIT license after |
4 |
| -having gotten consent from all contributers. |
5 |
| - |
6 |
| -Since there are no changes in executable code there is no breaking changes and |
7 |
| -problems with reverse dependencies is not expected. |
8 |
| - |
9 |
| -## Test environments |
10 |
| -* local R installation, R 4.0.3 |
11 |
| -* ubuntu 16.04 (on travis-ci), R 4.0.3 |
12 |
| -* win-builder (devel) |
| 1 | +This is mainly a patch release, though we have folded in a couple of new |
| 2 | +features. The release contains a couple of internal breaking changes which can |
| 3 | +affect packages that inspects the internals of ggplot objects. All failing |
| 4 | +reverse dependencies have been notified 3 weeks ago with information about what |
| 5 | +needs to be fixed and how. Most of these have already published a fix or is in |
| 6 | +the process of doing so. |
13 | 7 |
|
14 | 8 | ## R CMD check results
|
15 | 9 |
|
16 | 10 | 0 errors | 0 warnings | 0 note
|
| 11 | + |
| 12 | +## revdepcheck results |
| 13 | + |
| 14 | +We checked 3149 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. |
| 15 | + |
| 16 | + * We saw 11 new problems |
| 17 | + * We failed to check 39 packages |
| 18 | + |
| 19 | +Issues with CRAN packages are summarised below. |
| 20 | + |
| 21 | +### New problems |
| 22 | +(This reports the first line of each new failure) |
| 23 | + |
| 24 | +* bayesAB |
| 25 | + checking tests ... ERROR |
| 26 | + |
| 27 | +* BayesianReasoning |
| 28 | + checking tests ... ERROR |
| 29 | + |
| 30 | +* cvms |
| 31 | + checking tests ... ERROR |
| 32 | + |
| 33 | +* ezEDA |
| 34 | + checking tests ... ERROR |
| 35 | + |
| 36 | +* ggseg |
| 37 | + checking examples ... ERROR |
| 38 | + checking tests ... ERROR |
| 39 | + |
| 40 | +* HRM |
| 41 | + checking dependencies in R code ... NOTE |
| 42 | + |
| 43 | +* plotly |
| 44 | + checking tests ... ERROR |
| 45 | + |
| 46 | +* ratPASTA |
| 47 | + checking tests ... ERROR |
| 48 | + |
| 49 | +* rBiasCorrection |
| 50 | + checking tests ... ERROR |
| 51 | + |
| 52 | +* tricolore |
| 53 | + checking examples ... ERROR |
| 54 | + |
| 55 | +* xpose |
| 56 | + checking tests ... ERROR |
| 57 | + |
| 58 | +### Failed to check |
| 59 | + |
| 60 | +* ActivePathways (NA) |
| 61 | +* apc (NA) |
| 62 | +* apisensr (NA) |
| 63 | +* backShift (NA) |
| 64 | +* bayesdfa (NA) |
| 65 | +* bayesGAM (NA) |
| 66 | +* bayesZIB (NA) |
| 67 | +* bmgarch (NA) |
| 68 | +* CausalImpact (NA) |
| 69 | +* CB2 (NA) |
| 70 | +* cbar (NA) |
| 71 | +* dfpk (NA) |
| 72 | +* diceR (NA) |
| 73 | +* GenHMM1d (NA) |
| 74 | +* ggmsa (NA) |
| 75 | +* ggtern (NA) |
| 76 | +* glmmfields (NA) |
| 77 | +* MarketMatching (NA) |
| 78 | +* mcmcabn (NA) |
| 79 | +* metagam (NA) |
| 80 | +* mlr3pipelines (NA) |
| 81 | +* OncoBayes2 (NA) |
| 82 | +* osmplotr (NA) |
| 83 | +* pcalg (NA) |
| 84 | +* penaltyLearning (NA) |
| 85 | +* phylopath (NA) |
| 86 | +* rabhit (NA) |
| 87 | +* raw (NA) |
| 88 | +* rstap (NA) |
| 89 | +* scoper (NA) |
| 90 | +* spectralAnalysis (NA) |
| 91 | +* StroupGLMM (NA) |
| 92 | +* SynthETIC (NA) |
| 93 | +* tigger (NA) |
| 94 | +* trackr (NA) |
| 95 | +* valse (NA) |
| 96 | +* vivid (NA) |
| 97 | +* wrswoR (NA) |
| 98 | +* zenplots (NA) |
0 commit comments