Package: bootstrapnet
Version: 1.0.0
Title: Bootstrap Network Metrics
Description: Bootstraps indices/metrics of ecological networks computed with the `bipartite` R package functions.
Authors@R: c(
    person(given = "Valentin",
           family = "Stefan",
           role = c("aut", "cre"),
           email = "valentin.stefan@ufz.de"),
    person(given = "Tiffany",
           family = "Knight",
           role = "aut",
           email = "tiffany.knight@idiv.de")    
    )
Maintainer: Valentin Stefan <valentin.stefan@ufz.de>
License: MIT + file LICENSE
URL: https://valentinitnelav.github.io/bootstrapnet/
BugReports: https://github.com/valentinitnelav/bootstrapnet/issues
Depends:
    R (>= 3.5)
Imports:
    matrixStats (>= 0.53.1),
    magrittr (>= 1.5),
    data.table (>= 1.11.4),
    dplyr (>= 0.7.6),
    tibble (>= 1.4.2),
    tidyr (>= 0.8.1),
    purrr (>= 0.2.5),
    ggplot2 (>= 3.0.0),
    bipartite (>= 2.11),
    parallel (>= 3.5),
    doParallel (>= 1.0.11),
    foreach (>= 1.4.4),
    iterators (>= 1.0.10)
Suggests: 
    devtools,
    testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
