Skip to content

Commit 789dc33

Browse files
RC CRAN 1.6.2: Fix tests for easystats update (#301)
* Fix tests for insight update * Apply automatic changes * update package version * update workflow --------- Co-authored-by: IndrajeetPatil <IndrajeetPatil@users.noreply.github.com>
1 parent 9d8b9d9 commit 789dc33

15 files changed

+55
-59
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,16 @@ jobs:
2525
#- {os: macOS-latest, r: 'devel'}
2626
- { os: macOS-latest, r: "release" }
2727
- { os: macOS-latest, r: "oldrel" }
28-
#- {os: macOS-latest, r: 'oldrel-2'}
29-
#- {os: macOS-latest, r: 'oldrel-3'}
3028

31-
#- { os: windows-latest, r: "next" }
3229
- { os: windows-latest, r: "devel" }
3330
- { os: windows-latest, r: "release" }
3431
- { os: windows-latest, r: "oldrel" }
35-
#- {os: windows-latest, r: 'oldrel-2'}
36-
#- {os: windows-latest, r: 'oldrel-3'}
37-
38-
# use 4.1 to check with rtools40's older compiler
39-
#- { os: windows-latest, r: "4.1" }
4032

4133
#- { os: ubuntu-latest, r: "next" }
4234
- { os: ubuntu-latest, r: "devel" }
4335
- { os: ubuntu-latest, r: "release" }
4436
- { os: ubuntu-latest, r: "oldrel" }
45-
# - { os: ubuntu-latest, r: "oldrel-2" }
46-
# - { os: ubuntu-latest, r: "oldrel-3" }
37+
#- { os: ubuntu-latest, r: "oldrel-2" }
4738

4839
env:
4940
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -67,16 +58,8 @@ jobs:
6758
upgrade: 'TRUE'
6859
extra-packages: |
6960
any::rcmdcheck
70-
Matrix=?ignore-before-r=100.0.0
71-
lme4=?ignore-before-r=100.0.0
72-
TMB=?ignore-before-r=100.0.0
7361
needs: check
7462

75-
- name: Install packages from source
76-
run: |
77-
utils::install.packages(c("Matrix", "lme4", "TMB"), type = "source")
78-
shell: Rscript {0}
79-
8063
- uses: r-lib/actions/check-r-package@v2
8164
with:
8265
upload-snapshots: true

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Deploy to GitHub pages 🚀
5050
if: github.event_name != 'pull_request'
51-
uses: JamesIves/github-pages-deploy-action@v4.6.9
51+
uses: JamesIves/github-pages-deploy-action@v4.7.1
5252
with:
5353
branch: gh-pages
5454
folder: docs

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ references:
348348
orcid: https://orcid.org/0000-0002-9271-5075
349349
year: '2024'
350350
doi: 10.32614/CRAN.package.insight
351-
version: '>= 0.20.5'
351+
version: '>= 1.0.0'
352352
- type: software
353353
title: magrittr
354354
abstract: 'magrittr: A Forward-Pipe Operator for R'
@@ -397,7 +397,7 @@ references:
397397
orcid: https://orcid.org/0000-0001-9560-6336
398398
year: '2024'
399399
doi: 10.32614/CRAN.package.parameters
400-
version: '>= 0.23.0'
400+
version: '>= 0.24.0'
401401
- type: software
402402
title: performance
403403
abstract: 'performance: Assessment of Regression Models Performance'

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: statsExpressions
33
Title: Tidy Dataframes and Expressions with Statistical Details
4-
Version: 1.6.1.9000
4+
Version: 1.6.2
55
Authors@R:
66
person("Indrajeet", "Patil", , "patilindrajeet.science@gmail.com", role = c("cre", "aut", "cph"),
77
comment = c(ORCID = "0000-0003-1995-6531"))
@@ -20,7 +20,7 @@ URL: https://indrajeetpatil.github.io/statsExpressions/,
2020
https://github.com/IndrajeetPatil/statsExpressions
2121
BugReports: https://github.com/IndrajeetPatil/statsExpressions/issues
2222
Depends:
23-
R (>= 4.1.0),
23+
R (>= 4.3.0),
2424
stats
2525
Imports:
2626
afex (>= 1.4-1),
@@ -31,9 +31,9 @@ Imports:
3131
dplyr (>= 1.1.4),
3232
effectsize (>= 0.8.9),
3333
glue (>= 1.8.0),
34-
insight (>= 0.20.5),
34+
insight (>= 1.0.0),
3535
magrittr (>= 2.0.3),
36-
parameters (>= 0.23.0),
36+
parameters (>= 0.24.0),
3737
performance (>= 0.12.4),
3838
PMCMRplus (>= 1.9.12),
3939
purrr (>= 1.0.2),

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# statsExpressions 1.6.2
2+
3+
- The minimum needed R version is now bumped to `R 4.3`.
4+
- Fixes failing tests due to changes in `{easystats}` packages.
5+
16
# statsExpressions 1.6.1
27

38
- Upgrade `{easystats}` package versions to avoid user-facing warnings due to

codemeta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
"@type": "SoftwareApplication",
286286
"identifier": "insight",
287287
"name": "insight",
288-
"version": ">= 0.20.5",
288+
"version": ">= 1.0.0",
289289
"provider": {
290290
"@id": "https://cran.r-project.org",
291291
"@type": "Organization",
@@ -311,7 +311,7 @@
311311
"@type": "SoftwareApplication",
312312
"identifier": "parameters",
313313
"name": "parameters",
314-
"version": ">= 0.23.0",
314+
"version": ">= 0.24.0",
315315
"provider": {
316316
"@id": "https://cran.r-project.org",
317317
"@type": "Organization",
@@ -439,7 +439,7 @@
439439
},
440440
"SystemRequirements": null
441441
},
442-
"fileSize": "4229.33KB",
442+
"fileSize": "4229KB",
443443
"citation": [
444444
{
445445
"@type": "ScholarlyArticle",

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
0 errors | 0 warnings | 0 note
44

5-
* Fixes CRAN vignette build failures on R-oldrel.
5+
* Fixes snapshot tests failing due to easystats updates.
66

77
## revdepcheck results
88

man/meta_analysis.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/oneway_anova.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pairwise_comparisons.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)