Skip to content

Commit 07a8579

Browse files
committed
Merge branch 'frolladapt2025' into frollapply-nneg
2 parents 59c174a + 656bbba commit 07a8579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tests/froll.Rraw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@ test(6010.9991, frollapply(list(integer()), 0, function(x) 1), list(NULL))
15971597
test(6010.9992, frollapply(list(integer()), list(integer()), str, adaptive=TRUE), list(NULL))
15981598

15991599
## frolladapt
1600-
test(6015.001, frolladapt(1:3, 2, align="center"), error="'align' other than 'right' has not yet been implemented")
1600+
test(6015.000, frolladapt(1:3, 2, align="center"), error="'align' other than 'right' has not yet been implemented")
16011601
test(6015.001, frolladapt(integer(), -1L), error="'n' must be positive integer values")
16021602
test(6015.002, frolladapt(integer(), 0L), error="'n' must be positive integer values")
16031603
test(6015.003, frolladapt(integer(), 1L), integer())

0 commit comments

Comments
 (0)