Skip to content

Commit 37fe341

Browse files
committed
update test data and add Michael Truong as contributor
1 parent ff7cd8f commit 37fe341

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

DESCRIPTION

Lines changed: 5 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.5-9.1378
3+
Version: 0.5-9.1382
44
Authors@R: c(person(given = "Edgar", family = "Merkle",
55
role = c("aut", "cre"),
66
email = "merklee@missouri.edu",
@@ -28,7 +28,10 @@ Authors@R: c(person(given = "Edgar", family = "Merkle",
2828
person(given = "Andrew", family="Johnson", role="ctb",
2929
comment = "Makevars"),
3030
person(given = "Matthew", family="Emery", role="ctb",
31-
comment = "loo moment_match")
31+
comment = "loo moment_match"),
32+
person(given = c("Michael", "S."), family = "Truong",
33+
role = "ctb",
34+
comment = "blavaan.target option")
3235
)
3336
Description: Fit a variety of Bayesian latent variable models, including confirmatory
3437
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>.

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
fields="Version")
44
packageStartupMessage("This is ",paste(pkgname, version))
55
packageStartupMessage('On multicore systems, we suggest use of future::plan("multicore") or\n', ' future::plan("multisession") for faster post-MCMC computations.')
6-
packageStartupMessage('If cmdstanr is installed, consider setting options(blavaan.target = "cmdstan") for speed.')
6+
#packageStartupMessage('If cmdstanr is installed, consider setting options(blavaan.target = "cmdstan") for speed.')
77
}
88

inst/testdata/sysdata.rda

-150 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)