R version 4.4.0 RC (2024-04-16 r86435 ucrt) -- "Puppy Cup" 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.21 s. -> testing BBURCG ... took 0.36 s. -> testing BBWRCG ... took 0.36 s. -> testing DendSer ... took 0.32 s. -> testing DendSer_ARc ... took 0.41 s. -> testing DendSer_BAR ... took 0.37 s. -> testing DendSer_LPL ... took 0.25 s. -> testing DendSer_PL ... took 0.38 s. -> testing Enumerate ... took 0.28 s. -> testing GSA ... took 0.92 s. -> testing GW ... took 0.23 s. -> testing GW_average ... took 0.24 s. -> testing GW_complete ... took 0.21 s. -> testing GW_single ... took 0.32 s. -> testing GW_ward ... took 0.32 s. -> testing HC ... took 0.3 s. -> testing HC_average ... took 0.33 s. -> testing HC_complete ... took 0.25 s. -> testing HC_single ... took 0.34 s. -> testing HC_ward ... took 0.22 s. -> testing Identity ... took 0.3 s. -> testing MDS ... took 0.38 s. -> testing MDS_angle ... took 0.23 s. -> testing OLO ... took 0.29 s. -> testing OLO_average ... took 0.36 s. -> testing OLO_complete ... took 0.22 s. -> testing OLO_single ... took 0.3 s. -> testing OLO_ward ... took 0.31 s. -> testing QAP_2SUM ... took 0.32 s. -> testing QAP_BAR ... took 0.41 s. -> testing QAP_Inertia ... took 0.25 s. -> testing QAP_LS ... took 0.35 s. -> testing R2E ... took 0.34 s. -> testing Random ... took 0.27 s. -> testing Reverse ... took 0.36 s. -> testing SGD ... took 0.95 s. -> testing SPIN_NH ... took 0.28 s. -> testing SPIN_STS ... took 0.23 s. -> testing Sammon_mapping ... took 0.36 s. -> testing Spectral ... took 0.27 s. -> testing Spectral_norm ... took 0.28 s. -> testing TSP ... took 0.27 s. -> testing VAT ... took 0.3 s. -> testing isoMDS ... took 0.3 s. -> testing isomap ... took 0.38 s. -> testing monoMDS ... took 0.36 s. -> testing umap ... took 0.58 s. matrix -> testing BEA ... took 0.28 s. -> testing BEA_TSP ... took 0.95 s. -> testing CA ... took 0.27 s. -> testing Heatmap ... took 1.04 s. -> testing Identity ... took 0.25 s. -> testing LLE ... took 0.28 s. -> testing Mean ... took 0.29 s. -> testing PCA ... took 0.32 s. -> testing PCA_angle ... took 0.39 s. -> testing Random ... took 0.32 s. -> testing Reverse ... took 0.34 s. -> testing umap ... took 0.75 s. matrix with margin -> testing BEA ... took 0.65 s. -> testing BEA_TSP ... took 0.84 s. -> testing CA ... took 0.53 s. -> testing Heatmap ... took 0.96 s. -> testing Identity ... took 0.63 s. -> testing LLE ... took 0.59 s. -> testing Mean ... took 0.73 s. -> testing PCA ... took 0.61 s. -> testing PCA_angle ... took 0.69 s. -> testing Random ... took 0.64 s. -> testing Reverse ... took 0.68 s. -> testing umap ... took 0.86 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 59.70 0.70 60.39