Last updated on 2026-02-12 03:52:09 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1-1 | OK | ||||
| r-devel-linux-x86_64-debian-gcc | 1.1-1 | 1.74 | 42.08 | 43.82 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1-1 | 102.45 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1-1 | 108.30 | OK | |||
| r-devel-macos-arm64 | 1.1-1 | 1.00 | 15.00 | 16.00 | ERROR | |
| r-devel-windows-x86_64 | 1.1-1 | 5.00 | 87.00 | 92.00 | OK | |
| r-patched-linux-x86_64 | 1.1-1 | 1.98 | 54.15 | 56.13 | OK | |
| r-release-linux-x86_64 | 1.1-1 | 2.12 | 54.13 | 56.25 | OK | |
| r-release-macos-arm64 | 1.1-1 | OK | ||||
| r-release-macos-x86_64 | 1.1-1 | 2.00 | 195.00 | 197.00 | OK | |
| r-release-windows-x86_64 | 1.1-1 | 4.00 | 84.00 | 88.00 | OK | |
| r-oldrel-macos-arm64 | 1.1-1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1-1 | 2.00 | 214.00 | 216.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1-1 | 5.00 | 103.00 | 108.00 | OK |
Version: 1.1-1
Check: examples
Result: ERROR
Running examples in ‘cmvnorm-Ex.R’ failed
The error most likely occurred in:
> ### Name: wishart
> ### Title: The complex Wishart distribution
> ### Aliases: wishart rcwis rwis
>
> ### ** Examples
>
>
> rcwis(10, 2)
[,1] [,2]
[1,] 6.562620+0.0000000i 1.345748+0.4461206i
[2,] 1.345748-0.4461206i 8.937235+0.0000000i
> eigen(rcwis(7,3), TRUE, TRUE) # all positive
*** caught segfault ***
address 0x1, cause 'invalid permissions'
Traceback:
1: eigen(rcwis(7, 3), TRUE, TRUE)
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-devel-macos-arm64
Version: 1.1-1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘cmvnorm.Rnw’ using Sweave
Attaching package: ‘cmvnorm’
The following objects are masked from ‘package:stats’:
sd, var
*** caught segfault ***
address 0x27, cause 'invalid permissions'
Traceback:
1: eigen(A)
2: eval(expr, .GlobalEnv)
3: eval(expr, .GlobalEnv)
4: withVisible(eval(expr, .GlobalEnv))
5: doTryCatch(return(expr), name, parentenv, handler)
6: tryCatchOne(expr, names, parentenv, handlers[[1L]])
7: tryCatchList(expr, classes, parentenv, handlers)
8: tryCatch(expr, error = function(e) { call <- conditionCall(e) if (!is.null(call)) { if (identical(call[[1L]], quote(doTryCatch))) call <- sys.call(-4L) dcall <- deparse(call, nlines = 1L) prefix <- paste("Error in", dcall, ": ") LONG <- 75L sm <- strsplit(conditionMessage(e), "\n")[[1L]] w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w") if (is.na(w)) w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L], type = "b") if (w > LONG) prefix <- paste0(prefix, "\n ") } else prefix <- "Error : " msg <- paste0(prefix, conditionMessage(e), "\n") .Internal(seterrmessage(msg[1L])) if (!silent && isTRUE(getOption("show.error.messages"))) { cat(msg, file = outFile) .Internal(printDeferredWarnings()) } invisible(structure(msg, class = "try-error", condition = e))})
9: try(withVisible(eval(expr, .GlobalEnv)), silent = TRUE)
10: evalFunc(ce, options)
11: tryCatchList(expr, classes, parentenv, handlers)
12: tryCatch(evalFunc(ce, options), finally = { cat("\n") sink()})
13: driver$runcode(drobj, chunk, chunkopts)
14: utils::Sweave(...)
15: engine$weave(file, quiet = quiet, encoding = enc)
16: doTryCatch(return(expr), name, parentenv, handler)
17: tryCatchOne(expr, names, parentenv, handlers[[1L]])
18: tryCatchList(expr, classes, parentenv, handlers)
19: tryCatch({ engine$weave(file, quiet = quiet, encoding = enc) setwd(startdir) output <- find_vignette_product(name, by = "weave", engine = engine) if (!have.makefile && vignette_is_tex(output)) { texi2pdf(file = output, clean = FALSE, quiet = quiet) output <- find_vignette_product(name, by = "texi2pdf", engine = engine) } outputs <- c(outputs, output)}, error = function(e) { thisOK <<- FALSE fails <<- c(fails, file) message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s", file, conditionMessage(e)))})
20: tools::buildVignettes(dir = "/Volumes/Builds/packages/sonoma-arm64/results/4.6/cmvnorm.Rcheck/vign_test/cmvnorm", skip = TRUE, ser_elibs = "/Volumes/Temp/tmp/RtmpDLhtiI/file14424592b546e.rds")
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-devel-macos-arm64