Package: EcoNetGen Version: 0.2.4 Title: Simulate and Sample from Ecological Interaction Networks Description: Randomly generate a wide range of interaction networks with specified size, average degree, modularity, and topological structure. Sample nodes and links from within simulated networks randomly, by degree, by module, or by abundance. Simulations and sampling routines are implemented in 'FORTRAN', providing efficient generation times even for large networks. Basic visualization methods also included. Algorithms implemented here are described in de Aguiar et al. (2017) . Authors@R: c(person("Marcus", "de Aguiar", role = c("aut", "cph"), comment = c(ORCID = "0000-0003-1379-7568")), person("Erica", "Newman", role = c("aut"), comment = c(ORCID = "0000-0001-6433-8594")), person("Mathias", "Pires", role = "aut", comment = c(ORCID = "0000-0003-2500-4748")), person("NIMBioS", role = "fnd"), person("Carl", "Boettiger", email = "cboettig@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4580-091X"))) License: GPL-3 URL: https://github.com/cboettig/EcoNetGen BugReports: https://github.com/cboettig/EcoNetGen/issues Encoding: UTF-8 ByteCompile: true Roxygen: list(markdown = TRUE) RoxygenNote: 6.1.1 Suggests: spelling, testthat, covr, ggraph Imports: igraph, ggplot2 Language: en-US Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://cboettig.r-universe.dev Date/Publication: 2023-08-26 23:45:30 UTC RemoteUrl: https://github.com/cboettig/EcoNetGen RemoteRef: HEAD RemoteSha: 2624b8e719a418f3f2e959b3082817b617aa3f11 NeedsCompilation: yes Packaged: 2026-06-17 11:30:04 UTC; root Author: Marcus de Aguiar [aut, cph] (ORCID: ), Erica Newman [aut] (ORCID: ), Mathias Pires [aut] (ORCID: ), NIMBioS [fnd], Carl Boettiger [aut, cre] (ORCID: ) Maintainer: Carl Boettiger