Last updated on 2026-06-08 00:51:47 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 6.81 | 463.64 | 470.45 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.0 | 5.17 | 166.62 | 171.79 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.0 | 14.00 | 784.05 | 798.05 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 13.00 | 807.18 | 820.18 | OK | |
| r-devel-windows-x86_64 | 0.4.0 | 9.00 | 516.00 | 525.00 | OK | |
| r-patched-linux-x86_64 | 0.4.0 | 10.81 | 451.98 | 462.79 | OK | |
| r-release-linux-x86_64 | 0.4.0 | 6.67 | 452.23 | 458.90 | OK | |
| r-release-macos-arm64 | 0.4.0 | 2.00 | 150.00 | 152.00 | OK | |
| r-release-macos-x86_64 | 0.4.0 | 6.00 | 564.00 | 570.00 | OK | |
| r-release-windows-x86_64 | 0.4.0 | 8.00 | 509.00 | 517.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.0 | 2.00 | 161.00 | 163.00 | OK | |
| r-oldrel-macos-x86_64 | 0.4.0 | 5.00 | 506.00 | 511.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.0 | 10.00 | 662.00 | 672.00 | OK |
Version: 0.4.0
Check: examples
Result: ERROR
Running examples in ‘DataSimilarity-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: YMRZL
> ### Title: Yu et al. (2007) Two-Sample Test
> ### Aliases: YMRZL
> ### Keywords: htest numeric categorical binary classification
>
> ### ** Examples
>
> set.seed(1234)
> # Draw some data
> X1 <- matrix(rnorm(1000), ncol = 10)
> X2 <- matrix(rnorm(1000, mean = 0.5), ncol = 10)
> # Perform the Yu et al. test
> YMRZL(X1, X2)
Loading required namespace: Ecume
Failed with error: ‘there is no package called ‘Ecume’’
Error in YMRZL(X1, X2) :
Package "Ecume" required for using method YMRZL().
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
Jeffreys 4.668 0.012 5.157
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [94s/109s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(DataSimilarity)
>
> test_check("DataSimilarity")
Saving _problems/test-MMCM-19.R
Using automatic sigma estimation (sigest) for RBF or laplace kernel
Using automatic sigma estimation (sigest) for RBF or laplace kernel
Saving _problems/test-Petrie-17.R
[ FAIL 2 | WARN 0 | SKIP 13 | PASS 832 ]
══ Skipped tests (13) ══════════════════════════════════════════════════════════
• empty test (13): , , , , , , , , , , , ,
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-MMCM.R:19:5'): (code run outside of `test_that()`) ─────────────
Error in `nbmatch(data.list, n.vec, dist.fun, dist.args, shuffle)`: Package "nbpMatching" required for using method nbmatch().
Backtrace:
▆
1. └─DataSimilarity (local) testMMCM(1) at test-MMCM.R:76:1
2. └─DataSimilarity::MMCM(X1, X2, as.data.frame(X3), X4, X5, X6, seed = i) at test-MMCM.R:19:5
3. └─DataSimilarity:::nbmatch(...)
── Error ('test-Petrie.R:17:5'): (code run outside of `test_that()`) ───────────
Error in `nbmatch(data.list, n.vec, dist.fun, dist.args, shuffle)`: Package "nbpMatching" required for using method nbmatch().
Backtrace:
▆
1. └─DataSimilarity (local) testPetrie(1) at test-Petrie.R:72:1
2. └─DataSimilarity::Petrie(X1, as.data.frame(X2), X3, X4, X5, X6) at test-Petrie.R:17:5
3. └─DataSimilarity:::nbmatch(...)
[ FAIL 2 | WARN 0 | SKIP 13 | PASS 832 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘Details.Rnw’ using Sweave
Error: processing vignette 'Details.Rnw' failed with diagnostics:
chunk 2 (label = methods)
Error in loadNamespace(x) : there is no package called 'caret'
--- failed re-building 'Details.Rnw'
Note: skipping ‘GettingStarted.Rnw’ due to unavailable dependencies:
'synthpop'
SUMMARY: processing the following file failed:
‘Details.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc