R Under development (unstable) (2026-03-25 r89703 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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 odin0ddd3654 (debug build) -- R CMD INSTALL --------------------------------------------------------------- * installing *source* package 'odin0ddd3654' ... ** this is package 'odin0ddd3654' version '0.0.1' ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 14.3.0' make[1]: Entering directory '/d/temp/2026_03_26_22_20_17_11097/Rtmp2lhn6V/file9ff5434095744/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:2064:47: warning: format '%d' expects argument of type 'int', but argument 2 has type 'const char *' [-Wformat=] 2064 | Rf_error("Expected scalar integer for '%d'", name); | ~^ ~~~~ | | | | int const char * | %s odin.c: In function 'user_get_array': odin.c:2222:48: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=] 2222 | Rf_error("Incorrect size of dimension %d of %s (expected %d)", | ~^ | | | int | %lld 2223 | i + 1, name, dim_expected); | ~~~~~ | | | size_t {aka long long unsigned int} odin.c: In function 'interpolate_check_y': odin.c:2301:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=] 2301 | Rf_error("Expected %s to have length %d (for '%s')", | ~^ | | | int | %lld 2302 | name_arg, nx, name_target); | ~~ | | | size_t {aka long long unsigned int} odin.c:2305:37: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=] 2305 | Rf_error("Expected dimension %d of %s to have size %d (for '%s')", | ~^ | | | int | %lld 2306 | i, name_arg, nx, name_target); | ~ | | | size_t {aka long long unsigned int} odin.c:2305:59: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=] 2305 | Rf_error("Expected dimension %d of %s to have size %d (for '%s')", | ~^ | | | int | %lld 2306 | 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 odin0ddd3654.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/2026_03_26_22_20_17_11097/Rtmp2lhn6V/file9ff5434095744/src' make[1]: Entering directory '/d/temp/2026_03_26_22_20_17_11097/Rtmp2lhn6V/file9ff5434095744/src' make[1]: Leaving directory '/d/temp/2026_03_26_22_20_17_11097/Rtmp2lhn6V/file9ff5434095744/src' installing to D:/temp/2026_03_26_22_20_17_11097/Rtmp2lhn6V/devtools_install_9ff5449083b6f/00LOCK-file9ff5434095744/00new/odin0ddd3654/libs/x64 * DONE (odin0ddd3654) i Loading odin0ddd3654 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 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 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 Generating model in c Using cached model [ FAIL 0 | WARN 0 | SKIP 2 | PASS 138 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-meta_sim.R:103:3', 'test-meta_sim.R:191:3' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 138 ] > > proc.time() user system elapsed 62.68 4.60 72.50