Skip to content

Commit

Permalink
RC 0.12.4: Fix warnings from latest easystats (#946)
Browse files Browse the repository at this point in the history
* Bump to latest easystats

* bump version
  • Loading branch information
IndrajeetPatil authored Jul 6, 2024
1 parent d55f86a commit de5dff9
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 39 deletions.
29 changes: 17 additions & 12 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "ggstatsplot" in publications use:'
type: software
license: GPL-3.0-only
title: 'ggstatsplot: ''ggplot2'' Based Plots with Statistical Details'
version: 0.12.3.9000
version: 0.12.4
doi: 10.21105/joss.03167
abstract: 'Extension of ''ggplot2'', ''ggstatsplot'' creates graphics with details
from statistical tests included in the plots themselves. It provides an easier syntax
Expand Down Expand Up @@ -76,7 +76,7 @@ references:
abstract: 'correlation: Methods for Correlation Analysis'
notes: Imports
url: https://easystats.github.io/correlation/
repository: https://easystats.r-universe.dev
repository: https://CRAN.R-project.org/package=correlation
authors:
- family-names: Makowski
given-names: Dominique
Expand All @@ -103,13 +103,13 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0003-4315-6788
year: '2024'
version: '>= 0.8.4'
version: '>= 0.8.5'
- type: software
title: datawizard
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 All @@ -136,7 +136,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0001-9560-6336
year: '2024'
version: '>= 0.10.0'
version: '>= 0.11.0'
- type: software
title: dplyr
abstract: 'dplyr: A Grammar of Data Manipulation'
Expand Down Expand Up @@ -313,7 +313,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0002-9271-5075
year: '2024'
version: '>= 0.19.11'
version: '>= 0.20.1'
- type: software
title: paletteer
abstract: 'paletteer: Comprehensive Collection of Color Palettes'
Expand Down Expand Up @@ -356,7 +356,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0001-9560-6336
year: '2024'
version: '>= 0.21.7'
version: '>= 0.22.0'
- type: software
title: patchwork
abstract: 'patchwork: The Composer of Plots'
Expand All @@ -375,7 +375,7 @@ references:
abstract: 'performance: Assessment of Regression Models Performance'
notes: Imports
url: https://easystats.github.io/performance/
repository: https://CRAN.R-project.org/package=performance
repository: https://easystats.r-universe.dev
authors:
- family-names: Lüdecke
given-names: Daniel
Expand Down Expand Up @@ -406,7 +406,7 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0003-4315-6788
year: '2024'
version: '>= 0.11.0'
version: '>= 0.12.0'
- type: software
title: purrr
abstract: 'purrr: Functional Programming Tools'
Expand Down Expand Up @@ -437,7 +437,7 @@ references:
given-names: Hadley
email: [email protected]
year: '2024'
version: '>= 1.1.3'
version: '>= 1.1.4'
- type: software
title: stats
abstract: 'R: A Language and Environment for Statistical Computing'
Expand All @@ -459,8 +459,8 @@ references:
given-names: Indrajeet
email: [email protected]
orcid: https://orcid.org/0000-0003-1995-6531
version: '>= 1.5.5'
year: '2024'
version: '>= 1.5.4'
- type: software
title: tidyr
abstract: 'tidyr: Tidy Messy Data'
Expand Down Expand Up @@ -580,6 +580,8 @@ references:
- family-names: Ripley
given-names: Brian
email: [email protected]
- family-names: Venables
given-names: Bill
year: '2024'
- type: software
title: metaBMA
Expand Down Expand Up @@ -620,7 +622,7 @@ references:
authors:
- family-names: Beath
given-names: Ken
email: ken@kjbeath.com.au
email: ken@kjbeath.id.au
- family-names: Bolker
given-names: Ben
email: [email protected]
Expand All @@ -638,6 +640,9 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0003-4880-9610
year: '2024'
identifiers:
- type: url
value: https://personality-project.org/r/psych-manual.pdf
- type: software
title: rmarkdown
abstract: 'rmarkdown: Dynamic Documents for R'
Expand Down
18 changes: 9 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: ggstatsplot
Title: 'ggplot2' Based Plots with Statistical Details
Version: 0.12.3.9000
Version: 0.12.4
Authors@R:
c(person(given = "Indrajeet",
family = "Patil",
Expand Down Expand Up @@ -31,24 +31,24 @@ BugReports: https://github.com/IndrajeetPatil/ggstatsplot/issues
Depends:
R (>= 4.1.0)
Imports:
correlation (>= 0.8.4),
datawizard (>= 0.10.0),
correlation (>= 0.8.5),
datawizard (>= 0.11.0),
dplyr (>= 1.1.4),
ggcorrplot (>= 0.1.4.1),
ggplot2 (>= 3.5.1),
ggrepel (>= 0.9.5),
ggside (>= 0.3.1),
ggsignif (>= 0.6.4),
glue (>= 1.7.0),
insight (>= 0.19.11),
insight (>= 0.20.1),
paletteer (>= 1.6.0),
parameters (>= 0.21.7),
parameters (>= 0.22.0),
patchwork (>= 1.2.0),
performance (>= 0.11.0),
performance (>= 0.12.0),
purrr (>= 1.0.2),
rlang (>= 1.1.3),
rlang (>= 1.1.4),
stats,
statsExpressions (>= 1.5.4),
statsExpressions (>= 1.5.5),
tidyr (>= 1.3.1),
utils
Suggests:
Expand Down Expand Up @@ -79,7 +79,7 @@ Roxygen: list(
markdown = TRUE,
roclets = c("collate", "namespace", "rd", "pkgapi::api_roclet", "roxyglobals::global_roclet")
)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/check: anthonynorth/roxyglobals
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ggstatsplot 0.12.3.9000
# ggstatsplot 0.12.4

N.B. All statistical analysis in `{ggstatsplot}` is carried out in
`{statsExpressions}`. Thus, to see changes related to statistical expressions,
Expand All @@ -11,6 +11,10 @@ read the `NEWS` for that package:
This feature always felt like an ad hoc addition to the plot, and has nothing to do with the key
statistical analysis in question (which is not about checking the normality of the distribution).

## MINOR CHANGES

- Updates code to fix warnings coming via updates to easystats packages.

## BUG FIXES

- Empty groups in factors are no longer dropped in `ggpiestats()` and `ggbarstats()` (#935).
Expand Down
10 changes: 5 additions & 5 deletions R/ggcoefstats.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#' estimates of coefficients or other quantities of interest).
#' @param statistic Relevant statistic for the model (`"t"`, `"f"`, `"z"`, or
#' `"chi"`) in the label. Relevant only if `x` is a *data frame*.
#' @param effectsize.type This is the same as `effectsize_type` argument of
#' @param effectsize.type This is the same as `es_type` argument of
#' `parameters::model_parameters()`. Defaults to `"eta"`, and relevant for
#' ANOVA-like objects.
#' @param bf.message Logical that decides whether results from running a
Expand Down Expand Up @@ -165,10 +165,10 @@ ggcoefstats <- function(

# converting model object to a tidy data frame
tidy_df <- tidy_model_parameters(
model = x,
effectsize_type = effectsize.type,
ci = conf.level,
table_wide = TRUE,
model = x,
es_type = effectsize.type,
ci = conf.level,
table_wide = TRUE,
...
)

Expand Down
20 changes: 10 additions & 10 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"codeRepository": "https://github.com/IndrajeetPatil/ggstatsplot",
"issueTracker": "https://github.com/IndrajeetPatil/ggstatsplot/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.12.3.9000",
"version": "0.12.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.4.0 (2024-04-24)",
"runtimePlatform": "R version 4.4.1 (2024-06-14)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -290,7 +290,7 @@
"@type": "SoftwareApplication",
"identifier": "correlation",
"name": "correlation",
"version": ">= 0.8.4",
"version": ">= 0.8.5",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -303,7 +303,7 @@
"@type": "SoftwareApplication",
"identifier": "datawizard",
"name": "datawizard",
"version": ">= 0.10.0",
"version": ">= 0.11.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -407,7 +407,7 @@
"@type": "SoftwareApplication",
"identifier": "insight",
"name": "insight",
"version": ">= 0.19.11",
"version": ">= 0.20.1",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -433,7 +433,7 @@
"@type": "SoftwareApplication",
"identifier": "parameters",
"name": "parameters",
"version": ">= 0.21.7",
"version": ">= 0.22.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -459,7 +459,7 @@
"@type": "SoftwareApplication",
"identifier": "performance",
"name": "performance",
"version": ">= 0.11.0",
"version": ">= 0.12.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -485,7 +485,7 @@
"@type": "SoftwareApplication",
"identifier": "rlang",
"name": "rlang",
"version": ">= 1.1.3",
"version": ">= 1.1.4",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -503,7 +503,7 @@
"@type": "SoftwareApplication",
"identifier": "statsExpressions",
"name": "statsExpressions",
"version": ">= 1.5.4",
"version": ">= 1.5.5",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -532,7 +532,7 @@
},
"SystemRequirements": null
},
"fileSize": "9327.22KB",
"fileSize": "9327.584KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
2 changes: 1 addition & 1 deletion inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ colorbar
correlalogram
customizable
d'être
densigram
descriptives
discoverability
disgustingness
doi
d’être
easystats
et
exressions
freighteningness
Expand Down
2 changes: 1 addition & 1 deletion man/ggcoefstats.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de5dff9

Please sign in to comment.