We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81105cd commit 709c98eCopy full SHA for 709c98e
DESCRIPTION
@@ -40,7 +40,7 @@ Imports:
40
performance (>= 0.16.0),
41
purrr (>= 1.2.1),
42
rlang (>= 1.1.7),
43
- statsExpressions (>= 1.7.2),
+ statsExpressions (>= 1.7.3),
44
tidyr (>= 1.3.2),
45
utils
46
Suggests:
tests/testthat/test-extract-stats.R
@@ -119,7 +119,6 @@ test_that(
119
"checking .extract_stats_data function factory",
120
{
121
# 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
123
124
# Create custom extractors using the factory
125
subtitle_extractor <- ggstatsplot:::.extract_stats_data("subtitle_data") # nolint: undesirable_operator_linter.
0 commit comments