Skip to content

Commit 33fb993

Browse files
committed
Fixed forgot to cast ArrayList to List
1 parent b5bf70a commit 33fb993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/lofs.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ lofs <- function(tetradGraph, dfs, dataType = 0, numCategoriesToDiscretize = 4,
2525
}
2626
datasets$add(boxData)
2727
}
28+
datasets <- .jcast(datasets, "java/util/List")
2829

2930
lofs <- list()
3031
class(lofs) <- "lofs"

0 commit comments

Comments
 (0)