Open psychelzh opened 7 months ago
I just ran into this error, and am glad to find it documented here. It is strange and disruptive behavior that a warning in the function f() escalates to an error when f() is applied with reframe. The error message is also unhelpful. Note that the same thing happens when using summarize() instead of reframe().
Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on https://stackoverflow.com/ or https://community.rstudio.com/.
Please include a minimal reproducible example (AKA a reprex). If you've never heard of a reprex before, start by reading https://www.tidyverse.org/help/#reprex.
In the following example, the dplyr warning will result into an error:
Created on 2024-04-02 with reprex v2.1.0