R Under development (unstable) (2024-04-27 r86487 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(delayed) delayed v0.5.0: A Framework for Parallelizing Dependent Tasks > > test_check("delayed") val time.user.self time.sys.self time.elapsed time.user.child time_sequential 26 0.00 0 8.15 NA time_future_mc 26 0.00 0 8.12 NA time_future_ms 26 0.12 0 5.39 NA time.sys.child time_sequential NA time_future_mc NA time_future_ms NA [ FAIL 0 | WARN 0 | SKIP 2 | PASS 12 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • empty test (2): 'test_Delayed.R:90:1', 'test_make_graph.R:6:1' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 12 ] > > proc.time() user system elapsed 1.48 0.10 51.86