Package: incidentally Title: Generates Incidence Matrices and Bipartite Graphs Version: 1.0.4 Authors@R: person("Zachary", "Neal", , "zpneal@msu.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3076-4995")) Description: Functions to generate incidence matrices and bipartite graphs that have (1) a fixed fill rate, (2) given marginal sums, (3) marginal sums that follow given distributions, or (4) represent bill sponsorships in the US Congress . It can also generate an incidence matrix from an adjacency matrix, or bipartite graph from a unipartite graph, via a social process mirroring team, group, or organization formation , or examine the space of binary matrices with fixed marginals. License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Depends: R (>= 2.10) Imports: igraph, Matrix, methods, stats, xml2 Suggests: backbone, rmarkdown, knitr VignetteBuilder: knitr URL: https://www.zacharyneal.com/backbone, https://github.com/zpneal/incidentally BugReports: https://github.com/zpneal/incidentally/issues Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://zpneal.r-universe.dev Date/Publication: 2025-10-14 14:39:09 UTC RemoteUrl: https://github.com/zpneal/incidentally RemoteRef: HEAD RemoteSha: 893739f01f4354dd3fc82672f06f134bd94655d2 NeedsCompilation: no Packaged: 2026-06-11 11:08:34 UTC; root Author: Zachary Neal [aut, cre] (ORCID: ) Maintainer: Zachary Neal