Package: EcoNetGen
Version: 0.1.1
Title: Simulate and Sample from Ecological Interaction Networks
Description: Generate a wide range of random networks given expected degree, 'modularity',
             and structure.  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) <arXiv:1708.01242>.
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
LazyData: true
ByteCompile: true
RoxygenNote: 6.0.1
Suggests: testthat, covr
Imports: igraph, ggplot2
NeedsCompilation: yes
Packaged: 2018-04-09 20:37:36 UTC; cboettig
Author: Marcus de Aguiar [aut, cph] (<https://orcid.org/0000-0003-1379-7568>),
  Erica Newman [aut] (<https://orcid.org/0000-0001-6433-8594>),
  Mathias Pires [aut] (<https://orcid.org/0000-0003-2500-4748>),
  NIMBioS [fnd],
  Carl Boettiger [aut, cre] (<https://orcid.org/0000-0003-4580-091X>)
Maintainer: Carl Boettiger <cboettig@gmail.com>
Repository: CRAN
Date/Publication: 2018-04-10 12:30:36 UTC
