* using log directory 'd:/Rcompile/CRANpkg/local/4.6/BayesProject.Rcheck' * using R version 4.6.1 (2026-06-24 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-08-12 21:22:20 UTC * checking for file 'BayesProject/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'BayesProject' version '1.0' * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'BayesProject' can be installed ... OK * used C++ compiler: 'g++.exe (GCC) 14.3.0' * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [0s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [2s] OK * checking Rd files ... [0s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... [0s] OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking pragmas in C/C++ headers and code ... OK * checking compiled code ... OK * checking examples ... [3s] OK * checking PDF version of manual ... [18s] OK * checking HTML version of manual ... [1s] OK * DONE Status: OK Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > > library(BayesProject) > data(testdata) > bayes_cusum <- function(x) bayes(x,threshold=0,rescale.var=FALSE)$cusum > res <- wildBinSeg(testdata, cusumFct=bayes_cusum, threshold=1) > print(res) [1] 7 13 20 22 23 33 34 37 46 49 52 53 63 65 70 77 87 88 92 [20] 93 102 106 113 118 119 129 138 146 147 157 158 168 169 176 178 184 186 190 [39] 200 209 219 221 222 230 235 238 239 247 253 257 266 269 279 281 285 293 303 [58] 313 323 332 342 347 351 357 358 359 369 370 372 373 383 390 400 407 411 414 [77] 421 430 434 437 440 442 451 452 462 463 464 468 472 482 485 488 498 > > > > > ### *