R Under development (unstable) (2024-01-07 r85787 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(demic) > > test_check("demic") sample est_ptr coefficient pValue cor correctY 1 Akk0_001 1.809958 0.3906640 2.369430e-19 0.9974376 3.317981 2 Akk1_001 2.453611 0.5857684 2.647622e-18 0.9977947 3.400594 3 Akk2_001 2.971145 0.7100471 2.148564e-22 0.9991693 3.435979 sample est_ptr coefficient pValue cor correctY 1 Bfrag0_002 2.000662 0.3703108 3.566096e-28 0.9905035 2.208796 2 Bfrag1_002 2.900601 0.5681298 4.375426e-39 0.9982489 2.204316 3 Bfrag2_002 3.965401 0.7349109 3.474691e-41 0.9987342 2.202849 sample est_ptr coefficient pValue cor correctY 1 Ecoli0_003 1.970204 0.3710916 1.150529e-36 0.9824659 2.300570 2 Ecoli1_003 2.813452 0.5661466 2.430757e-48 0.9940617 2.253089 3 Ecoli2_003 3.837879 0.7360461 1.138247e-52 0.9959212 2.141294 sample est_ptr coefficient pValue cor correctY 1 Sample1 1.547284 0.3907981 1.881217e-27 0.7577069 1.477233 2 Sample2 2.307148 0.7477938 5.388958e-69 0.9401960 1.568109 3 Sample3 1.822181 0.5366471 7.015457e-36 0.8167925 1.417560 sample est_ptr coefficient pValue cor correctY 1 Sample1 2.242104 0.6402812 2.414812e-48 0.9774146 0.3314797 2 Sample2 1.718173 0.4291583 1.384467e-29 0.9204600 0.3845611 3 Sample3 2.233729 0.6370552 6.192138e-50 0.9789662 0.3276527 structure(list(`(Intercept)` = c(0.122133753095513, 0.112468233560288, 0.0372788404325122, 0.177304339887256, 0.0270507610681736, 0.0842232868459067, 0.106812647682803, 0.162034499737329, 0.14194349045613, 0.138951868657145 ), GC_content = c(-0.139377848208212, -0.139377848208212, -0.139377848208212, -0.139377848208212, -0.139377848208212, -0.139377848208212, -0.139377848208212, -0.139377848208212, -0.139377848208212, -0.139377848208212), s_c = c("a:1", "a:2", "b:3", "b:4", "c:5", "c:6", "d:7", "d:8", "e:9", "e:10")), row.names = c("a:1", "a:2", "b:3", "b:4", "c:5", "c:6", "d:7", "d:8", "e:9", "e:10"), class = "data.frame") [ FAIL 0 | WARN 6 | SKIP 0 | PASS 39 ] [ FAIL 0 | WARN 6 | SKIP 0 | PASS 39 ] > > proc.time() user system elapsed 21.54 2.57 24.12