Skip to content

Commit

Permalink
update DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmerkle committed Mar 20, 2024
1 parent 349e763 commit 7693d5b
Showing 1 changed file with 6 additions and 31 deletions.
37 changes: 6 additions & 31 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,43 +1,18 @@
Package: blavaan
Title: Bayesian Latent Variable Analysis
Version: 0.5-2.1195
Package: bsam
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")),
person(given = "Yves", family = "Rosseel",
role = "aut",
email = "Yves.Rosseel@UGent.be"),
person(given = "Ben", family = "Goodrich", role = "aut",
email = "benjamin.goodrich@columbia.edu"),
person(given = "Mauricio",
family = "Garnier-Villarreal",
role = "ctb",
email = "mgv@pm.me",
comment = c(ORCID = "0000-0002-2951-6647",
"R/blav_compare.R", "R/ctr_bayes_fit.R", "vignettes")),
person(given = c("Terrence", "D."), family = "Jorgensen",
role = "ctb",
email = "TJorgensen314@gmail.com",
comment = c(ORCID = "0000-0001-5111-6773",
"R/ctr_bayes_fit.R", "R/ctr_ppmc.R", "R/blav_predict.R")),
person(given = "Huub", family="Hoofs", role = "ctb",
comment = "R/ctr_bayes_fit.R"),
person(given = "Rens", family="van de Schoot",
role = "ctb", comment = "R/ctr_bayes_fit.R"),
person(given = "Andrew", family="Johnson", role="ctb",
comment = "Makevars"),
person(given = "Matthew", family="Emery", role="ctb",
comment = "loo moment_match")
comment = c(ORCID = "0000-0001-7158-0653"))
)
Description: Fit a variety of Bayesian latent variable models, including confirmatory
factor analysis, structural equation models, and latent growth curve models. References: Merkle & Rosseel (2018) <doi:10.18637/jss.v085.i04>; Merkle et al. (2021) <doi:10.18637/jss.v100.i06>.
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: stats, utils, graphics, lavaan(>= 0.6-16), coda, mnormt, nonnest2(>= 0.5-5), loo(>= 2.0), rstan(>= 2.26.0), rstantools(>= 1.5.0), RcppParallel (>= 5.0.1), bayesplot, Matrix, future.apply, tmvnsim
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: runjags(>= 2.0.4-3), modeest(>= 2.3.3), rjags, cmdstanr, semTools, tinytest
Suggests: modeest(>= 2.3.3), cmdstanr, semTools, tinytest
SystemRequirements: GNU make
NeedsCompilation: yes
Additional_repositories: https://mc-stan.org/r-packages/
Expand Down

0 comments on commit 7693d5b

Please sign in to comment.