Skip to content

Commit

Permalink
Bump to devel (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil authored Dec 11, 2024
1 parent 0b5e6e9 commit 04d47fe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 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: MIT
title: 'statsExpressions: Tidy Dataframes and Expressions with Statistical Details'
version: 1.6.1.9000
version: 1.6.2
doi: 10.21105/joss.03236
identifiers:
- type: doi
Expand Down Expand Up @@ -74,7 +74,7 @@ references:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
version: '>= 4.1.0'
version: '>= 4.3.0'
- type: software
title: stats
abstract: 'R: A Language and Environment for Statistical Computing'
Expand Down Expand Up @@ -289,7 +289,7 @@ references:
orcid: https://orcid.org/0000-0002-7825-7573
year: '2024'
doi: 10.32614/CRAN.package.effectsize
version: '>= 0.8.9'
version: '>= 1.0.0'
- type: software
title: glue
abstract: 'glue: Interpreted String Literals'
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: statsExpressions
Title: Tidy Dataframes and Expressions with Statistical Details
Version: 1.6.2
Version: 1.6.2.9000
Authors@R:
person("Indrajeet", "Patil", , "patilindrajeet.science@gmail.com", role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0003-1995-6531"))
Expand Down Expand Up @@ -29,7 +29,7 @@ Imports:
correlation (>= 0.8.6),
datawizard (>= 0.13.0),
dplyr (>= 1.1.4),
effectsize (>= 0.8.9),
effectsize (>= 1.0.0),
glue (>= 1.8.0),
insight (>= 1.0.0),
magrittr (>= 2.0.3),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# statsExpressions 1.6.2.9000

# statsExpressions 1.6.2

- The minimum needed R version is now bumped to `R 4.3`.
Expand Down
8 changes: 4 additions & 4 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/MIT",
"version": "1.6.1.9000",
"version": "1.6.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -170,7 +170,7 @@
"@type": "SoftwareApplication",
"identifier": "R",
"name": "R",
"version": ">= 4.1.0"
"version": ">= 4.3.0"
},
"2": {
"@type": "SoftwareApplication",
Expand Down Expand Up @@ -259,7 +259,7 @@
"@type": "SoftwareApplication",
"identifier": "effectsize",
"name": "effectsize",
"version": ">= 0.8.9",
"version": ">= 1.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -439,7 +439,7 @@
},
"SystemRequirements": null
},
"fileSize": "4229KB",
"fileSize": "4229.323KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down

0 comments on commit 04d47fe

Please sign in to comment.