- using R Under development (unstable) (2025-09-10 r88809)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 19.1.7 (3+b2)
Debian flang-new version 19.1.7 (3+b2)
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘ggstatsplot/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘ggstatsplot’ version ‘0.13.1’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/3s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘ggstatsplot’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [4s/5s] OK
- checking whether the package can be loaded with stated dependencies ... [3s/5s] OK
- checking whether the package can be unloaded cleanly ... [4s/5s] OK
- checking whether the namespace can be loaded with stated dependencies ... [4s/5s] OK
- checking whether the namespace can be unloaded cleanly ... [4s/4s] OK
- checking loading without being on the library search path ... [2s/3s] OK
- checking whether startup messages can be suppressed ... [4s/6s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [21s/26s] OK
- checking Rd files ... [1s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [11s/13s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [198s/103s] ERROR
Running ‘testthat.R’ [198s/102s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # graphics engine changed in this version, and so snapshots generated on
> # previous R version won't work
> if (getRversion() >= "4.4.0") {
+ library(testthat)
+ suppressPackageStartupMessages(library(ggstatsplot))
+ test_check("ggstatsplot")
+ }
Starting 2 test processes
[ FAIL 1 | WARN 7 | SKIP 47 | PASS 8 ]
══ Skipped tests (47) ══════════════════════════════════════════════════════════
• On CRAN (47): 'test-combine-plots.R:19:5', 'test-extract-stats.R:8:5',
'test-ggbetweenstats.R:11:5', 'test-ggbetweenstats.R:64:5',
'test-ggbetweenstats.R:95:5', 'test-ggcoefstats.R:4:3',
'test-ggcoefstats.R:13:3', 'test-ggcoefstats.R:63:3',
'test-ggcoefstats.R:98:5', 'test-ggcoefstats.R:145:5',
'test-ggcoefstats.R:164:5', 'test-ggcorrmat.R:5:5', 'test-ggcorrmat.R:24:5',
'test-ggcorrmat.R:67:5', 'test-ggcorrmat.R:92:5', 'test-ggbarstats.R:22:5',
'test-ggbarstats.R:66:5', 'test-ggbarstats.R:166:5',
'test-ggbarstats.R:208:5', 'test-ggbarstats.R:225:5',
'test-ggbarstats.R:251:5', 'test-ggdotplotstats.R:23:5',
'test-ggdotplotstats.R:43:5', 'test-ggdotplotstats.R:104:5',
'test-gghistostats.R:7:5', 'test-gghistostats.R:26:5',
'test-gghistostats.R:51:5', 'test-gghistostats.R:95:5',
'test-ggscatterstats.R:7:5', 'test-ggscatterstats.R:26:5',
'test-ggscatterstats.R:54:3', 'test-ggscatterstats.R:112:5',
'test-ggscatterstats.R:142:5', 'test-ggwithinstats.R:12:5',
'test-ggwithinstats.R:50:5', 'test-ggwithinstats.R:81:5',
'test-pairwise-ggsignif.R:7:5', 'test-pairwise-ggsignif.R:162:5',
'test-pairwise-ggsignif.R:318:5', 'test-ggpiestats.R:21:5',
'test-ggpiestats.R:77:5', 'test-ggpiestats.R:152:5',
'test-ggpiestats.R:196:5', 'test-ggpiestats.R:204:5',
'test-ggpiestats.R:249:5', 'test-utils.R:7:5', 'test-utils.R:22:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-extract-stats.R:83:5'): checking if extract_stats works for grouped plots ──
<purrr_error_indexed/rlang_error/error/condition>
Error in `purrr::map(seq_along(p), ~purrr::pluck(p, .x))`: i In index: 1.
Caused by error in `pluck_raw()`:
! Index 1 must be a string, not an integer.
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-extract-stats.R:83:5
2. └─rlang::cnd_signal(state$error)
[ FAIL 1 | WARN 7 | SKIP 47 | PASS 8 ]
Deleting unused snapshots:
• ggbarstats/changing-aesthetics-works.svg
• ggbarstats/checking-count-labels.svg
• ggbarstats/checking-paired-two-way-table-with-na.svg
• ggbarstats/checking-paired-two-way-table-without-na.svg
• ggbarstats/checking-percentage-and-count-labels.svg
• ggbarstats/checking-unpaired-two-way-table-with-na.svg
• ggbarstats/label-repelling-works.svg
• ggbarstats/prop-test-fails-with-dropped-levels.svg
• ggbetweenstats/default-plot-as-expected.svg
• ggbetweenstats/mean-shown-with-scarce-data.svg
• ggbetweenstats/plot-with-outliers-as-expected.svg
• ggbetweenstats/specific-geoms-removed.svg
• ggcoefstats/chi2-statistic.svg
• ggcoefstats/f-statistic-with-omega.svg
• ggcoefstats/f-statistic.svg
• ggcoefstats/meta-analysis-works.svg
• ggcoefstats/sorting-works.svg
• ggcoefstats/z-statistic.svg
• ggcorrmat/applying-ggplot2-function-works.svg
• ggcorrmat/non-parametric-correlation-with-nas.svg
• ggcorrmat/with-nas.svg
• ggdotplotstats/further-modification-with-ggplot-works.svg
• ggdotplotstats/robust-with-na.svg
• gghistostats/modification-with-ggplot2-works.svg
• gghistostats/robust-with-na.svg
• ggpiestats/changing-aesthetics-works.svg
• ggpiestats/checking-count-labels.svg
• ggpiestats/checking-one-way-table-with-na.svg
• ggpiestats/checking-paired-two-way-table-with-na.svg
• ggpiestats/checking-paired-two-way-table-without-na.svg
• ggpiestats/checking-percentage-and-count-labels.svg
• ggpiestats/checking-unpaired-two-way-table-with-na.svg
• ggpiestats/checking-unpaired-two-way-table-without-na.svg
• ggpiestats/empty-groups-in-factors-not-dropped.svg
• ggpiestats/grouped-ggpiestats-with-two-way-table.svg
• ggpiestats/label-repelling-works.svg
• ggpiestats/prop-test-fails-with-dropped-levels.svg
• ggscatterstats/aesthetic-modifications-work.svg
• ggscatterstats/no-label-variable-but-expression.svg
• ggscatterstats/robust-correlation-with-nas.svg
• ggwithinstats/centrality-path-can-be-turned-off.svg
• ggwithinstats/defaults-plots-more-than-two-groups.svg
• ggwithinstats/defaults-plots-two-groups.svg
• ggwithinstats/grouped-plots-default.svg
• pairwise-ggsignif/between-bayes.svg
• pairwise-ggsignif/between-non-parametric-all.svg
• pairwise-ggsignif/between-non-parametric-only-non-significant.svg
• pairwise-ggsignif/between-non-parametric-only-significant.svg
• pairwise-ggsignif/between-parametric-all.svg
• pairwise-ggsignif/between-parametric-only-significant.svg
• pairwise-ggsignif/between-robust-all.svg
• pairwise-ggsignif/between-robust-only-non-significant.svg
• pairwise-ggsignif/between-robust-only-significant.svg
• pairwise-ggsignif/within-bayes.svg
• pairwise-ggsignif/within-non-parametric-all.svg
• pairwise-ggsignif/within-non-parametric-only-non-significant.svg
• pairwise-ggsignif/within-non-parametric-only-significant.svg
• pairwise-ggsignif/within-parametric-all.svg
• pairwise-ggsignif/within-parametric-only-significant.svg
• pairwise-ggsignif/within-robust-all.svg
• pairwise-ggsignif/within-robust-only-non-significant.svg
• pairwise-ggsignif/within-robust-only-significant.svg
Error: Test failures
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [16s/21s] OK
- checking PDF version of manual ... [10s/13s] OK
- checking HTML version of manual ... [5s/7s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR