-
Notifications
You must be signed in to change notification settings - Fork 65
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
1 changed file
with
2 additions
and
31 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,33 +1,4 @@ | ||
## revdepcheck results | ||
This a small patch release at the request of Luke Tierney. | ||
|
||
We checked 463 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
All that has changed is a test. | ||
|
||
* We saw 1 new problem | ||
* We failed to check 0 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### New problems | ||
|
||
* iotables | ||
|
||
As of 2022-01-21, I see very similar failure for iotables on CRAN, on | ||
flavours r-release-windows-ix86+x86_64 and | ||
r-oldrel-windows-ix86+x86_64. | ||
I suspect that the iotables package makes live API calls in its vignettes and | ||
is subject to intermittent failure. | ||
I don't think this has anything to do with glue. | ||
|
||
checking re-building of vignette outputs ... WARNING | ||
|
||
Error(s) in re-building vignettes: | ||
--- re-building ‘environmental_impact.Rmd’ using rmarkdown | ||
... | ||
Quitting from lines 105-106 (environmental_impact.Rmd) | ||
Error: processing vignette 'environmental_impact.Rmd' failed with diagnostics: | ||
get_eurostat_raw fails with the id env_ac_ainah_r2 | ||
--- failed re-building ‘environmental_impact.Rmd’ | ||
... | ||
SUMMARY: processing the following file failed: | ||
‘environmental_impact.Rmd’ | ||
Error: Vignette re-building failed. |