-
Notifications
You must be signed in to change notification settings - Fork 30
Open
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 use summarise() to return >1 rows. This has been deprecated for a few years and has been warning on every use, and is now an error. Please switch to reframe() instead.
## Newly broken
* checking re-building of vignette outputs ... ERROR
```
...
ℹ To return more or less than 1 row per group, use `reframe()`.
---
Backtrace:
▆
1. ├─df %>% as_tibble() %>% group_by(key) %>% ...
2. ├─dplyr::summarise(...)
3. ├─dplyr:::summarise.grouped_df(...)
4. │ └─dplyr:::summarise_cols(.data, dplyr_quosures(...), by, "summarise")
5. │ └─base::withCallingHandlers(...)
6. └─dplyr:::dplyr_internal_error(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'QuickStart.Rmd' failed with diagnostics:
ℹ In argument: `value = my_features(value)`.
ℹ In group 1: `key = "Series 1"`.
Caused by error:
! `value` must be size 1, not 3.
ℹ To return more or less than 1 row per group, use `reframe()`.
--- failed re-building ‘QuickStart.Rmd’
SUMMARY: processing the following file failed:
‘QuickStart.Rmd’
Error: Vignette re-building failed.
Execution halted
```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels