Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 7 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- badges: end -->

(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

Expand Down Expand Up @@ -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.
Loading