Workaround for variable scope check note

Read https://github.com/r-lib/zeallot/issues/57 for more details
This commit is contained in:
Waldir Leoncio 2022-12-22 10:00:21 +01:00
parent 17a5ff66d6
commit e094a8d317

View file

@ -4,6 +4,7 @@ findCliques <- function(M) {
# Hyצdynnetההn Kevin Murphyn algoritmeja Graph Theory toolboxista.
# Pהivitetty 12.8.2005
order <- elim_order(M, ones(length(M))) # TODO: translate from findCliques.m
G <- cliques <- root <- NULL
c(G, cliques) %<-% triangulate(M, order) # TODO: translate from findCliques.m
c(jtree, root) %<-% cliques_to_jtree(cliques, ones(length(M))) # TODO: translate from findCliques.m
ncliq <- length(cliques)