R Under development (unstable) (2025-02-20 r87772 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(dynRB) > test_check("dynRB") [1] 1 [1] 2 [1] 3 [1] 4 V1 V2 t1a t2a 1 A A 1 1 2 B A 1 0 3 A B 1 0 4 B B 1 1 [1] 1 [1] 2 [1] 3 [1] 4 V1 V2 t1a t2a 1 A A 1 1 2 B A 1 1 3 A B 1 1 4 B B 1 1 [1] 1 [1] 2 [1] 3 [1] 4 V1 V2 t1a t2a t3a t4a 1 A A 1 1 1 1 2 B A 1 0 1 1 3 A B 1 0 1 1 4 B B 1 1 1 1 [1] 1 [1] 2 [1] 3 [1] 4 V1 V2 port_prod vol_V1_prod vol_V2_prod 1 A A 1 0.4791783 0.4791783 2 B A 0 0.4791783 0.4791783 3 A B 0 0.4791783 0.4791783 4 B B 1 0.4791783 0.4791783 [1] 1 [1] 2 [1] 3 [1] 4 V1 V2 port_prod vol_V1_prod vol_V2_prod 1 A A 1 0.995 0.995 2 B A 1 0.995 0.995 3 A B 1 0.995 0.995 4 B B 1 0.995 0.995 [1] 1 [1] 2 [1] 3 [1] 4 V1 V2 port_prod vol_V1_prod vol_V2_prod 1 A A 1 0.9425273 0.9425273 2 B A 1 0.9425273 0.9425273 3 A B 1 0.9425273 0.9425273 4 B B 1 0.9425273 0.9425273 [1] 1 [1] 2 [1] 3 [1] 4 V1 V2 port_prod vol_V1_prod vol_V2_prod 1 A A 1 0.5272163 0.5272163 2 B A 0 0.5272163 0.5272163 3 A B 0 0.5272163 0.5272163 4 B B 1 0.5272163 0.5272163 [1] 1 [1] 2 [1] 3 [1] 4 V1 V2 port_prod vol_V1_prod vol_V2_prod 1 A A 1.00000000 0.305247378 0.305247378 2 B A 0.01988259 0.005951987 0.305247378 3 A B 0.99237500 0.305247378 0.005951987 4 B B 1.00000000 0.005951987 0.005951987 [1] 1 [1] 2 V1 t1a t2a 1 A 0.9908147 0.9908147 2 B 0.9663088 0.9663088 [1] 1 [1] 2 V1 t1a t2a 1 A 0.9908147 0.9908147 2 B 0.9908147 0.5044312 [1] 1 [1] 2 V1 t1a t2a 1 A 0.9908147 0.9861038 2 B 0.9908147 0.6907861 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 14 ] > > proc.time() user system elapsed 15.45 0.89 16.34