R Under development (unstable) (2025-04-26 r88181 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(PCMBase) > > test_check("PCMBaseCpp") Loading required package: PCMBaseCpp Loading required package: Rcpp Performing benchmark for k: 2 ; optionSet: serial / 1D-multiv. ... k modelType N R mode logLik logLikCpp timeR 1: 2 MGPM (A-F) 10 2 11 -7.415912e+02 -7.415912e+02 0.03 2: 2 MGPM (A-F) 100 4 11 -4.293882e+03 -4.293882e+03 0.20 3: 2 MGPM (A-F) 1000 11 11 -1.699739e+05 -1.699739e+05 2.19 4: 2 MGPM (A-F) 10000 11 11 -1.210177e+06 -1.210177e+06 21.13 5: 2 BM (B) 10 2 11 -4.451277e+03 -4.451277e+03 0.01 6: 2 BM (B) 100 4 11 -8.426814e+03 -8.426814e+03 0.17 7: 2 BM (B) 1000 11 11 -1.829699e+04 -1.829699e+04 1.47 8: 2 BM (B) 10000 11 11 -6.574333e+05 -6.574333e+05 14.79 9: 2 OU (E) 10 2 11 -1.126026e+04 -1.126026e+04 0.03 10: 2 OU (E) 100 4 11 -8.485692e+05 -8.485692e+05 0.23 11: 2 OU (E) 1000 11 11 -1.234342e+06 -1.234342e+06 2.55 12: 2 OU (E) 10000 11 11 -1.057830e+07 -1.057830e+07 26.06 timeCpp 1: 0.002 2: 0.002 3: 0.020 4: 0.158 5: 0.000 6: 0.001 7: 0.011 8: 0.125 9: 0.002 10: 0.002 11: 0.017 12: 0.184 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 70 ] > > proc.time() user system elapsed 91.35 2.48 93.89