You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
! Failed to convert `tibble(slide_value = mean(.x$value))` to a slide computation.
20
+
* If you were trying to use the formula interface, maybe you forgot a tilde at the beginning.
21
+
* If you were trying to use the tidyeval interface, maybe you forgot to specify the name, e.g.: `my_output_col_name =`. Note that `.col_names` is not supported.
22
+
* If you were trying to use advanced features of the tidyeval interface such as `!! name_variable :=`, maybe you forgot the required leading comma.
23
+
* Something else could have gone wrong; see below.
* If you were trying to use the formula interface, maybe you forgot a tilde at the beginning.
35
+
* If you were trying to use the tidyeval interface, maybe you forgot to specify the name, e.g.: `my_output_col_name =`. Note that `.col_names` is not supported.
36
+
* If you were trying to use advanced features of the tidyeval interface such as `!! name_variable :=`, maybe you forgot the required leading comma.
37
+
* Something else could have gone wrong; see below.
0 commit comments