[codex] Update package dependencies#1101
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
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
DESCRIPTIONand synced those versions intocodemeta.json. - Regenerated multiple
.Rdhelp 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. |
|
|
||
| \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 |
|
|
||
| \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 |
|
|
||
| \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.} |
| forcats (>= 1.0.1), | ||
| ggcorrplot (>= 0.1.4.1), | ||
| ggplot2 (>= 4.0.2), | ||
| ggplot2 (>= 4.0.3), |
Summary
usethis::use_latest_dependencies()for current CRAN releases.codemeta.jsonso dependency metadata matches DESCRIPTION.Validation
make update_depsRscript -e 'roxygen2::roxygenise()'\n-make hooks\n-make check