diff --git a/DESCRIPTION b/DESCRIPTION index 8dcffaa..67c4f5b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/cran-comments.md b/cran-comments.md index f5b58a2..4ecf934 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,12 +1,12 @@ -# tidySEM 0.2.5 +# tidySEM 0.2.6 -* Add reference to best practices paper, -* 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) diff --git a/news.md b/news.md index 909e9f5..80a6d7f 100644 --- a/news.md +++ b/news.md @@ -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,