Skip to content

Commit

Permalink
CRAN RC 1.5.4 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil authored Mar 20, 2024
1 parent 9456291 commit a18bd16
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 26 deletions.
32 changes: 15 additions & 17 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -----------------------------------------------------------
# CITATION file created with {cffr} R package, v0.5.0
# CITATION file created with {cffr} R package, v1.0.0
# See also: https://docs.ropensci.org/cffr/
# -----------------------------------------------------------

Expand All @@ -8,15 +8,15 @@ 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.9000
version: 1.5.4
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
Bayesian t-test, one-way ANOVA, correlation analyses, contingency table analyses,
and meta-analyses. The functions are pipe-friendly and provide a consistent syntax
to work with tidy data. These dataframes additionally contain expressions with statistical
details, and can be used in graphing packages. This package also forms the statistical
processing backend for ''ggstatsplot''. References: Patil (2021) <doi:10.21105/joss.03236>.'
processing backend for ''ggstatsplot''. References: Patil (2021) <https://doi.org/10.21105/joss.03236>.'
authors:
- family-names: Patil
given-names: Indrajeet
Expand Down Expand Up @@ -68,11 +68,10 @@ references:
url: https://www.R-project.org/
authors:
- name: R Core Team
location:
name: Vienna, Austria
year: '2024'
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
version: '>= 4.1.0'
- type: software
title: afex
Expand Down Expand Up @@ -259,7 +258,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 +293,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0002-9271-5075
year: '2024'
version: '>= 0.19.8'
version: '>= 0.19.9'
- type: software
title: magrittr
abstract: 'magrittr: A Forward-Pipe Operator for R'
Expand All @@ -314,7 +313,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,7 +339,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0001-9560-6336
year: '2024'
version: '>= 0.21.5'
version: '>= 0.21.6'
- type: software
title: performance
abstract: 'performance: Assessment of Regression Models Performance'
Expand Down Expand Up @@ -426,11 +425,10 @@ references:
notes: Imports
authors:
- name: R Core Team
location:
name: Vienna, Austria
year: '2024'
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
- type: software
title: tibble
abstract: 'tibble: Simple Data Frames'
Expand Down Expand Up @@ -581,8 +579,9 @@ references:
- family-names: Dunnington
given-names: Dewey
orcid: https://orcid.org/0000-0002-9415-4582
- family-names: van den Brand
- family-names: Brand
given-names: Teun
name-particle: van den
orcid: https://orcid.org/0000-0002-9335-7468
year: '2024'
- type: software
Expand Down Expand Up @@ -726,8 +725,7 @@ references:
notes: Suggests
authors:
- name: R Core Team
location:
name: Vienna, Austria
year: '2024'
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
6 changes: 3 additions & 3 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.5.3.9000
Version: 1.5.4
Authors@R:
person(given = "Indrajeet",
family = "Patil",
Expand Down Expand Up @@ -32,9 +32,9 @@ Imports:
dplyr (>= 1.1.4),
effectsize (>= 0.8.6),
glue,
insight (>= 0.19.8),
insight (>= 0.19.9),
magrittr,
parameters (>= 0.21.5),
parameters (>= 0.21.6),
performance (>= 0.10.9),
PMCMRplus,
purrr (>= 1.0.2),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# statsExpressions 1.5.3.9000
# statsExpressions 1.5.4

## MAJOR CHANGES

Expand Down
10 changes: 5 additions & 5 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"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.9000",
"version": "1.5.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
"runtimePlatform": "R version 4.3.3 (2024-02-29)",
"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.8",
"version": ">= 0.19.9",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -303,7 +303,7 @@
"@type": "SoftwareApplication",
"identifier": "parameters",
"name": "parameters",
"version": ">= 0.21.5",
"version": ">= 0.21.6",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -432,7 +432,7 @@
},
"SystemRequirements": null
},
"fileSize": "4130.456KB",
"fileSize": "4134.857KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down

0 comments on commit a18bd16

Please sign in to comment.