Skip to content

Commit 343a977

Browse files
committed
final for version 0.5-1
1 parent 1677b78 commit 343a977

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: blavaan
22
Title: Bayesian Latent Variable Analysis
3-
Version: 0.4-9.1164
3+
Version: 0.5-1
44
Authors@R: c(person(given = "Edgar", family = "Merkle",
55
role = c("aut", "cre"),
66
email = "merklee@missouri.edu",
@@ -35,7 +35,7 @@ Description: Fit a variety of Bayesian latent variable models, including confirm
3535
License: GPL (>= 3)
3636
ByteCompile: true
3737
Depends: R(>= 3.5.0), methods, Rcpp(>= 0.12.15)
38-
Imports: stats, utils, graphics, lavaan(>= 0.6-14), coda, mnormt, nonnest2(>= 0.5-5), loo(>= 2.0), rstan(>= 2.21.2), rstantools(>= 1.5.0), RcppParallel (>= 5.0.1), bayesplot, Matrix, future.apply, tmvnsim
38+
Imports: stats, utils, graphics, lavaan(>= 0.6-16), coda, mnormt, nonnest2(>= 0.5-5), loo(>= 2.0), rstan(>= 2.21.2), rstantools(>= 1.5.0), RcppParallel (>= 5.0.1), bayesplot, Matrix, future.apply, tmvnsim
3939
LinkingTo: StanHeaders (>= 2.18.1), rstan (>= 2.21.2), BH (>= 1.69.0), Rcpp (>= 0.12.15), RcppEigen (>= 0.3.3.4.0), RcppParallel (>= 5.0.1)
4040
Suggests: runjags(>= 2.0.4-3), modeest(>= 2.3.3), rjags, cmdstanr, semTools, tinytest
4141
SystemRequirements: GNU make

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.5-1
2+
## New features
3+
* Two-level models are now supported (for complete, continuous data) via the cluster argument.
4+
5+
16
# Version 0.4-8
27
## New features
38
* This is a maintenance release with bug fixes and some changes in compiler settings

0 commit comments

Comments
 (0)