Skip to content

Commit 52fb2e8

Browse files
authored
Removing white space in froll.Rraw
1 parent 1c84904 commit 52fb2e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inst/tests/froll.Rraw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ test(6000.0671, frollmean(c(1:2,NA,4:10), 4), c(rep(NA_real_, 6), 5.5, 6.5, 7.5,
310310
"frollmeanFast: non-finite values are present in input, skip non-finite unaware attempt and run with extra care for NFs straighaway",
311311
"frollfun: processing fun MEAN algo fast took.*",
312312
"frollfunR: processing.*took.*"
313-
))
313+
))
314314
test(6000.0672, frollmean(c(1:2,NA,4:10), 4, has.nf=FALSE), c(rep(NA_real_, 6), 5.5, 6.5, 7.5, 8.5), output=c(
315315
"frollfunR: allocating memory for results 1x1",
316316
"frollfunR: .*sequentially.*single rolling computation.*",

0 commit comments

Comments
 (0)