Skip to content

Commit c7f8ccc

Browse files
author
Toby Dylan Hocking
committed
explain tryCatch
1 parent ae9fd7c commit c7f8ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/atime/tests.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ roll.7264.list <- atime::atime_grid(
2828
"frollmax created"={
2929
tryCatch({
3030
data.table::frollmax(value, len_window, adaptive=TRUE, align="left", has.nf=FALSE)
31-
}, error=function(e){
31+
}, error=function(e){# if frollmax does not exist in the old version of data.table.
3232
data.table::frollapply(value, len_window, max, adaptive=TRUE, align="left")
3333
})
3434
},

0 commit comments

Comments
 (0)