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
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: semptools
Title: Customizing Structural Equation Modelling Plots
Version: 0.3.1.10
Version: 0.3.1.11
Authors@R: c(
person(given = "Shu Fai",
family = "Cheung",
Expand All @@ -19,7 +19,7 @@ Description: Most function focus on specific ways to customize a graph.
by a pipe operator.
URL: https://sfcheung.github.io/semptools/
BugReports: https://github.com/sfcheung/semptools/issues
Depends: R (>= 3.6.0)
Depends: R (>= 4.1.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# semptools 0.3.1.10
# semptools 0.3.1.11

## New Features

Expand Down Expand Up @@ -39,6 +39,11 @@
R-squares if *p*-values are provided
by users. (0.3.1.8)

## Miscellaneous

- Update to depend on R 4.1.0 or above.
(0.3.1.11)

# semptools 0.3.1

## Improvement
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![R-CMD-check](https://github.com/sfcheung/semptools/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/sfcheung/semptools/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

(Version 0.3.1.10, updated on 2025-07-06, [release history](https://sfcheung.github.io/semptools/news/index.html))
(Version 0.3.1.11, updated on 2025-07-06, [release history](https://sfcheung.github.io/semptools/news/index.html))

# semptools <img src="man/figures/logo.png" align="right" height="150" />

Expand Down
Loading