Skip to content

Commit

Permalink
set parser = "new" (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
yrosseel committed Oct 26, 2024
1 parent 44f4335 commit 19c3f93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: lavaan
Title: Latent Variable Analysis
Version: 0.6-20.2223
Version: 0.6-20.2224
Authors@R: c(person(given = "Yves", family = "Rosseel",
role = c("aut", "cre"),
email = "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion R/lav_syntax.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# YR 23 Oct 2024: switch to "c.r"

lavParseModelString <- function(model.syntax = "", as.data.frame. = FALSE,
parser = "c.r", warn = TRUE, debug = FALSE) {
parser = "new", warn = TRUE, debug = FALSE) {
if (!missing(debug)) {
current.debug <- lav_debug()
if (lav_debug(debug))
Expand Down
2 changes: 1 addition & 1 deletion R/xxx_lavaanList.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# YR - 29 Jun 2016
# YR - 27 Jan 2017: change lavoptions; add dotdotdot to each call
# TDJ - 23 Aug 2018: change wrappers to preserve arguments from match.call()
# YR - 15 Oct 2024: add iseed (as in bootstrapLavaan), but does not work yet!
# YR - 15 Oct 2024: add iseed (as in bootstrapLavaan)

lavaanList <- function(model = NULL, # model
dataList = NULL, # list of datasets
Expand Down

0 comments on commit 19c3f93

Please sign in to comment.