We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ff151 commit 6a594f1Copy full SHA for 6a594f1
R/utils.R
@@ -255,7 +255,8 @@ as_slide_computation <- function(x,
255
...,
256
arg = caller_arg(x),
257
call = caller_env()) {
258
- # A quosure is a type of formula, so be careful with `if` logic here.
+ # A quosure is a type of formula, so be careful with the order and contents
259
+ # of the conditional logic here.
260
if (is_quosure(x)) {
261
if (calc_ref_time_value) {
262
f_wrapper = function(.x, .group_key, ...) {
0 commit comments