Last updated on 2026-04-09 05:51:26 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 6.17 | 64.94 | 71.11 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 4.99 | 44.38 | 49.37 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 11.00 | 98.36 | 109.36 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 10.00 | 94.39 | 104.39 | OK | |
| r-devel-macos-arm64 | 0.2.1 | 2.00 | 18.00 | 20.00 | OK | |
| r-devel-windows-x86_64 | 0.2.1 | 9.00 | 78.00 | 87.00 | OK | |
| r-patched-linux-x86_64 | 0.2.1 | 6.45 | 60.41 | 66.86 | OK | |
| r-release-linux-x86_64 | 0.2.1 | 5.05 | 59.82 | 64.87 | OK | |
| r-release-macos-arm64 | 0.2.1 | OK | ||||
| r-release-macos-x86_64 | 0.2.1 | 4.00 | 50.00 | 54.00 | OK | |
| r-release-windows-x86_64 | 0.2.1 | 8.00 | 77.00 | 85.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.1 | 4.00 | 40.00 | 44.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.1 | 12.00 | 99.00 | 111.00 | OK |
Version: 0.2.1
Check: examples
Result: ERROR
Running examples in ‘DRquality-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: MeasureTandD
> ### Title: Trustworthiness and Discontinuity.
> ### Aliases: MeasureTandD
>
> ### ** Examples
>
> ## Don't show:
> n=100
> Data=cbind(rnorm(100),rnorm(100,2,3))
> MeasureTandD(Data,cbind(runif(n),runif(n)),2)
Error in loadNamespace(x) :
there is no package called ‘ProjectionBasedClustering’
Calls: MeasureTandD ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc