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 f2f4dbc commit 338b2f5Copy full SHA for 338b2f5
R/froll.R
@@ -93,7 +93,7 @@ make.roll.names = function(x.len, n.len, n, x.nm, n.nm, fun, adaptive) {
93
if (length(n.nm)) { ## !adaptive || is.list(n)
94
n.nm
95
} else { ## adaptive && is.numeric(n)
96
- NULL
+ 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
97
}
98
99
if (!is.null(ans) && length(ans) != x.len*n.len)
0 commit comments