-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.35 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
Package: rrum
Type: Package
Title: Bayesian Estimation of the Reduced Reparameterized Unified Model with Gibbs Sampling
Version: 0.2.1
Authors@R: c(
person("Steven Andrew", "Culpepper",
email = "[email protected]",
role = c("aut", "cph"),
comment = c(ORCID = "0000-0003-4226-6176")
),
person("Aaron", "Hudson",
email = "[email protected]",
role = c("aut", "cph"),
comment = c(ORCID = "0000-0002-9731-2224")
),
person("James Joseph", "Balamuta",
email = "[email protected]",
role = c("aut", "cph", "cre"),
comment = c(ORCID = "0000-0003-2826-8458")
)
)
Description: Implementation of Gibbs sampling algorithm for Bayesian Estimation
of the Reduced Reparameterized Unified Model ('rrum'), described by
Culpepper and Hudson (2017) <doi: 10.1177/0146621617707511>.
URL: https://tmsalab.github.io/rrum/, https://github.com/tmsalab/rrum
BugReports: https://github.com/tmsalab/rrum/issues
License: GPL (>= 2)
Depends: R (>= 4.1.0), simcdm (>= 0.1.0)
Imports: Rcpp (>= 1.0.11)
LinkingTo: Rcpp, RcppArmadillo (>= 0.12.6.6.0), rgen, simcdm
Suggests:
testthat,
covr
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)