-
Notifications
You must be signed in to change notification settings - Fork 418
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
1 parent
edcbc4a
commit d633119
Showing
1 changed file
with
9 additions
and
38 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,40 +1,11 @@ | ||
## revdepcheck results | ||
We expect 3 reverse dependency failures: | ||
- faux | ||
- ggpubr | ||
- wpa | ||
|
||
We checked 1451 reverse dependencies (1441 from CRAN + 10 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
We have sent each of these a pull request containing a backwards compatible | ||
patch. See https://github.com/tidyverse/tidyr/issues/1453 for more information. | ||
|
||
* We saw 7 new problems | ||
* We failed to check 3 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### New problems | ||
(This reports the first line of each new failure) | ||
|
||
* covidregionaldata | ||
checking tests ... ERROR | ||
checking re-building of vignette outputs ... WARNING | ||
|
||
* emayili | ||
checking examples ... ERROR | ||
checking tests ... ERROR | ||
|
||
* simpr | ||
checking S3 generic/method consistency ... WARNING | ||
|
||
* skater | ||
checking re-building of vignette outputs ... WARNING | ||
|
||
* sparklyr | ||
checking S3 generic/method consistency ... WARNING | ||
|
||
* SWMPrExtension | ||
checking examples ... ERROR | ||
|
||
* xml2relational | ||
checking examples ... ERROR | ||
|
||
### Failed to check | ||
|
||
* loon.ggplot (NA) | ||
* PLNmodels (NA) | ||
* vivid (NA) | ||
faux and ggpubr have had at least two weeks to update their package. wpa was | ||
sent a pull request today, as their package breakage wasn't caught until today, | ||
but we still request that tidyr be accepted in spite of this. |