Skip to content

Commit

Permalink
final for 0.3-16
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmerkle committed Jul 11, 2021
1 parent fd2efbe commit 123da4f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: blavaan
Title: Bayesian Latent Variable Analysis
Version: 0.3-16.779
Version: 0.3-16.781
Authors@R: c(person(given = "Edgar", family = "Merkle",
role = c("aut", "cre"),
email = "merklee@missouri.edu",
Expand Down Expand Up @@ -30,8 +30,8 @@ Description: Fit a variety of Bayesian latent variable models, including confirm
factor analysis, structural equation models, and latent growth curve models.
License: GPL (>= 3)
ByteCompile: true
Depends: R(>= 3.5.0), methods, lavaan(>= 0.6-5), Rcpp(>= 0.12.15), RcppParallel (>= 5.0.1)
Imports: stats, utils, graphics, MCMCpack, coda, mnormt, nonnest2(>= 0.5-5), loo(>= 2.0), rstan(>= 2.19.2), rstantools(>= 1.5.0), bayesplot, Matrix, future.apply
Depends: R(>= 3.5.0), methods, lavaan(>= 0.6-7), Rcpp(>= 0.12.15), RcppParallel (>= 5.0.1)
Imports: stats, utils, graphics, MCMCpack, coda, mnormt, nonnest2(>= 0.5-5), loo(>= 2.0), rstan(>= 2.21.2), rstantools(>= 1.5.0), bayesplot, Matrix, future.apply
LinkingTo: StanHeaders (>= 2.18.1), rstan (>= 2.19.2), BH (>= 1.69.0), Rcpp (>= 0.12.15), RcppEigen (>= 0.3.3.4.0), RcppParallel (>= 5.0.1)
Suggests: runjags(>= 2.0.4-2), modeest(>= 2.3.3), rjags, semTools, tinytest
SystemRequirements: GNU make
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ importFrom("methods",
importFrom("utils",
# "sessionInfo",
"packageDescription", "str", "write.table", "packageVersion",
"capture.output", "head", "tail")
"capture.output", "head", "tail", "getFromNamespace")

importFrom("stats",
"approx", "density", "median", "dnorm", "pnorm", "rgamma", "rnorm",
Expand Down
15 changes: 14 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Version 0.3-16
## New features
* blavPredict() function added for predicting latent variables and missing data.

* Some posterior summaries are sped up. (and fitMeasures are available when test="none")

* bug fixes from the previous version.


# Version 0.3-15
## New features
* Added an S3 summary() method to reduce R confusion about lavaan vs blavaan objects
* Added an S3 summary() method for ppmc

* Posterior intervals summary() bug is fixed

## Bugs/glitches discovered after the release:
* The summary() method for ppmc() and fitIndices() does not always work correctly.

* A Jacobian was incorrect for target="stan", when (non-default) priors were placed on precisions or variances instead of on standard deviations. This could impact estimates of posterior variability.


# Version 0.3-14
Expand Down

0 comments on commit 123da4f

Please sign in to comment.