Skip to content

Commit 338b2f5

Browse files
committed
solve codecov
1 parent f2f4dbc commit 338b2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/froll.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ make.roll.names = function(x.len, n.len, n, x.nm, n.nm, fun, adaptive) {
9393
if (length(n.nm)) { ## !adaptive || is.list(n)
9494
n.nm
9595
} else { ## adaptive && is.numeric(n)
96-
NULL
96+
NULL # nocov ## call to make.roll.names is excluded by is.list(ans) condition before calling it, it will be relevant for !by.column in next PR
9797
}
9898
}
9999
if (!is.null(ans) && length(ans) != x.len*n.len)

0 commit comments

Comments
 (0)