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.02 2: 2 MGPM (A-F) 100 4 11 -4.293882e+03 -4.293882e+03 0.18 3: 2 MGPM (A-F) 1000 11 11 -1.699739e+05 -1.699739e+05 2.30 4: 2 MGPM (A-F) 10000 11 11 -1.210177e+06 -1.210177e+06 19.68 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.64 8: 2 BM (B) 10000 11 11 -6.574333e+05 -6.574333e+05 13.47 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.25 11: 2 OU (E) 1000 11 11 -1.234342e+06 -1.234342e+06 2.49 12: 2 OU (E) 10000 11 11 -1.057830e+07 -1.057830e+07 24.50 timeCpp 1: 0.001 2: 0.003 3: 0.024 4: 0.136 5: 0.000 6: 0.002 7: 0.013 8: 0.122 9: 0.000 10: 0.003 11: 0.019 12: 0.173 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 70 ] > > proc.time() user system elapsed 87.15 2.40 89.53