R Under development (unstable) (2024-05-17 r86565 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(fido) > > #Sys.setenv(KMP_DUPLICATE_LIB_OK="TRUE") > test_check("fido") [1] 0.27980164 -0.69169550 -0.53205652 0.11488451 -0.42419872 2.20261388 [7] -1.62190133 -0.90893172 0.07891428 0.75060681 0.43593605 0.26819442 [13] 1.80500863 -1.10771140 0.22429040 -0.40132592 -0.98089190 1.38100129 [19] 1.12901181 -0.19753202 -0.53870779 1.04026738 -0.63115578 2.12213857 [25] -0.82307874 0.70656307 0.43165115 -0.64453510 1.58224393 0.62811451 [31] 0.89501772 -0.28217007 -2.21204203 0.36596669 0.97222689 1.67404382 [37] 1.46563000 -0.87189326 1.97363334 0.70185356 2.08392643 0.63094442 [43] 1.22776486 0.12217813 -1.03605962 -0.89222054 -1.22289592 -0.87526651 [49] -0.03333173 -0.27203271 -0.84574313 -0.53517698 0.33447796 -0.83169800 [55] 0.07464790 -0.76952470 2.15018930 -0.41021234 -0.18286798 -0.08654284 [61] -0.54393155 1.52104775 -1.53612813 -1.30756697 1.09125501 -1.38245608 [67] 0.72542932 0.37394038 1.60735756 -1.08660500 0.90022171 -0.06541094 [73] 2.49390475 0.46940438 1.49629090 -2.19769299 0.59444078 0.73268309 [79] -0.48894768 -0.80608811 -0.88644667 -0.31809999 0.90436019 -0.46174904 [85] -0.56497200 0.48894062 -0.01916430 -0.44084232 1.08296699 -0.25655508 [91] 2.02723244 -0.05459168 -0.35998813 2.02459423 1.07977921 -2.46215095 [97] -1.01491387 0.91852785 -0.22230098 -0.19764292 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 118 ] > #Sys.unsetenv("KMP_DUPLICATE_LIB_OK") > > proc.time() user system elapsed 32.34 4.87 37.95