Skip to content

Commit 10f10ea

Browse files
committed
final for 0.5-9
1 parent e4ceb70 commit 10f10ea

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: blavaan
22
Title: Bayesian Latent Variable Analysis
3-
Version: 0.5-8.1366
3+
Version: 0.5-9
44
Authors@R: c(person(given = "Edgar", family = "Merkle",
55
role = c("aut", "cre"),
66
email = "merklee@missouri.edu",

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Version 0.5-9
2+
## New features
3+
* This release contains bug fixes and internal improvements to how model covariance matrices are handled.
4+
5+
## Bugs/glitches:
6+
* For some ordinal models with no latent variables, information criteria are incorrect (inflated effective number of parameters).
7+
18
# Version 0.5-8
29
## New features
310
* This release contains minor improvements and bug fixes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fit <- bsem(model, data = PoliticalDemocracy)
3131
summary(fit)
3232
```
3333

34-
The development version of blavaan (containing updates not yet on CRAN) can be installed via the command below. Compilation is required; this may be a problem for users who currently rely on a binary version of blavaan from CRAN. A potential alternative is to install a binary from [the r-universe repo](https://ecmerkle.r-universe.dev/blavaan), which stays up to date with this repo.
34+
The development version of blavaan (containing updates not yet on CRAN) can be installed via the command below. Compilation is required; this may be a problem for users who currently rely on a binary version of blavaan from CRAN. A potential alternative is to install a binary from R-universe.
3535

3636
```r
3737
remotes::install_github("ecmerkle/blavaan", INSTALL_opts = "--no-multiarch")

0 commit comments

Comments
 (0)