Type: Package
Package: concom
Title: Connected Components of an Undirected Graph
Version: 1.0.0
Authors@R: 
    person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("cre", "aut"))
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
Description: Provides a function for fast computation of the connected
    components of an undirected graph (though not faster than the
    components() function of the 'igraph' package) from the edges or the
    adjacency matrix of the graph. Based on this one, a function to
    compute the connected components of a triangle 'rgl' mesh is also
    provided.
License: GPL-3
URL: https://github.com/stla/concom
BugReports: https://github.com/stla/concom/issues
Imports: english, Rcpp (>= 1.0.8), rgl, Rvcg
Suggests: rmarchingcubes
LinkingTo: BH, Rcpp
Encoding: UTF-8
RoxygenNote: 7.2.0
NeedsCompilation: yes
Packaged: 2022-06-14 09:24:00 UTC; SDL96354
Author: Stéphane Laurent [cre, aut]
Repository: CRAN
Date/Publication: 2022-06-15 07:30:05 UTC
Built: R 4.2.0; aarch64-apple-darwin20; 2022-06-15 08:31:28 UTC; unix
Archs: concom.so.dSYM
