Skip to content

Commit

Permalink
Rerun revdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Oct 28, 2022
1 parent 1481dfe commit 9032888
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 105 deletions.
6 changes: 0 additions & 6 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
# Revdeps

## New problems (1)

|package |version |error |warning |note |
|:---------|:-------|:------|:-------|:----|
|[anomalize](problems.md#anomalize)|0.2.2 |__+2__ |__+1__ | |

12 changes: 1 addition & 11 deletions revdep/cran.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@

We checked 6 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 1 new problems
* We saw 0 new problems
* We failed to check 0 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* anomalize
checking examples ... ERROR
checking tests ... ERROR
checking re-building of vignette outputs ... WARNING

89 changes: 1 addition & 88 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1,88 +1 @@
# anomalize

<details>

* Version: 0.2.2
* GitHub: https://github.com/business-science/anomalize
* Source code: https://github.com/cran/anomalize
* Date/Publication: 2020-10-20 18:50:03 UTC
* Number of recursive dependencies: 199

Run `cloud_details(, "anomalize")` for more info

</details>

## Newly broken

* checking examples ... ERROR
```
Running examples in ‘anomalize-Ex.R’ failed
The error most likely occurred in:
> ### Name: plot_anomalies
> ### Title: Visualize the anomalies in one or multiple time series
> ### Aliases: plot_anomalies
>
> ### ** Examples
>
>
...
> #### MULTIPLE TIME SERIES ####
> tidyverse_cran_downloads %>%
+ time_decompose(count, method = "stl") %>%
+ anomalize(remainder, method = "iqr") %>%
+ time_recompose() %>%
+ plot_anomalies(time_recomposed = TRUE, ncol = 3)
Error in if (message) message(glue::glue("Converting from {cl} to {class(data)[[1]]}.\n Auto-index message: index = {idx}")) :
argument is not interpretable as logical
Calls: %>% ... time_recompose.grouped_df -> prep_tbl_time -> prep_tbl_time.data.frame
Execution halted
```
* checking tests ... ERROR
```
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
5. ├─anomalize::prep_tbl_time(data, message = message)
6. └─anomalize:::prep_tbl_time.data.frame(data, message = message)
── Error ('test-time_recompose.R:9'): time_recompose works on grouped_tbl_time ──
Error in `if (message) message(glue::glue("Converting from {cl} to {class(data)[[1]]}.\n Auto-index message: index = {idx}"))`: argument is not interpretable as logical
Backtrace:
1. ├─... %>% time_recompose() at test-time_recompose.R:9:4
2. ├─anomalize::time_recompose(.)
3. └─anomalize:::time_recompose.grouped_df(.)
4. ├─anomalize::prep_tbl_time(data, message = message)
5. └─anomalize:::prep_tbl_time.data.frame(data, message = message)
[ FAIL 2 | WARN 0 | SKIP 1 | PASS 65 ]
Error: Test failures
Execution halted
```
* checking re-building of vignette outputs ... WARNING
```
Error(s) in re-building vignettes:
--- re-building ‘anomalize_methods.Rmd’ using rmarkdown
--- finished re-building ‘anomalize_methods.Rmd’
--- re-building ‘anomalize_quick_start_guide.Rmd’ using rmarkdown
Quitting from lines 68-74 (anomalize_quick_start_guide.Rmd)
Error: processing vignette 'anomalize_quick_start_guide.Rmd' failed with diagnostics:
argument is not interpretable as logical
--- failed re-building ‘anomalize_quick_start_guide.Rmd’
...
palette_dark, palette_green, palette_light, scale_color_tq,
theme_tq, theme_tq_dark, theme_tq_green
--- finished re-building ‘forecasting_with_cleaned_anomalies.Rmd’
SUMMARY: processing the following file failed:
‘anomalize_quick_start_guide.Rmd’
Error: Vignette re-building failed.
Execution halted
```
*Wow, no problems at all. :)*

0 comments on commit 9032888

Please sign in to comment.