R Under development (unstable) (2024-10-08 r87214 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(clustTMB) > > test_check("clustTMB") Loading required package: mclust Package 'mclust' version 6.1.1 Type 'citation("mclust")' for citing this R package in publications. Loading required package: MoEClust Package 'MoEClust' version 1.5.2. Type '?MoEClust' to see a brief guide to how to use this R package. Type 'citation("MoEClust")' for citing the package in publications. Type 'MoE_news()' to see new features recent changes and bug fixes. Loading required package: mvnfast Loading required package: FMsmsnReg Loading required package: TMB using C++ compiler: 'g++.exe (GCC) 13.2.0' make[1]: Entering directory '/d/RCompile/CRANincoming/R-devel/clustTMB.Rcheck/tests/testthat' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I"D:/RCompile/CRANpkg/lib/4.5/TMB/include" -I"D:/temp/RtmpqqjHH9/RLIBS_f2fc48bf1e02/RcppEigen/include" -DTMB_SAFEBOUNDS -DTMB_EIGEN_DISABLE_WARNINGS -DLIB_UNLOAD=R_unload_simple -DTMB_LIB_INIT=R_init_simple -DCPPAD_FRAMEWORK -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -DSTRICT_R_HEADERS=1 -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c ref/simple.cpp -o ref/simple.o g++ -std=gnu++17 -shared -s -static-libgcc -o ref/simple.dll tmp.def ref/simple.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR make[1]: Leaving directory '/d/RCompile/CRANincoming/R-devel/clustTMB.Rcheck/tests/testthat' make[1]: Entering directory '/d/RCompile/CRANincoming/R-devel/clustTMB.Rcheck/tests/testthat' make[1]: Leaving directory '/d/RCompile/CRANincoming/R-devel/clustTMB.Rcheck/tests/testthat' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 440 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-integrated-spatial.R:6:3', 'test-unit-utils-fittmb.R:11:3', 'test-unit-utils-fittmb.R:31:3', 'test-unit-utils-fittmb.R:63:3' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 440 ] > > proc.time() user system elapsed 372.68 0.92 413.53