Closed padilla410 closed 5 years ago
Read about the changes to dplyr at https://github.com/tidyverse/dplyr/blob/master/NEWS.md#dplyr-080. This page includes a list of breaking changes, the reasoning behind them, and to how to update your code.
Carefully inspect the failing checks listed at the bottom of this email.
For each failing check, either update your package, or tell me that I have a bug. If you have made changes to your package, please submit an update to CRAN before February 1.
== CHECK RESULTS ========================================
checking examples ... ERROR
Running examples in ‘SWMPrExtension-Ex.R’ failed The error most likely occurred in: > ### Name: threshold_summary > ### Title: Summary Plots for Threshold Identification > ### Aliases: threshold_summary threshold_summary.swmpr > > ### ** Examples > > ## Water quality examples > dat_wq <- qaqc(apacpwq, qaqc_keep = c(0, 3, 5)) > dat_wq <- setstep(dat_wq) > > x <- + threshold_summary(dat_wq, param = 'do_mgl', parameter_threshold = 2 + , threshold_type = '<', time_threshold = 2, summary_type = 'month' + , plot_title = TRUE) Joining, by = c("grp_join", "year") Error: `breaks` and `labels` must have the same length Execution halted
Read about the changes to dplyr at https://github.com/tidyverse/dplyr/blob/master/NEWS.md#dplyr-080. This page includes a list of breaking changes, the reasoning behind them, and to how to update your code.
Carefully inspect the failing checks listed at the bottom of this email.
For each failing check, either update your package, or tell me that I have a bug. If you have made changes to your package, please submit an update to CRAN before February 1.
== CHECK RESULTS ========================================
checking examples ... ERROR