Skip to content

Commit 7537fad

Browse files
committed
final for 0.5-10
1 parent f43a905 commit 7537fad

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

DESCRIPTION

Lines changed: 3 additions & 4 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.5-9.1383
3+
Version: 0.5-10
44
Authors@R: c(person(given = "Edgar", family = "Merkle",
55
role = c("aut", "cre"),
66
email = "merklee@missouri.edu",
@@ -30,8 +30,7 @@ Authors@R: c(person(given = "Edgar", family = "Merkle",
3030
person(given = "Matthew", family="Emery", role="ctb",
3131
comment = "loo moment_match"),
3232
person(given = c("Michael", "S."), family = "Truong",
33-
role = "ctb",
34-
comment = "blavaan.target option")
33+
role = "ctb", comment = "options(blavaan.target)")
3534
)
3635
Description: Fit a variety of Bayesian latent variable models, including confirmatory
3736
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>.
@@ -44,5 +43,5 @@ Suggests: runjags(>= 2.0.4-3), modeest(>= 2.3.3), rjags, cmdstanr, semTools, bla
4443
SystemRequirements: GNU make
4544
URL: https://ecmerkle.github.io/blavaan/, https://github.com/ecmerkle/blavaan
4645
BugReports: https://github.com/ecmerkle/blavaan/issues
47-
Additional_repositories: https://ecmerkle.github.io/drat
46+
Additional_repositories: https://stan-dev.r-universe.dev/, https://ecmerkle.github.io/drat
4847
Config/Needs/website: brms

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 0.5-10
2+
## New features
3+
* Ability to set options(blavaan.target = "") so that user does not need to use the target argument for each model estimation.
4+
5+
* Bug fixes and internal improvements.
6+
17
# Version 0.5-9
28
## New features
39
* This release contains bug fixes and internal improvements to how model covariance matrices are handled.
@@ -7,6 +13,8 @@
713

814
* For two-level datasets where rows are not ordered by cluster, latent variable predictions may not be ordered as expected.
915

16+
* LKJ priors on (sub-)blocks of covariance matrices only accept integer parameters (reported by Julius Pfadt).
17+
1018
# Version 0.5-8
1119
## New features
1220
* 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 R-universe.
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.](https://ecmerkle.r-universe.dev/blavaan)
3535

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

0 commit comments

Comments
 (0)