-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 777 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
28 lines (28 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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