Skip to content

Commit

Permalink
Bump deps and Pandoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Oct 30, 2023
1 parent eea191f commit 7172d8c
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 21 deletions.
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.8"
pandoc-version: "3.1.9"

- 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.8"
pandoc-version: "3.1.9"

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

- uses: r-lib/actions/setup-pandoc@v2
with:
pandoc-version: "3.1.8"
pandoc-version: "3.1.9"

- 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.8"
pandoc-version: "3.1.9"

- 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.8"
pandoc-version: "3.1.9"

- 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.8"
pandoc-version: "3.1.9"

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
11 changes: 5 additions & 6 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ references:
abstract: 'datawizard: Easy Data Wrangling and Statistical Transformations'
notes: Imports
url: https://easystats.github.io/datawizard/
repository: https://CRAN.R-project.org/package=datawizard
repository: https://easystats.r-universe.dev
authors:
- family-names: Patil
given-names: Indrajeet
Expand Down Expand Up @@ -290,7 +290,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0002-9271-5075
year: '2023'
version: '>= 0.19.5'
version: '>= 0.19.6'
- type: software
title: magrittr
abstract: 'magrittr: A Forward-Pipe Operator for R'
Expand Down Expand Up @@ -336,13 +336,13 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0001-9560-6336
year: '2023'
version: '>= 0.21.1'
version: '>= 0.21.2'
- 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 @@ -369,7 +369,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0001-9560-6336
year: '2023'
version: '>= 0.10.5'
version: '>= 0.10.8'
- type: software
title: PMCMRplus
abstract: 'PMCMRplus: Calculate Pairwise Multiple Comparisons of Mean Rank Sums
Expand All @@ -382,7 +382,6 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0003-3855-3025
year: '2023'
version: '>= 1.9.7'
- type: software
title: purrr
abstract: 'purrr: Functional Programming Tools'
Expand Down
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ Imports:
dplyr (>= 1.1.3),
effectsize (>= 0.8.6),
glue,
insight (>= 0.19.5),
insight (>= 0.19.6),
magrittr,
parameters (>= 0.21.1),
performance (>= 0.10.5),
PMCMRplus (>= 1.9.7),
parameters (>= 0.21.2),
performance (>= 0.10.8),
PMCMRplus,
purrr (>= 1.0.2),
rlang,
stats,
Expand Down
9 changes: 4 additions & 5 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
"@type": "SoftwareApplication",
"identifier": "insight",
"name": "insight",
"version": ">= 0.19.5",
"version": ">= 0.19.6",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -302,7 +302,7 @@
"@type": "SoftwareApplication",
"identifier": "parameters",
"name": "parameters",
"version": ">= 0.21.1",
"version": ">= 0.21.2",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -315,7 +315,7 @@
"@type": "SoftwareApplication",
"identifier": "performance",
"name": "performance",
"version": ">= 0.10.5",
"version": ">= 0.10.8",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -328,7 +328,6 @@
"@type": "SoftwareApplication",
"identifier": "PMCMRplus",
"name": "PMCMRplus",
"version": ">= 1.9.7",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -431,7 +430,7 @@
},
"SystemRequirements": null
},
"fileSize": "4131.402KB",
"fileSize": "4132.149KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down

0 comments on commit 7172d8c

Please sign in to comment.