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.21 3: 2 MGPM (A-F) 1000 11 11 -1.699739e+05 -1.699739e+05 2.14 4: 2 MGPM (A-F) 10000 11 11 -1.210177e+06 -1.210177e+06 20.66 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.14 7: 2 BM (B) 1000 11 11 -1.829699e+04 -1.829699e+04 1.33 8: 2 BM (B) 10000 11 11 -6.574333e+05 -6.574333e+05 14.91 9: 2 OU (E) 10 2 11 -1.126026e+04 -1.126026e+04 0.04 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.55 12: 2 OU (E) 10000 11 11 -1.057830e+07 -1.057830e+07 24.99 timeCpp 1: 0.002 2: 0.002 3: 0.016 4: 0.142 5: 0.002 6: 0.002 7: 0.009 8: 0.134 9: 0.000 10: 0.001 11: 0.022 12: 0.154 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 70 ] > > proc.time() user system elapsed 90.75 2.28 93.10