-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
19 lines (18 loc) · 861 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: blavsam
Title: Bayesian Structural After Measurement Analysis
Version: 0.1
Authors@R: c(person(given = "Edgar", family = "Merkle",
role = c("aut", "cre"),
email = "merklee@missouri.edu",
comment = c(ORCID = "0000-0001-7158-0653"))
)
Description: A structural after measurement approach to SEM, using Stan.
License: GPL (>= 3)
ByteCompile: true
Depends: R(>= 3.5.0), methods, Rcpp(>= 0.12.15)
Imports: utils, blavaan(>= 0.5-3), rstantools(>= 1.5.0), RcppParallel (>= 5.0.1)
LinkingTo: StanHeaders (>= 2.26.0), rstan (>= 2.26.0), BH (>= 1.69.0), Rcpp (>= 0.12.15), RcppEigen (>= 0.3.3.4.0), RcppParallel (>= 5.0.1)
Suggests: modeest(>= 2.3.3), cmdstanr, semTools, tinytest
SystemRequirements: GNU make
NeedsCompilation: yes
Additional_repositories: https://mc-stan.org/r-packages/