forked from cran/dga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.1 KB
/
DESCRIPTION
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
29
30
31
32
33
34
35
36
37
Package: dgaFast
Type: Package
Title: Multiple Systems Estimation Using Decomposable Graphical Models
Description: This is an efficient re-implementation of the dga package of James Johndrow, Kristian Lum, and Patrick Ball (2015), which "performs Bayesian model averaging for capture-recapture. This includes code to stratify records, check the strata for suitable overlap to be used for capture-recapture, and some functions to plot the estimated population size."
Version: 0.1.0
Date: October 1, 2020
Authors@R: c(person(given = "Olivier",
family = "Binette",
role = c("aut", "cre"),
email = "olivier.binette@gmail.com"),
person(given = "Rebecca",
family = "Steorts",
role = c("aut", "fnd"))
)
License: GPL (>= 2)
LazyLoad: no
Imports:
rlang,
graphics,
Rcpp,
xtable,
qgraph,
grDevices,
tikzDevice,
UpSetR,
dplyr,
purrr,
tidyr
Suggests:
dga
NeedsCompilation: yes
ByteCompile: yes
Repository: GitHub
RoxygenNote: 7.1.1
LinkingTo:
Rcpp,
RcppArmadillo