diff --git a/DESCRIPTION b/DESCRIPTION index b7c37b1..acce855 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: semlbci Title: Likelihood-Based Confidence Interval in Structural Equation Models -Version: 0.10.3.2 +Version: 0.10.3.3 Authors@R: c( person(given = "Shu Fai", diff --git a/NEWS.md b/NEWS.md index db4fc40..adf6947 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,11 @@ -# semlbci 0.10.3.2 +# semlbci 0.10.3.3 - Updated README.md for CRAN release. Identical to the CRAN release in code. (0.10.3.1) - Added an R CMD check for noSuggests. (0.10.3.2) +- Revised an example of `syntax_to_i()` + for a coming changes to the parser of + `lavaan` (0.10.3.3). # semlbci 0.10.3 diff --git a/R/syntax_to_i.R b/R/syntax_to_i.R index 09a1e26..a328d64 100644 --- a/R/syntax_to_i.R +++ b/R/syntax_to_i.R @@ -72,8 +72,7 @@ #' pars <- c("m ~ x", #' "y ~ m", #' "asq := 1", -#' "ab := 2", -#' "not in table") +#' "ab := 2") #' out <- syntax_to_i(pars, fit_med) #' out #' p_table[out, ] diff --git a/README.md b/README.md index 076055f..91ce4e8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![DOI](https://img.shields.io/badge/doi-10.1080/10705511.2023.2183860-blue.svg)](https://doi.org/10.1080/10705511.2023.2183860) -(Version 0.10.3.2, updated on 2023-06-21, [release history](https://sfcheung.github.io/semlbci/news/index.html)) +(Version 0.10.3.3, updated on 2023-10-23, [release history](https://sfcheung.github.io/semlbci/news/index.html)) # semlbci diff --git a/man/syntax_to_i.Rd b/man/syntax_to_i.Rd index b362461..f9c3b63 100644 --- a/man/syntax_to_i.Rd +++ b/man/syntax_to_i.Rd @@ -84,8 +84,7 @@ p_table <- parameterTable(fit_med) pars <- c("m ~ x", "y ~ m", "asq := 1", - "ab := 2", - "not in table") + "ab := 2") out <- syntax_to_i(pars, fit_med) out p_table[out, ]