diff --git a/DESCRIPTION b/DESCRIPTION index fa9101d..de8482b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: semboottools Title: Bootstrapping Helpers for Structural Equation Modelling -Version: 0.1.1.1 +Version: 0.1.2 Authors@R: c(person(given = "Wendie", family ="Yang", diff --git a/NEWS.md b/NEWS.md index c930410..375bb5c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,11 +1,16 @@ -# semboottools 0.1.1.1 +# semboottools 0.1.2 ## Miscellaneous -- Use `linewidth` instead of `size` in +- Used `linewidth` instead of `size` in `ggplot2::geom_histogram()` to suppress a warning. (0.1.1.1) +- Updated vignettes to use + `iseed` and `ncpus`. (0.1.2) + +- Updated references + in vignettes. # semboottools 0.1.1 ## New functions diff --git a/README.md b/README.md index 505acea..b0e602a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![R-CMD-check](https://github.com/Yangzhen1999/semboottools/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Yangzhen1999/semboottools/actions/workflows/R-CMD-check.yaml) -(Version 0.1.1,1, updated on 2026-01-17, [release history](https://Yangzhen1999.github.io/semboottools/news/index.html)) +(Version 0.1.2, updated on 2026-01-25, [release history](https://Yangzhen1999.github.io/semboottools/news/index.html)) # semboottools: Bootstrapping Helpers For Structural Equation Modelling @@ -51,5 +51,5 @@ remotes::install_github("Yangzhen1999/semboottools") # Issues If you have any suggestions and found any -bugs, please feel feel to open a GitHub +bugs, please feel free to open a GitHub issue. Thanks.