Skip to content

Commit

Permalink
Merge pull request #153 from sfcheung/devel
Browse files Browse the repository at this point in the history
0.10.3.3: Revise an example for a coming changes to lavaan
  • Loading branch information
sfcheung authored Oct 23, 2023
2 parents e816a3d + f938ed3 commit 2170446
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 1 addition & 2 deletions R/syntax_to_i.R
Original file line number Diff line number Diff line change
Expand Up @@ -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, ]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

(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 <img src="man/figures/logo.png" align="right" height="150" />

Expand Down
3 changes: 1 addition & 2 deletions man/syntax_to_i.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2170446

Please sign in to comment.