Skip to content

Commit

Permalink
add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-schwen committed Dec 7, 2023
1 parent 5b314ed commit 086a5fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inst/tests/tests.Rraw
Original file line number Diff line number Diff line change
Expand Up @@ -6899,6 +6899,7 @@ test(1477.23, transpose(la, list.cols=TRUE), lb)
test(1477.24, transpose(lb, list.cols=TRUE), la)
test(1477.25, transpose(list(list(1L,"a"), list(2L), list(3L,"c")), list.cols=TRUE, fill="b"), la)
test(1477.26, transpose(list(1:2, c("a","b","c")), list.cols=TRUE, fill=3L), lb)
test(1477.41, transpose(la, list.cols=NA), error="list.cols should be logical TRUE/FALSE.")


# #480 `setDT` and 'lapply'
Expand Down

0 comments on commit 086a5fd

Please sign in to comment.