Last updated on 2026-06-08 17:49:13 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.3 | 6.84 | 40.71 | 47.55 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.3 | 4.52 | 28.22 | 32.74 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.3 | 10.00 | 61.81 | 71.81 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 10.00 | 60.77 | 70.77 | OK | |
| r-devel-windows-x86_64 | 0.1.3 | 7.00 | 57.00 | 64.00 | OK | |
| r-patched-linux-x86_64 | 0.1.3 | 6.18 | 37.93 | 44.11 | OK | |
| r-release-linux-x86_64 | 0.1.3 | 5.29 | 38.27 | 43.56 | OK | |
| r-release-macos-arm64 | 0.1.3 | 1.00 | 13.00 | 14.00 | OK | |
| r-release-macos-x86_64 | 0.1.3 | 5.00 | 45.00 | 50.00 | OK | |
| r-release-windows-x86_64 | 0.1.3 | 8.00 | 57.00 | 65.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.3 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.3 | 4.00 | 35.00 | 39.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.3 | 10.00 | 69.00 | 79.00 | OK |
Version: 0.1.3
Check: examples
Result: ERROR
Running examples in ‘modQR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: getCTechSTM1/2u
> ### Title: Getting the List of Options CTechST for 'compContourM1/2u'
> ### Aliases: getCTechSTM1u getCTechSTM2u getCTechSTM1/2u
>
> ### ** Examples
>
> ##- a typical use of getCTechSTM1u:
> ##computing all directional 0.01-quantiles of 49 random points
> ##(uniformly distributed in the unit cube centered at zero)
> ##after changing the default settings
> Tau <- 0.01
> XMat <- matrix(1, 49, 1)
> YMat <- matrix(runif(3*49, -0.5, 0.5), 49, 3)
> CTechST <- getCTechSTM1u()
> CTechST$ReportI <- 1
> COutST <- compContourM1u(Tau, YMat, XMat, CTechST)
[1] " U0Vec = [-0.577350269189626,-0.577350269189626,-0.577350269189626], (NNotFound = 0, NBad = 0)"
[1] " Layer No.: 1 | 1 investigated facet(s)\n"
[1] " Layer No.: 2 | 3 investigated facet(s)\n"
[1] " Layer No.: 3 | 3 investigated facet(s)\n"
[1] " Layer No.: 4 | 2 investigated facet(s)\n"
[1] " Layer No.: 5 | 1 investigated facet(s)\n"
[1] " U0Vec = [-0.577350269189626,-0.577350269189626,0.577350269189626], (NNotFound = 0, NBad = 0)"
[1] " Layer No.: 1 | 1 investigated facet(s)\n"
[1] " Layer No.: 2 | 3 investigated facet(s)\n"
[1] " Layer No.: 3 | 3 investigated facet(s)\n"
[1] " Layer No.: 4 | 1 investigated facet(s)\n"
[1] " U0Vec = [-0.577350269189626,0.577350269189626,-0.577350269189626], (NNotFound = 0, NBad = 0)"
[1] " Layer No.: 1 | 1 investigated facet(s)\n"
[1] " Layer No.: 2 | 3 investigated facet(s)\n"
[1] " Layer No.: 3 | 4 investigated facet(s)\n"
[1] " Layer No.: 4 | 4 investigated facet(s)\n"
[1] " Layer No.: 5 | 4 investigated facet(s)\n"
[1] " U0Vec = [-0.577350269189626,0.577350269189626,0.577350269189626], (NNotFound = 0, NBad = 0)"
[1] " Layer No.: 1 | 1 investigated facet(s)\n"
[1] " Layer No.: 2 | 3 investigated facet(s)\n"
[1] " Layer No.: 3 | 4 investigated facet(s)\n"
[1] " Layer No.: 4 | 5 investigated facet(s)\n"
*** caught segfault ***
address 0x1, cause 'memory not mapped'
Traceback:
1: doTryCatch(return(expr), name, parentenv, handler)
2: tryCatchOne(expr, names, parentenv, handlers[[1L]])
3: tryCatchList(expr, classes, parentenv, handlers)
4: tryCatch(.Call("C_convhulln", p, as.character(options), as.integer(return.non.triangulated.facets), tmp_stdout, tmp_stderr, PACKAGE = "geometry"), error = function(e) { message = e$message if (grepl("QH6271", e$message)) { message("You may be able to avoid the following error by adding \"Qbb\" to the \"options\" argument of convhulln()\nFor example: options=\"", options, " Qbb\"\nIf this does not work, please add to the issue at\nhttps://github.com/davidcsterratt/geometry/issues/58\n") } stop(e)})
5: convhulln(DDMat, QHullOptionsCA)
6: compContourM1u(Tau, YMat, XMat, CTechST)
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault
Flavor: r-devel-linux-x86_64-debian-gcc