- using R Under development (unstable) (2024-09-07 r87105 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 13.2.0
GNU Fortran (GCC) 13.2.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'tidybayes/DESCRIPTION' ... OK
- this is package 'tidybayes' version '3.0.6'
- package encoding: UTF-8
- 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 hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'tidybayes' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... 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 ... [2s] OK
- checking whether the package can be loaded with stated dependencies ... [1s] OK
- checking whether the package can be unloaded cleanly ... [1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s] OK
- checking whether the namespace can be unloaded cleanly ... [2s] OK
- checking loading without being on the library search path ... [2s] 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 ... [8s] OK
- checking Rd files ... [1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
add_predicted_rvars.Rd: rvar
compose_data.Rd: mutate
nest_rvars.Rd: rvar
predict_curve.Rd: tbl_df, grouped_df, group_by
spread_rvars.Rd: rvar
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
- 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 installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [11s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [187s] ERROR
Running 'testthat.R' [187s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This is necessary because some tests fail otherwise; see https://github.com/hadley/testthat/issues/144
> Sys.setenv("R_TESTS" = "")
>
> library(testthat)
> library(tidybayes)
>
> test_check("tidybayes")
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 400 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test.geom_dotsinterval.R:23:3', 'test.geom_interval.R:22:3',
'test.geom_pointinterval.R:21:3', 'test.stat_dist_slabinterval.R:23:3',
'test.stat_eye.R:20:3', 'test.stat_eye.R:51:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test.spread_draws.R:457:3'): nested ragged arrays are correctly extracted ──
spread_draws_long_(test_draws, "x", c(".", "."))[["x"]][[1]] not equal to array(...).
Attributes: < Component "dimnames": Component 2: target is NULL, current is character >
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 400 ]
Deleting unused snapshots:
• test.geom_dotsinterval/stat-dotsh-with-a-group-with-1-dot.svg
• test.geom_interval/grouped-intervals-h-stat.svg
• test.geom_pointinterval/grouped-pointintervals-h-stat.svg
• test.stat_dist_slabinterval/ccdfintervalh-using-args.svg
• test.stat_eye/one-parameter-horizontal-eye-mode-hdi.svg
• test.stat_eye/one-parameter-horizontal-half-eye.svg
• test.stat_eye/one-parameter-vertical-eye.svg
• test.stat_eye/one-parameter-vertical-halfeye.svg
• test.stat_eye/two-parameter-factor-horizontal-eye-fill.svg
Error: Test failures
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [21s] OK
- checking PDF version of manual ... [24s] OK
- checking HTML version of manual ... [8s] OK
- DONE
Status: 1 ERROR, 1 NOTE