R Under development (unstable) (2024-08-17 r87027 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library("testthat") > > library("seriation") > test_check("seriation") dist -> testing ARSA ... took 0.16 s. -> testing BBURCG ... took 0.15 s. -> testing BBWRCG ... took 0.12 s. -> testing DendSer ... took 0.19 s. -> testing DendSer_ARc ... took 0.17 s. -> testing DendSer_BAR ... took 0.18 s. -> testing DendSer_LPL ... took 0.18 s. -> testing DendSer_PL ... took 0.17 s. -> testing Enumerate ... took 0.19 s. -> testing GSA ... took 1.06 s. -> testing GW ... took 0.18 s. -> testing GW_average ... took 0.16 s. -> testing GW_complete ... took 0.16 s. -> testing GW_single ... took 0.18 s. -> testing GW_ward ... took 0.17 s. -> testing HC ... took 0.16 s. -> testing HC_average ... took 0.16 s. -> testing HC_complete ... took 0.16 s. -> testing HC_single ... took 0.15 s. -> testing HC_ward ... took 0.17 s. -> testing Identity ... took 0.18 s. -> testing MDS ... took 0.24 s. -> testing MDS_angle ... took 0.23 s. -> testing OLO ... took 0.25 s. -> testing OLO_average ... took 0.25 s. -> testing OLO_complete ... took 0.23 s. -> testing OLO_single ... took 0.17 s. -> testing OLO_ward ... took 0.16 s. -> testing QAP_2SUM ... took 0.17 s. -> testing QAP_BAR ... took 0.15 s. -> testing QAP_Inertia ... took 0.16 s. -> testing QAP_LS ... took 0.15 s. -> testing R2E ... took 0.16 s. -> testing Random ... took 0.24 s. -> testing Reverse ... took 0.14 s. -> testing SGD ... took 0.8 s. -> testing SPIN_NH ... took 0.17 s. -> testing SPIN_STS ... took 0.19 s. -> testing Sammon_mapping ... took 0.15 s. -> testing Spectral ... took 0.14 s. -> testing Spectral_norm ... took 0.14 s. -> testing TSP ... took 0.14 s. -> testing VAT ... took 0.15 s. -> testing isoMDS ... took 0.14 s. -> testing isomap ... took 0.27 s. -> testing monoMDS ... took 0.17 s. -> testing umap ... took 0.41 s. matrix -> testing BEA ... took 0.53 s. -> testing BEA_TSP ... took 0.58 s. -> testing CA ... took 0.24 s. -> testing Heatmap ... took 0.56 s. -> testing Identity ... took 0.17 s. -> testing LLE ... took 0.18 s. -> testing Mean ... took 0.16 s. -> testing PCA ... took 0.25 s. -> testing PCA_angle ... took 0.19 s. -> testing Random ... took 0.18 s. -> testing Reverse ... took 0.15 s. -> testing umap ... took 0.62 s. matrix with margin -> testing BEA ... took 0.5 s. -> testing BEA_TSP ... took 0.5 s. -> testing CA ... took 0.34 s. -> testing Heatmap ... took 0.55 s. -> testing Identity ... took 0.37 s. -> testing LLE ... took 0.36 s. -> testing Mean ... took 0.39 s. -> testing PCA ... took 0.48 s. -> testing PCA_angle ... took 0.34 s. -> testing Random ... took 0.41 s. -> testing Reverse ... took 0.42 s. -> testing umap ... took 0.61 s. [ FAIL 0 | WARN 0 | SKIP 1 | PASS 327 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-zzz_seriate_extra.R:38:1' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 327 ] > > proc.time() user system elapsed 37.96 1.06 39.03