Skip to content

Commit

Permalink
Merge pull request #123 from sfcheung/devel
Browse files Browse the repository at this point in the history
Update to 0.2.9.12 (add a check for noSuggests)
  • Loading branch information
sfcheung committed Jun 21, 2023
2 parents e8a19ac + 6f4f272 commit f78df64
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})
name: ${{ matrix.config.os }} (${{ matrix.config.r }}) ${{ matrix.config.special }}

strategy:
fail-fast: false
Expand All @@ -21,8 +21,11 @@ jobs:
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'release', nosuggests: true, special: "No Suggests"}

env:
_R_CHECK_DEPENDS_ONLY_: ${{ matrix.config.nosuggests }}
_R_CHECK_DEPENDS_ONLY_VIGNETTES_: false
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes

Expand Down
2 changes: 1 addition & 1 deletion 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.2.9.11
Version: 0.2.9.12
Authors@R: c(
person(given = "Shu Fai",
family = "Cheung",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# semptools 0.2.9.12

- Add an R CMD check for noSuggests. (0.2.9.12)

# semptools 0.2.9.11

- Used the native functions of `semPlot` (`semPlot::man()` and `semPlot::lat()`)
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.2.9.11, updated on 2023-05-29, [release history](https://sfcheung.github.io/semptools/news/index.html))
(Version 0.2.9.12, updated on 2023-06-21, [release history](https://sfcheung.github.io/semptools/news/index.html))

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

Expand Down

0 comments on commit f78df64

Please sign in to comment.