From 7693d5bc6b54fb3d9869ddcc8504106e14534455 Mon Sep 17 00:00:00 2001 From: ecmerkle Date: Wed, 20 Mar 2024 13:11:09 -0500 Subject: [PATCH] update DESCRIPTION --- DESCRIPTION | 37 ++++++------------------------------- 1 file changed, 6 insertions(+), 31 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1902cdc..2c85bfa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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) ; Merkle et al. (2021) . +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/