R Under development (unstable) (2024-06-05 r86695 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(dst) > > test_check("dst") [1] "num subsets : 2" [1] "subset size dist :" size 2 3 1 1 [1] "conflict : 0" [1] "top 2 largest masses :" [1] 0.8 0.2 [1] "top 2 smallest masses :" [1] 0.2 0.8 [1] "mass dist :" 0% 25% 50% 75% 100% 0.20 0.35 0.50 0.65 0.80 [1] "total mass over subsets of size :" # A tibble: 1 × 2 size_bins p 1 [-5,5] 1 [1] "subset num by mass size :" # A tibble: 2 × 2 m_bins n 1 [0.199995,0.200005] 1 2 (0.799995,0.800005] 1 [1] "mass dist by subset size :" # A tibble: 1 × 6 size_bins `0%` `25%` `50%` `75%` `100%` 1 [-5,5] 0.2 0.35 0.5 0.65 0.8 [1] "subset dist by mass size :" # A tibble: 2 × 6 m_bins `0%` `25%` `50%` `75%` `100%` 1 [0.199995,0.200005] 3 3 3 3 3 2 (0.799995,0.800005] 2 2 2 2 2 [1] "memory size : 24992 bytes" [1] 0.6 0.4 [1] 0.3 0.5 0.3 [1] "combination of x1 and x2" [ FAIL 0 | WARN 0 | SKIP 1 | PASS 160 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test_belplauPlot.R:3:1' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 160 ] > > proc.time() user system elapsed 3.10 0.45 3.56