Skip to content

Commit 709c98e

Browse files
bump DESCRIPTION
1 parent 81105cd commit 709c98e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Imports:
4040
performance (>= 0.16.0),
4141
purrr (>= 1.2.1),
4242
rlang (>= 1.1.7),
43-
statsExpressions (>= 1.7.2),
43+
statsExpressions (>= 1.7.3),
4444
tidyr (>= 1.3.2),
4545
utils
4646
Suggests:

tests/testthat/test-extract-stats.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ test_that(
119119
"checking .extract_stats_data function factory",
120120
{
121121
# Test the factory function directly to ensure coverage of factory internals
122-
# The factory creates a closure that needs to be executed to cover lines 75-79
123122

124123
# Create custom extractors using the factory
125124
subtitle_extractor <- ggstatsplot:::.extract_stats_data("subtitle_data") # nolint: undesirable_operator_linter.

0 commit comments

Comments
 (0)