- using R Under development (unstable) (2025-12-19 r89206)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-15 (Debian 15.2.0-11) 15.2.0
GNU Fortran (Debian 15.2.0-11) 15.2.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘report/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘report’ version ‘0.6.2’
- 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 ‘report’ 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 ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] 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 ... [20s/24s] OK
- checking Rd files ... [0s/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 installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [6s/7s] ERROR
Running examples in ‘report-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: report.default
> ### Title: Template to add report support for new objects
> ### Aliases: report.default report_effectsize.default report_table.default
> ### report_statistics.default report_parameters.default
> ### report_intercept.default report_model.default report_random.default
> ### report_priors.default report_performance.default report_info.default
> ### report_text.default
>
> ### ** Examples
>
> library(report)
>
> # Add a reproducible example instead of the following
> model <- lm(Sepal.Length ~ Petal.Length * Species, data = iris)
> r <- report(model)
Error in attr(out, paste0(names(attributes(effsize)$ci))) <- attributes(effsize)$ci :
'name' must be a scalar string
Calls: report -> report.lm -> report_table -> report_table.lm
Execution halted
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [0s/1s] OK
Running ‘testthat.R’ [0s/0s]
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [9s/13s] ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘cite_packages.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘cite_packages.Rmd’
--- re-building ‘new_models.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘new_models.Rmd’
--- re-building ‘report.Rmd’ using rmarkdown
Quitting from report.Rmd:110-114 [unnamed-chunk-8]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `attr(out, paste0(names(attributes(effsize)$ci))) <-
attributes(effsize)$ci`:
! 'name' must be a scalar string
---
Backtrace:
▆
1. ├─report::report(model)
2. └─report:::report.lm(model)
3. ├─report::report_table(...)
4. └─report:::report_table.lm(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'report.Rmd' failed with diagnostics:
'name' must be a scalar string
--- failed re-building ‘report.Rmd’
--- re-building ‘report_table.Rmd’ using rmarkdown
Quitting from report_table.Rmd:121-125 [unnamed-chunk-11]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `attr(out, paste0(names(attributes(effsize)$ci))) <-
attributes(effsize)$ci`:
! 'name' must be a scalar string
---
Backtrace:
▆
1. ├─report::report_table(model)
2. └─report:::report_table.lm(model)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'report_table.Rmd' failed with diagnostics:
'name' must be a scalar string
--- failed re-building ‘report_table.Rmd’
SUMMARY: processing the following files failed:
‘report.Rmd’ ‘report_table.Rmd’
Error: Vignette re-building failed.
Execution halted
- checking PDF version of manual ... [5s/7s] OK
- checking HTML version of manual ... [4s/5s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 2 ERRORs