Package: backbone Type: Package Title: Extracts the Backbone from Networks Version: 3.0.4 Authors@R: c( person("Zachary", "Neal", email = "zpneal@msu.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3076-4995")), person("Rachel", "Domagalski", role = "ctb"), person("Bruce", "Sagan", role = "ctb"), person("Karl", "Godard", role = "ctb")) Description: An implementation of methods for extracting a sparse unweighted network (i.e. a backbone) from an unweighted network (e.g., Hamann et al., 2016 ), a weighted network (e.g., Serrano et al., 2009 ), or a weighted projection (e.g., Neal et al., 2021 ). License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Depends: R (>= 3.5) Imports: graphics, igraph, Matrix, methods, stats, Rcpp, utils, Suggests: knitr, rmarkdown, tinytest LinkingTo: Rcpp VignetteBuilder: knitr URL: https://rbackbone.net BugReports: https://github.com/zpneal/backbone/issues LazyData: true Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://zpneal.r-universe.dev Date/Publication: 2026-05-21 12:42:24 UTC RemoteUrl: https://github.com/zpneal/backbone RemoteRef: HEAD RemoteSha: a6ef2804b34d0d19ab8a01e0f569c6786a4760fe NeedsCompilation: yes Packaged: 2026-06-24 10:37:00 UTC; root Author: Zachary Neal [aut, cre] (ORCID: ), Rachel Domagalski [ctb], Bruce Sagan [ctb], Karl Godard [ctb] Maintainer: Zachary Neal