Skip to content

Commit

Permalink
Fixed forgot to cast ArrayList to List
Browse files Browse the repository at this point in the history
  • Loading branch information
chirayukong committed Dec 8, 2017
1 parent b5bf70a commit 33fb993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/lofs.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ lofs <- function(tetradGraph, dfs, dataType = 0, numCategoriesToDiscretize = 4,
}
datasets$add(boxData)
}
datasets <- .jcast(datasets, "java/util/List")

lofs <- list()
class(lofs) <- "lofs"
Expand Down

0 comments on commit 33fb993

Please sign in to comment.