-
-
Notifications
You must be signed in to change notification settings - Fork 10
dplyr 1.2.0 #327
Copy link
Copy link
Closed
Description
Hi there, we are releasing dplyr 1.2.0 this Monday and your package was recently flagged in our final round of reverse dependency checks. Sorry we weren't able to get this to you sooner.
You'll need to send an update of your package to CRAN soon, and you'll likely receive an email from CRAN about this after dplyr 1.2.0 makes it to CRAN.
It will likely take 1 week or so for dplyr to make it to CRAN, and CRAN should give you at least 2 additional weeks to make this change.
It looks like you are expecting some tests to be silent, but now a warning is being thrown. This is likely due to a deprecated function in dplyr now throwing a warning. I would advise against expecting silence in your tests.
## Newly broken
* checking tests ... ERROR
```
...
Expected `cards::check_ard_structure(...)` to run silently.
Actual noise: warnings.
── Failure ('test-ard_tabulate.survey.design.R:1317:3'): ard_tabulate follows ard structure ──
Expected `cards::check_ard_structure(...)` to run silently.
Actual noise: warnings.
── Failure ('test-ard_tabulate.survey.design.R:1340:3'): ard_tabulate.survey.design() original types are retained ──
Expected `... <- NULL` to run silently.
Actual noise: warnings.
── Failure ('test-ard_tabulate.survey.design.R:1375:3'): ard_tabulate.survey.design() works with all NA fct variables ──
Expected `... <- NULL` to run silently.
Actual noise: warnings.
── Failure ('test-ard_tabulate_value.survey.design.R:790:3'): ard_tabulate_value.survey.design() follows ard structure ──
Expected `cards::check_ard_structure(...)` to run silently.
Actual noise: warnings.
── Failure ('test-ard_total_n.survey.design.R:11:3'): ard_total_n.survey.design() follows ard structure ──
Expected `cards::check_ard_structure(...)` to run silently.
Actual noise: warnings.
── Failure ('test-ard_total_n.survey.design.R:29:3'): ard_total_n.survey.design() using `update()` ──
Expected `ard_total_n(...)` to run silently.
Actual noise: warnings.
[ FAIL 7 | WARN 74 | SKIP 64 | PASS 629 ]
Error:
! Test failures.
Execution halted
```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels