Skip to content

Commit

Permalink
Bump {withr} and workflow versions (#264)
Browse files Browse the repository at this point in the history
* bump withr

* bump Pandoc

* bump easystats

* import the whole of effectsize

unclear why the functions don't work locally if this is not the case

* Apply automatic changes

* another bump

---------

Co-authored-by: IndrajeetPatil <[email protected]>
  • Loading branch information
IndrajeetPatil and IndrajeetPatil authored Feb 19, 2024
1 parent 1ae1664 commit e6c1f94
Show file tree
Hide file tree
Showing 17 changed files with 45 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.11.1"
pandoc-version: "3.1.12.1"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-hard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.11.1"
pandoc-version: "3.1.12.1"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-strict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.11.1"
pandoc-version: "3.1.12.1"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
# Checks are not run on R-devel because they are already run in
# `R-CMD-check-strict` workflow

#- { os: macos-latest, r: 'devel' }
#- { os: macos-latest, r: "devel" }
#- { os: macos-latest, r: "release" }
- { os: macos-latest, r: "oldrel-1" }

#- { os: windows-latest, r: "devel" }
- { os: windows-latest, r: "release" }
#- { os: windows-latest, r: "oldrel-1" }
- { os: windows-latest, r: "oldrel-1" }

#- { os: ubuntu-latest, r: "devel" }
- { os: ubuntu-latest, r: "release" }
Expand All @@ -42,7 +42,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.11.1"
pandoc-version: "3.1.12.1"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-link-rot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.11.1"
pandoc-version: "3.1.12.1"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.11.1"
pandoc-version: "3.1.12.1"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-spelling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.11.1"
pandoc-version: "3.1.12.1"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-vignette-warnings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.11.1"
pandoc-version: "3.1.12.1"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown-no-suggests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.11.1"
pandoc-version: "3.1.12.1"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.11.1"
pandoc-version: "3.1.12.1"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
)
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected].0
uses: styfle/[email protected].1
with:
access_token: ${{ github.token }}

Expand All @@ -30,7 +30,7 @@ jobs:
architecture: "x64"

- name: Run pre-commit
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1

- name: Commit files
if: failure() && startsWith(github.ref, 'refs/heads')
Expand Down
27 changes: 16 additions & 11 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "statsExpressions" in publications use:'
type: software
license: GPL-3.0-only
title: 'statsExpressions: Tidy Dataframes and Expressions with Statistical Details'
version: 1.5.3
version: 1.5.3.9000
doi: 10.21105/joss.03236
abstract: 'Utilities for producing dataframes with rich details for the most common
types of statistical approaches and tests: parametric, nonparametric, robust, and
Expand Down Expand Up @@ -259,7 +259,7 @@ references:
abstract: 'insight: Easy Access to Model Information for Various Model Objects'
notes: Imports
url: https://easystats.github.io/insight/
repository: https://easystats.r-universe.dev
repository: https://CRAN.R-project.org/package=insight
authors:
- family-names: Lüdecke
given-names: Daniel
Expand Down Expand Up @@ -294,7 +294,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0002-9271-5075
year: '2024'
version: '>= 0.19.7'
version: '>= 0.19.8'
- type: software
title: magrittr
abstract: 'magrittr: A Forward-Pipe Operator for R'
Expand All @@ -314,7 +314,7 @@ references:
abstract: 'parameters: Processing of Model Parameters'
notes: Imports
url: https://easystats.github.io/parameters/
repository: https://easystats.r-universe.dev
repository: https://CRAN.R-project.org/package=parameters
authors:
- family-names: Lüdecke
given-names: Daniel
Expand All @@ -340,13 +340,13 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0001-9560-6336
year: '2024'
version: '>= 0.21.3'
version: '>= 0.21.5'
- type: software
title: performance
abstract: 'performance: Assessment of Regression Models Performance'
notes: Imports
url: https://easystats.github.io/performance/
repository: https://easystats.r-universe.dev
repository: https://CRAN.R-project.org/package=performance
authors:
- family-names: Lüdecke
given-names: Daniel
Expand All @@ -372,8 +372,12 @@ references:
given-names: Brenton M.
email: [email protected]
orcid: https://orcid.org/0000-0001-9560-6336
year: '2024'
- family-names: Thériault
given-names: Rémi
email: [email protected]
orcid: https://orcid.org/0000-0003-4315-6788
version: '>= 0.10.8'
year: '2024'
- type: software
title: PMCMRplus
abstract: 'PMCMRplus: Calculate Pairwise Multiple Comparisons of Mean Rank Sums
Expand Down Expand Up @@ -459,7 +463,7 @@ references:
- family-names: Girlich
given-names: Maximilian
year: '2024'
version: '>= 1.3.0'
version: '>= 1.3.1'
- type: software
title: withr
abstract: 'withr: Run Code ''With'' Temporarily Modified Global State'
Expand All @@ -480,10 +484,11 @@ references:
email: [email protected]
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
email: hadley@posit.co
- family-names: Chang
given-names: Winston
year: '2024'
version: '>= 3.0.0'
- type: software
title: WRS2
abstract: 'WRS2: A Collection of Robust Statistical Methods'
Expand Down Expand Up @@ -514,7 +519,7 @@ references:
abstract: 'bayestestR: Understand and Describe Bayesian Models and Posterior Distributions'
notes: Suggests
url: https://easystats.github.io/bayestestR/
repository: https://easystats.r-universe.dev
repository: https://CRAN.R-project.org/package=bayestestR
authors:
- family-names: Makowski
given-names: Dominique
Expand All @@ -541,7 +546,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0001-9560-6336
year: '2024'
version: '>= 0.13.1'
version: '>= 0.13.2'
- type: software
title: ggplot2
abstract: 'ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics'
Expand Down
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ Imports:
dplyr (>= 1.1.4),
effectsize (>= 0.8.6),
glue,
insight (>= 0.19.7),
insight (>= 0.19.8),
magrittr,
parameters (>= 0.21.3),
parameters (>= 0.21.5),
performance (>= 0.10.8),
PMCMRplus,
purrr (>= 1.0.2),
rlang,
stats,
tibble (>= 3.2.1),
tidyr (>= 1.3.0),
withr,
tidyr (>= 1.3.1),
withr (>= 3.0.0),
WRS2,
zeallot
Suggests:
bayestestR (>= 0.13.1),
bayestestR (>= 0.13.2),
ggplot2,
knitr,
metaBMA,
Expand All @@ -66,7 +66,7 @@ Roxygen: list(
markdown = TRUE,
roclets = c("collate", "namespace", "rd", "pkgapi::api_roclet", "roxyglobals::global_roclet")
)
RoxygenNote: 7.3.0
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/check: anthonynorth/roxyglobals
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export(tidy_model_expressions)
export(tidy_model_parameters)
export(two_sample_test)
import(dplyr)
import(effectsize)
import(glue)
import(rlang)
importFrom(insight,check_if_installed)
Expand Down
1 change: 0 additions & 1 deletion R/globals.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

utils::globalVariables(c(
"method", # <add_expression_col>
"effectsize", # <add_expression_col>
"n.obs", # <add_expression_col>
"df", # <add_expression_col>
"n.obs", # <centrality_description>
Expand Down
1 change: 1 addition & 0 deletions R/statsExpressions-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#' @import rlang
#' @import dplyr
#' @import glue
#' @import effectsize
#'
#' @importFrom insight format_value check_if_installed standardize_names
#' @importFrom parameters model_parameters
Expand Down
13 changes: 7 additions & 6 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/IndrajeetPatil/statsExpressions",
"issueTracker": "https://github.com/IndrajeetPatil/statsExpressions/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "1.5.3",
"version": "1.5.3.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@type": "SoftwareApplication",
"identifier": "bayestestR",
"name": "bayestestR",
"version": ">= 0.13.1",
"version": ">= 0.13.2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -278,7 +278,7 @@
"@type": "SoftwareApplication",
"identifier": "insight",
"name": "insight",
"version": ">= 0.19.7",
"version": ">= 0.19.8",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -303,7 +303,7 @@
"@type": "SoftwareApplication",
"identifier": "parameters",
"name": "parameters",
"version": ">= 0.21.3",
"version": ">= 0.21.5",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -384,7 +384,7 @@
"@type": "SoftwareApplication",
"identifier": "tidyr",
"name": "tidyr",
"version": ">= 1.3.0",
"version": ">= 1.3.1",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -397,6 +397,7 @@
"@type": "SoftwareApplication",
"identifier": "withr",
"name": "withr",
"version": ">= 3.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -431,7 +432,7 @@
},
"SystemRequirements": null
},
"fileSize": "4131.335KB",
"fileSize": "4131.204KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down

0 comments on commit e6c1f94

Please sign in to comment.