* using log directory 'd:/Rcompile/CRANpkg/local/4.6/miniLNM.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 12:59:41 UTC * checking for file 'miniLNM/DESCRIPTION' ... OK * this is package 'miniLNM' version '0.1.2' * package encoding: UTF-8 * 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 'miniLNM' can be installed ... OK * used C++ compiler: 'g++.exe (GCC) 14.3.0' * checking C++ specification ... INFO specified C++17 * checking installed package size ... OK * checking package directory ... OK * checking 'build' 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 ... [3s] OK * checking whether the package can be loaded with stated dependencies ... [3s] OK * checking whether the package can be unloaded cleanly ... [3s] OK * checking whether the namespace can be loaded with stated dependencies ... [3s] OK * checking whether the namespace can be unloaded cleanly ... [4s] OK * checking loading without being on the library search path ... [7s] 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 ... [8s] OK * checking Rd files ... [1s] 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 line endings in shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... INFO GNU make is a SystemRequirements. * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking pragmas in C/C++ headers and code ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [46s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [28s] OK Running 'testthat.R' [28s] * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [35s] OK * checking PDF version of manual ... [19s] OK * checking HTML version of manual ... [3s] 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: Chain 1: Chain 1: Drawing a sample of size 200 from the approximate posterior... Chain 1: COMPLETED. Warning: Pareto k diagnostic value is 24.04. Resampling is disabled. Decreasing tol_rel_obj may help if variational algorithm has terminated prematurely. Otherwise consider using sampling instead. > head(sample(fit)) y1 y2 y3 y4 y5 y6 y7 y8 y9 y10 [1,] 1247 5366 7736 6441 3684 3908 5057 8027 4593 3941 [2,] 1802 6609 5081 7946 3778 4833 4030 6866 5121 3934 [3,] 1316 4986 6792 5916 6366 3138 6783 7129 3569 4005 [4,] 926 5874 5725 8159 5020 2677 5420 8584 3895 3720 [5,] 1285 6876 7027 5926 3350 4282 3549 7275 5688 4742 [6,] 753 6640 5572 8615 4790 3444 4829 8350 3785 3222 > > > > ### *