Skip to content

Commit c86dfc6

Browse files
authored
Merge pull request #32 from sfcheung/devel
Update to 0.1.2 for CRAN
2 parents 8ae99bf + a2e0283 commit c86dfc6

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: semboottools
22
Title: Bootstrapping Helpers for Structural Equation Modelling
3-
Version: 0.1.1.1
3+
Version: 0.1.2
44
Authors@R:
55
c(person(given = "Wendie",
66
family ="Yang",

NEWS.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
# semboottools 0.1.1.1
1+
# semboottools 0.1.2
22

33
## Miscellaneous
44

5-
- Use `linewidth` instead of `size` in
5+
- Used `linewidth` instead of `size` in
66
`ggplot2::geom_histogram()` to
77
suppress a warning. (0.1.1.1)
88

9+
- Updated vignettes to use
10+
`iseed` and `ncpus`. (0.1.2)
11+
12+
- Updated references
13+
in vignettes.
914

1015
# semboottools 0.1.1
1116
## New functions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![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)
99
<!-- badges: end -->
1010

11-
(Version 0.1.1,1, updated on 2026-01-17, [release history](https://Yangzhen1999.github.io/semboottools/news/index.html))
11+
(Version 0.1.2, updated on 2026-01-25, [release history](https://Yangzhen1999.github.io/semboottools/news/index.html))
1212

1313
# semboottools: Bootstrapping Helpers For Structural Equation Modelling
1414

@@ -51,5 +51,5 @@ remotes::install_github("Yangzhen1999/semboottools")
5151
# Issues
5252

5353
If you have any suggestions and found any
54-
bugs, please feel feel to open a GitHub
54+
bugs, please feel free to open a GitHub
5555
issue. Thanks.

0 commit comments

Comments
 (0)