Skip to content

[codex] Update package dependencies#1101

Merged
IndrajeetPatil merged 2 commits into
mainfrom
codex/update-dependencies
May 3, 2026
Merged

[codex] Update package dependencies#1101
IndrajeetPatil merged 2 commits into
mainfrom
codex/update-dependencies

Conversation

@IndrajeetPatil
Copy link
Copy Markdown
Owner

@IndrajeetPatil IndrajeetPatil commented May 3, 2026

Summary

  • Update dependency floors selected by usethis::use_latest_dependencies() for current CRAN releases.
  • Regenerate codemeta.json so dependency metadata matches DESCRIPTION.
  • Redocument the package with roxygen2 8.0.0.

Validation

  • make update_deps
  • Rscript -e 'roxygen2::roxygenise()'\n- make hooks\n- make check

@codecov
Copy link
Copy Markdown

codecov Bot commented May 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (2b07015) to head (d1cd441).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1101   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines         1183      1183           
=========================================
  Hits          1183      1183           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@IndrajeetPatil IndrajeetPatil marked this pull request as ready for review May 3, 2026 09:35
Copilot AI review requested due to automatic review settings May 3, 2026 09:35
@IndrajeetPatil IndrajeetPatil merged commit 9f083a2 into main May 3, 2026
27 checks passed
@IndrajeetPatil IndrajeetPatil deleted the codex/update-dependencies branch May 3, 2026 09:36
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates package metadata and regenerated documentation for ggstatsplot, primarily by bumping selected dependency floors in DESCRIPTION, syncing codemeta.json, and re-rendering .Rd files with roxygen2 8.0.0. In the context of this codebase, these changes affect installation metadata and user-facing help pages rather than plotting logic itself.

Changes:

  • Raised selected dependency minimums in DESCRIPTION and synced those versions into codemeta.json.
  • Regenerated multiple .Rd help files with updated roxygen2 link output.
  • Refreshed package-level generated metadata, including author/help-page formatting.

Reviewed changes

Copilot reviewed 21 out of 21 changed files in this pull request and generated 7 comments.

Show a summary per file
File Description
man/theme_ggstatsplot.Rd Regenerated help page with updated theme_bw link target.
man/grouped_ggwithinstats.Rd Regenerated grouped within-subjects help page and link references.
man/grouped_ggscatterstats.Rd Regenerated grouped scatterplot help page and link references.
man/grouped_ggpiestats.Rd Regenerated grouped pie-chart help page and link references.
man/grouped_gghistostats.Rd Regenerated grouped histogram help page and link references.
man/grouped_ggdotplotstats.Rd Regenerated grouped dotplot help page and link references.
man/grouped_ggcorrmat.Rd Regenerated grouped correlation-matrix help page and link references.
man/grouped_ggbetweenstats.Rd Regenerated grouped between-subjects help page and link references.
man/grouped_ggbarstats.Rd Regenerated grouped bar-chart help page and link references.
man/ggwithinstats.Rd Regenerated main within-subjects help page and link references.
man/ggstatsplot-package.Rd Regenerated package help page with author metadata changes.
man/ggscatterstats.Rd Regenerated scatterplot help page and link references.
man/ggpiestats.Rd Regenerated pie-chart help page and link references.
man/gghistostats.Rd Regenerated histogram help page and link references.
man/ggdotplotstats.Rd Regenerated dotplot help page and link references.
man/ggcorrmat.Rd Regenerated correlation-matrix help page and link references.
man/ggcoefstats.Rd Regenerated coefficient-plot help page and link references.
man/ggbetweenstats.Rd Regenerated between-subjects help page and link references.
man/ggbarstats.Rd Regenerated bar-chart help page and link references.
codemeta.json Synced dependency metadata and regenerated package metadata fields.
DESCRIPTION Updated dependency floors and roxygen metadata fields.

Comment thread man/gghistostats.Rd

\item{centrality.line.args}{A list of additional aesthetic arguments to be
passed to the \code{\link[ggplot2:geom_path]{ggplot2::geom_line()}} used to display the lines
passed to the \code{\link[ggplot2:geom_line]{ggplot2::geom_line()}} used to display the lines
this list since it has already been specified using the dedicated argument.}
\item{\code{centrality.line.args}}{A list of additional aesthetic arguments to be
passed to the \code{\link[ggplot2:geom_path]{ggplot2::geom_line()}} used to display the lines
passed to the \code{\link[ggplot2:geom_line]{ggplot2::geom_line()}} used to display the lines
Comment thread man/ggdotplotstats.Rd

\item{centrality.line.args}{A list of additional aesthetic arguments to be
passed to the \code{\link[ggplot2:geom_path]{ggplot2::geom_line()}} used to display the lines
passed to the \code{\link[ggplot2:geom_line]{ggplot2::geom_line()}} used to display the lines
\item{\code{y}}{Label or grouping variable.}
\item{\code{centrality.line.args}}{A list of additional aesthetic arguments to be
passed to the \code{\link[ggplot2:geom_path]{ggplot2::geom_line()}} used to display the lines
passed to the \code{\link[ggplot2:geom_line]{ggplot2::geom_line()}} used to display the lines
Comment thread man/ggscatterstats.Rd

\item{point.label.args}{A list of additional aesthetic arguments to be passed
to \code{\link[ggrepel:geom_text_repel]{ggrepel::geom_label_repel()}}geom used to display the labels.}
to \code{\link[ggrepel:geom_label_repel]{ggrepel::geom_label_repel()}}geom used to display the labels.}
a quoted expression (e.g. \code{quote(y < 4 & z < 20)}).}
\item{\code{point.label.args}}{A list of additional aesthetic arguments to be passed
to \code{\link[ggrepel:geom_text_repel]{ggrepel::geom_label_repel()}}geom used to display the labels.}
to \code{\link[ggrepel:geom_label_repel]{ggrepel::geom_label_repel()}}geom used to display the labels.}
Comment thread DESCRIPTION
forcats (>= 1.0.1),
ggcorrplot (>= 0.1.4.1),
ggplot2 (>= 4.0.2),
ggplot2 (>= 4.0.3),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants