Last updated on 2025-08-11 21:48:31 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.11.2 | 15.93 | 271.55 | 287.48 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.11.2 | 10.57 | 177.39 | 187.96 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.11.2 | 455.50 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.11.2 | 447.03 | OK | |||
r-devel-windows-x86_64 | 1.11.2 | 20.00 | 258.00 | 278.00 | ERROR | |
r-patched-linux-x86_64 | 1.11.2 | 15.09 | 254.78 | 269.87 | OK | |
r-release-linux-x86_64 | 1.11.2 | 13.02 | 255.75 | 268.77 | OK | |
r-release-macos-arm64 | 1.11.2 | 157.00 | OK | |||
r-release-macos-x86_64 | 1.11.2 | 330.00 | OK | |||
r-release-windows-x86_64 | 1.11.2 | 18.00 | 258.00 | 276.00 | OK | |
r-oldrel-macos-arm64 | 1.11.2 | 140.00 | OK | |||
r-oldrel-macos-x86_64 | 1.11.2 | 304.00 | OK | |||
r-oldrel-windows-x86_64 | 1.11.2 | 24.00 | 350.00 | 374.00 | OK |
Version: 1.11.2
Check: examples
Result: ERROR
Running examples in ‘emmeans-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: emmip
> ### Title: Interaction-style plots for estimated marginal means
> ### Aliases: emmip emmip.default emmip_ggplot emmip_lattice
>
> ### ** Examples
>
> #--- Three-factor example
> noise.lm = lm(noise ~ size * type * side, data = auto.noise)
>
> # Separate interaction plots of size by type, for each side
> emmip(noise.lm, type ~ size | side)
>
> # One interaction plot, using combinations of size and side as the x factor
> # ... with added confidence intervals and some formatting changes
> emmip(noise.lm, type ~ side * size, CIs = TRUE,
+ CIarg = list(lwd = 1, alpha = 1, color = "cyan"),
+ dotarg = list(color = "black"))
>
> # Create a black-and-white version of above with different linetypes
> # (Let the linetypes and symbols default to the palette)
> emmip(noise.lm, type ~ side * size, CIs = TRUE, col = "black",
+ linearg = list(), dotarg = list(size = 2), CIarg = list(alpha = 1)) +
+ ggplot2::theme_bw()
>
> # One interaction plot using combinations of type and side as the trace factor
> emmip(noise.lm, type * side ~ size)
>
> # Individual traces in panels
> emmip(noise.lm, ~ size | type * side)
>
> # Example for the 'style' argument
> fib.lm = lm(strength ~ machine * sqrt(diameter), data = fiber)
> fib.rg = ref_grid(fib.lm, at = list(diameter = c(3.5, 4, 4.5, 5, 5.5, 6)^2))
> emmip(fib.rg, machine ~ diameter) # curves (because diameter is numeric)
> emmip(fib.rg, machine ~ diameter, style = "factor") # points and lines
>
> # For an example using extra ggplot2 code, see 'vignette("messy-data")',
> # in the section on nested models.
>
> ### Options with transformations or link functions
> neuralgia.glm <- glm(Pain ~ Treatment * Sex + Age, family = binomial(),
+ data = neuralgia)
>
> # On link scale:
> emmip(neuralgia.glm, Treatment ~ Sex)
>
> # On response scale:
> emmip(neuralgia.glm, Treatment ~ Sex, type = "response")
>
> # With transformed axis scale and custom scale divisions
> emmip(neuralgia.glm, Treatment ~ Sex, type = "scale",
+ breaks = seq(0.10, 0.90, by = 0.10))
Failed with error: ‘unused argument (quiet = TRUE)’
Error in .make.scale(emmo@misc) :
type = "scale" requires the 'scales' package to be installed
Calls: emmip -> emmip.default -> .make.scale
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.11.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘AQuickStart.Rmd’ using rmarkdown
--- finished re-building ‘AQuickStart.Rmd’
--- re-building ‘FAQs.Rmd’ using rmarkdown
--- finished re-building ‘FAQs.Rmd’
--- re-building ‘basics.Rmd’ using rmarkdown
--- finished re-building ‘basics.Rmd’
--- re-building ‘comparisons.Rmd’ using rmarkdown
--- finished re-building ‘comparisons.Rmd’
--- re-building ‘confidence-intervals.Rmd’ using rmarkdown
--- finished re-building ‘confidence-intervals.Rmd’
--- re-building ‘interactions.Rmd’ using rmarkdown
--- finished re-building ‘interactions.Rmd’
--- re-building ‘messy-data.Rmd’ using rmarkdown
--- finished re-building ‘messy-data.Rmd’
--- re-building ‘models.Rmd’ using rmarkdown
--- finished re-building ‘models.Rmd’
--- re-building ‘predictions.Rmd’ using rmarkdown
--- finished re-building ‘predictions.Rmd’
--- re-building ‘re-engineering-clds.rmd’ using rmarkdown
--- finished re-building ‘re-engineering-clds.rmd’
--- re-building ‘sophisticated.Rmd’ using rmarkdown
--- finished re-building ‘sophisticated.Rmd’
--- re-building ‘transformations.Rmd’ using rmarkdown
Failed with error: 'unused argument (quiet = TRUE)'
Quitting from transformations.Rmd:255-257 [unnamed-chunk-14]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `.make.scale()`:
! type = "scale" requires the 'scales' package to be installed
---
Backtrace:
▆
1. ├─base::plot(neur.Trt.emm, type = "scale")
2. └─emmeans:::plot.emmGrid(neur.Trt.emm, type = "scale")
3. └─emmeans:::.make.scale(object@misc)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'transformations.Rmd' failed with diagnostics:
type = "scale" requires the 'scales' package to be installed
--- failed re-building ‘transformations.Rmd’
--- re-building ‘utilities.Rmd’ using rmarkdown
--- finished re-building ‘utilities.Rmd’
--- re-building ‘vignette-topics.Rmd’ using rmarkdown
[WARNING] Div at vignette-topics.knit.md line 10 column 1 unclosed at vignette-topics.knit.md line 804 column 1, closing implicitly.
--- finished re-building ‘vignette-topics.Rmd’
--- re-building ‘xplanations.Rmd’ using rmarkdown
--- finished re-building ‘xplanations.Rmd’
--- re-building ‘xtending.Rmd’ using rmarkdown
--- finished re-building ‘xtending.Rmd’
SUMMARY: processing the following file failed:
‘transformations.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.11.2
Check: examples
Result: ERROR
Running examples in 'emmeans-Ex.R' failed
The error most likely occurred in:
> ### Name: emmip
> ### Title: Interaction-style plots for estimated marginal means
> ### Aliases: emmip emmip.default emmip_ggplot emmip_lattice
>
> ### ** Examples
>
> #--- Three-factor example
> noise.lm = lm(noise ~ size * type * side, data = auto.noise)
>
> # Separate interaction plots of size by type, for each side
> emmip(noise.lm, type ~ size | side)
>
> # One interaction plot, using combinations of size and side as the x factor
> # ... with added confidence intervals and some formatting changes
> emmip(noise.lm, type ~ side * size, CIs = TRUE,
+ CIarg = list(lwd = 1, alpha = 1, color = "cyan"),
+ dotarg = list(color = "black"))
>
> # Create a black-and-white version of above with different linetypes
> # (Let the linetypes and symbols default to the palette)
> emmip(noise.lm, type ~ side * size, CIs = TRUE, col = "black",
+ linearg = list(), dotarg = list(size = 2), CIarg = list(alpha = 1)) +
+ ggplot2::theme_bw()
>
> # One interaction plot using combinations of type and side as the trace factor
> emmip(noise.lm, type * side ~ size)
>
> # Individual traces in panels
> emmip(noise.lm, ~ size | type * side)
>
> # Example for the 'style' argument
> fib.lm = lm(strength ~ machine * sqrt(diameter), data = fiber)
> fib.rg = ref_grid(fib.lm, at = list(diameter = c(3.5, 4, 4.5, 5, 5.5, 6)^2))
> emmip(fib.rg, machine ~ diameter) # curves (because diameter is numeric)
> emmip(fib.rg, machine ~ diameter, style = "factor") # points and lines
>
> # For an example using extra ggplot2 code, see 'vignette("messy-data")',
> # in the section on nested models.
>
> ### Options with transformations or link functions
> neuralgia.glm <- glm(Pain ~ Treatment * Sex + Age, family = binomial(),
+ data = neuralgia)
>
> # On link scale:
> emmip(neuralgia.glm, Treatment ~ Sex)
>
> # On response scale:
> emmip(neuralgia.glm, Treatment ~ Sex, type = "response")
>
> # With transformed axis scale and custom scale divisions
> emmip(neuralgia.glm, Treatment ~ Sex, type = "scale",
+ breaks = seq(0.10, 0.90, by = 0.10))
Failed with error: 'unused argument (quiet = TRUE)'
Error in .make.scale(emmo@misc) :
type = "scale" requires the 'scales' package to be installed
Calls: emmip -> emmip.default -> .make.scale
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.11.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'AQuickStart.Rmd' using rmarkdown
--- finished re-building 'AQuickStart.Rmd'
--- re-building 'FAQs.Rmd' using rmarkdown
--- finished re-building 'FAQs.Rmd'
--- re-building 'basics.Rmd' using rmarkdown
--- finished re-building 'basics.Rmd'
--- re-building 'comparisons.Rmd' using rmarkdown
--- finished re-building 'comparisons.Rmd'
--- re-building 'confidence-intervals.Rmd' using rmarkdown
--- finished re-building 'confidence-intervals.Rmd'
--- re-building 'interactions.Rmd' using rmarkdown
--- finished re-building 'interactions.Rmd'
--- re-building 'messy-data.Rmd' using rmarkdown
--- finished re-building 'messy-data.Rmd'
--- re-building 'models.Rmd' using rmarkdown
--- finished re-building 'models.Rmd'
--- re-building 'predictions.Rmd' using rmarkdown
--- finished re-building 'predictions.Rmd'
--- re-building 're-engineering-clds.rmd' using rmarkdown
--- finished re-building 're-engineering-clds.rmd'
--- re-building 'sophisticated.Rmd' using rmarkdown
--- finished re-building 'sophisticated.Rmd'
--- re-building 'transformations.Rmd' using rmarkdown
Failed with error: 'unused argument (quiet = TRUE)'
Quitting from transformations.Rmd:255-257 [unnamed-chunk-14]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `.make.scale()`:
! type = "scale" requires the 'scales' package to be installed
---
Backtrace:
▆
1. ├─base::plot(neur.Trt.emm, type = "scale")
2. └─emmeans:::plot.emmGrid(neur.Trt.emm, type = "scale")
3. └─emmeans:::.make.scale(object@misc)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'transformations.Rmd' failed with diagnostics:
type = "scale" requires the 'scales' package to be installed
--- failed re-building 'transformations.Rmd'
--- re-building 'utilities.Rmd' using rmarkdown
--- finished re-building 'utilities.Rmd'
--- re-building 'vignette-topics.Rmd' using rmarkdown
--- finished re-building 'vignette-topics.Rmd'
--- re-building 'xplanations.Rmd' using rmarkdown
--- finished re-building 'xplanations.Rmd'
--- re-building 'xtending.Rmd' using rmarkdown
--- finished re-building 'xtending.Rmd'
SUMMARY: processing the following file failed:
'transformations.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64