Skip to content

Commit

Permalink
update 2023-10-24 18:18:14.696548
Browse files Browse the repository at this point in the history
  • Loading branch information
cjvanlissa committed Oct 24, 2023
1 parent e36fe20 commit 93cf23d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tidySEM
Type: Package
Title: Tidy Structural Equation Modeling
Version: 0.2.6.1
Version: 0.2.6
Authors@R:
c(person(given = c("Caspar", "J."),
family = "van Lissa",
Expand Down
10 changes: 5 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# tidySEM 0.2.5
# tidySEM 0.2.6

* Add reference to best practices paper, <DOI:10.1080/10705511.2023.2250920>
* Include vignettes corresponding to the appendices of that paper
* Correct implementation of `lr_lmr()` using `nonnest2::vuongtest()`
* Fix bug in BLRT()
* Patch to anticipate change in lavaan parser that would break add_paths()
* Improve vignette Generating_syntax.Rmd

## Test environments

* local Windows 11 install, R 4.3.0
* local Windows 11 install, R 4.3.1
* GitHub Actions (r-lib): windows-latest (release)
* GitHub Actions (r-lib): macOS-latest (release)
* GitHub Actions (r-lib): ubuntu-20.04 (release)
Expand Down
6 changes: 6 additions & 0 deletions news.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# tidySEM 0.2.6

* Fix bug in BLRT()
* Patch to anticipate change in lavaan parser that would break add_paths()
* Improve vignette Generating_syntax.Rmd

# tidySEM 0.2.5

* Add reference to best practices paper, <DOI:10.1080/10705511.2023.2250920>
Expand Down

0 comments on commit 93cf23d

Please sign in to comment.