Last updated on 2025-12-05 21:50:21 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.9.0 | 2.25 | 53.95 | 56.20 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.9.0 | 1.64 | 23.93 | 25.57 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.9.0 | 87.72 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.9.0 | 96.74 | OK | |||
| r-devel-windows-x86_64 | 1.9.0 | 4.00 | 69.00 | 73.00 | OK | |
| r-patched-linux-x86_64 | 1.9.0 | 2.29 | 49.11 | 51.40 | OK | |
| r-release-linux-x86_64 | 1.9.0 | 2.07 | 50.56 | 52.63 | OK | |
| r-release-macos-arm64 | 1.9.0 | OK | ||||
| r-release-macos-x86_64 | 1.9.0 | 2.00 | 59.00 | 61.00 | OK | |
| r-release-windows-x86_64 | 1.9.0 | 3.00 | 68.00 | 71.00 | OK | |
| r-oldrel-macos-arm64 | 1.9.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.9.0 | 2.00 | 47.00 | 49.00 | OK | |
| r-oldrel-windows-x86_64 | 1.9.0 | 6.00 | 83.00 | 89.00 | OK |
Version: 1.9.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'bookdown', 'covr', 'knitr', 'multgee', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.9.0
Check: examples
Result: ERROR
Running examples in ‘SimCorMultRes-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: rmult.acl
> ### Title: Simulating Correlated Ordinal Responses Conditional on a
> ### Marginal Adjacent-Category Logit Model Specification
> ### Aliases: rmult.acl
>
> ### ** Examples
>
> ## See Example 3.4 in the Vignette.
> beta_intercepts <- c(3, 1, 2)
> beta_coefficients <- c(1, 1)
> sample_size <- 500
> cluster_size <- 3
> set.seed(321)
> x1 <- rep(rnorm(sample_size), each = cluster_size)
> x2 <- rnorm(sample_size * cluster_size)
> xdata <- data.frame(x1, x2)
> identity_matrix <- diag(4)
> equicorrelation_matrix <- toeplitz(c(1, rep(0.95, cluster_size - 1)))
> latent_correlation_matrix <- kronecker(equicorrelation_matrix,
+ identity_matrix)
> simulated_ordinal_dataset <- rmult.acl(clsize = cluster_size,
+ intercepts = beta_intercepts, betas = beta_coefficients,
+ xformula = ~ x1 + x2, xdata = xdata,
+ cor.matrix = latent_correlation_matrix)
> suppressPackageStartupMessages(library("multgee"))
Error in library("multgee") : there is no package called ‘multgee’
Calls: suppressPackageStartupMessages -> withCallingHandlers -> library
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.9.0
Check: HTML version of manual
Result: NOTE
Skipping checking math rendering: package 'V8' unavailable
Flavor: r-devel-linux-x86_64-debian-gcc