Last updated on 2025-12-25 19:50:57 CET.
| Package | ERROR | OK |
|---|---|---|
| lavaanExtra | 13 | |
| rempsyc | 4 | 9 |
| report | 4 | 9 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 4, OK: 9
Version: 0.2.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘assumptions.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘assumptions.Rmd’
--- re-building ‘contrasts.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘contrasts.Rmd’
--- re-building ‘moderation.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘moderation.Rmd’
--- re-building ‘scatter.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘scatter.Rmd’
--- re-building ‘t-test.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘t-test.Rmd’
--- re-building ‘table.Rmd’ using rmarkdown
Quitting from table.Rmd:185-190 [unnamed-chunk-15]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<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 'table.Rmd' failed with diagnostics:
'name' must be a scalar string
--- failed re-building ‘table.Rmd’
--- re-building ‘violin.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘violin.Rmd’
SUMMARY: processing the following file failed:
‘table.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘assumptions.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘assumptions.Rmd’
--- re-building ‘contrasts.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘contrasts.Rmd’
--- re-building ‘moderation.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘moderation.Rmd’
--- re-building ‘scatter.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘scatter.Rmd’
--- re-building ‘t-test.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘t-test.Rmd’
--- re-building ‘table.Rmd’ using rmarkdown
Quitting from table.Rmd:185-190 [unnamed-chunk-15]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<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 'table.Rmd' failed with diagnostics:
'name' must be a scalar string
--- failed re-building ‘table.Rmd’
--- re-building ‘violin.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘violin.Rmd’
SUMMARY: processing the following file failed:
‘table.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: ERROR: 4, OK: 9
Version: 0.6.2
Check: examples
Result: 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
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.6.2
Check: re-building of vignette outputs
Result: 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
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.6.2
Check: examples
Result: ERROR
Running examples in ‘report-Ex.R’ failed
The error most likely occurred in:
> ### 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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.6.2
Check: re-building of vignette outputs
Result: 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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc