Skip to content

Commit 75b78d0

Browse files
committed
try possibly a fix for codecov bug?
1 parent 2c54ad2 commit 75b78d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/frollapply.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ frollapply = function(X, N, FUN, ..., by.column=TRUE, fill=NA, align=c("right","
101101
nx = length(X)
102102
len = lengths(X)
103103
xnam = names(X)
104-
} else
104+
} else {
105105
stopf("frollapply by.column=TRUE requires 'X' argument to be atomic or a list of those")
106+
}
106107
} else {
107108
list.df = FALSE
108109
if (is.data.frame(X)) {

0 commit comments

Comments
 (0)