R Under development (unstable) (2025-12-14 r89168 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(MetaRVM) > > test_check("MetaRVM") Loading required namespace: pkgbuild Generating model in c i Re-compiling odinaddd4678 (debug build) -- R CMD INSTALL --------------------------------------------------------------- * installing *source* package 'odinaddd4678' ... ** this is package 'odinaddd4678' version '0.0.1' ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 14.3.0' make[1]: Entering directory '/d/temp/2025_12_15_20_05_17_28820/RtmpgXQrVM/file6834bdb7fca/src' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -UNDEBUG -Wall -pedantic -g -O0 -c odin.c -o odin.o odin.c: In function 'user_get_scalar_int': odin.c:1783:47: warning: format '%d' expects argument of type 'int', but argument 2 has type 'const char *' [-Wformat=] 1783 | Rf_error("Expected scalar integer for '%d'", name); | ~^ ~~~~ | | | | int const char * | %s odin.c: In function 'user_get_array': odin.c:1941:48: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=] 1941 | Rf_error("Incorrect size of dimension %d of %s (expected %d)", | ~^ | | | int | %lld 1942 | i + 1, name, dim_expected); | ~~~~~ | | | size_t {aka long long unsigned int} odin.c: In function 'interpolate_check_y': odin.c:2020:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=] 2020 | Rf_error("Expected %s to have length %d (for '%s')", | ~^ | | | int | %lld 2021 | name_arg, nx, name_target); | ~~ | | | size_t {aka long long unsigned int} odin.c:2024:37: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=] 2024 | Rf_error("Expected dimension %d of %s to have size %d (for '%s')", | ~^ | | | int | %lld 2025 | i, name_arg, nx, name_target); | ~ | | | size_t {aka long long unsigned int} odin.c:2024:59: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=] 2024 | Rf_error("Expected dimension %d of %s to have size %d (for '%s')", | ~^ | | | int | %lld 2025 | i, name_arg, nx, name_target); | ~~ | | | size_t {aka long long unsigned int} gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -gdwarf-2 -mfpmath=sse -msse2 -mstackrealign -UNDEBUG -Wall -pedantic -g -O0 -c registration.c -o registration.o gcc -shared -static-libgcc -o odinaddd4678.dll tmp.def odin.o registration.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR make[1]: Leaving directory '/d/temp/2025_12_15_20_05_17_28820/RtmpgXQrVM/file6834bdb7fca/src' make[1]: Entering directory '/d/temp/2025_12_15_20_05_17_28820/RtmpgXQrVM/file6834bdb7fca/src' make[1]: Leaving directory '/d/temp/2025_12_15_20_05_17_28820/RtmpgXQrVM/file6834bdb7fca/src' installing to D:/temp/2025_12_15_20_05_17_28820/RtmpgXQrVM/devtools_install_683445b33d63/00LOCK-file6834bdb7fca/00new/odinaddd4678/libs/x64 * DONE (odinaddd4678) i Loading odinaddd4678 Generating model in c Using cached model Generating model in c Using cached model Generating model in c Using cached model Generating model in c Using cached model Generating model in c Using cached model [ FAIL 0 | WARN 0 | SKIP 2 | PASS 120 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-meta_sim.R:104:3', 'test-meta_sim.R:193:3' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 120 ] > > proc.time() user system elapsed 23.67 1.10 31.26