Package: BayesianWebs
Title: Bayesian Modelling of Bipartite Networks
Version: 0.0.7
Authors@R: 
    c(
      person("Francisco", "Rodriguez-Sanchez", , "f.rodriguez.sanc@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-7981-1599"))
    )
Description: Bayesian modelling of bipartite network structure, following the approach
    of Young et al. <doi:10.1038/s41467-021-24149-x>.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://pakillo.github.io/BayesianWebs/
BugReports: https://github.com/Pakillo/BayesianWebs/issues
Imports:
    cmdstanr,
    dplyr,
    ggplot2,
    network.tools,
    tidybayes
Remotes:
    stan-dev/cmdstanr,
    Pakillo/network.tools
Depends: 
    R (>= 4.1)
LazyData: true
