From e094a8d31720286f2e1cfad085610d0e310f7d5f Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Thu, 22 Dec 2022 10:00:21 +0100 Subject: [PATCH] Workaround for variable scope check note Read https://github.com/r-lib/zeallot/issues/57 for more details --- R/findCliques.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/findCliques.R b/R/findCliques.R index 4ff1d8b..ba0ec59 100644 --- a/R/findCliques.R +++ b/R/findCliques.R @@ -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)