Package: persistence
Type: Package
Title: Optimal Graph Partition using the Persistence
Version: 0.2.0
Authors@R: c(
  person(
      "Alessandro", "Avellone",
      email = "alessandro.avellone@unimib.it",
      role = c("aut", "cre")
    ),
    person(
      "Paolo", "Bartesaghi",
      email = "paolo.bartesaghi@unimi.it",
      role = c("aut")
    ),
    person(
      "Stefano", "Benati",
      email = "stefano.benati@unitn.it",
      role = c("aut")
    ),
    person(
      "Rosanna", "Grassi",
      email = "rosanna.grassi@unimib.it",
      role = c("aut")
    )
  )
Description: Calculate the optimal vertex partition of a graph using the persistence as objective function.
  These subroutines have been used in Avellone et al. <doi:10.1007/s10288-023-00559-z>.
License: GPL (>= 2)
Encoding: UTF-8
SystemRequirements: C++20
Suggests: igraph
RoxygenNote: 7.3.2
NeedsCompilation: yes
Collate: 'persistence-exports.R' 'cluster_milano.R'
        'global_persistence.R' 'local_persistence.R'
Packaged: 2025-10-06 09:13:32 UTC; ale
Author: Alessandro Avellone [aut, cre],
  Paolo Bartesaghi [aut],
  Stefano Benati [aut],
  Rosanna Grassi [aut]
Maintainer: Alessandro Avellone <alessandro.avellone@unimib.it>
Repository: CRAN
Date/Publication: 2025-10-06 09:30:07 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-14 01:26:34 UTC; windows
Archs: x64
