R version 4.5.0 alpha (2025-03-26 r88060 ucrt) 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(MCSimMod) Loading required package: tools > > test_check("MCSimMod") ________________________________________ Mod v6.1.0 - Model Generator for MCSim MCSim and associated software comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions; see the GNU General Public License. >> Generating code for linking with R deSolve package. * Created C model file 'D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31ca66770d_model.c'. * Created R parameter initialization file 'D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31ca66770d_model_inits.R'. using C compiler: 'gcc.exe (GCC) 14.2.0' make[1]: Entering directory '/d/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat' 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 -mfpmath=sse -msse2 -mstackrealign -c D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31ca66770d_model.c -o D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31ca66770d_model.o D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31ca66770d_model.c: In function 'lagvalue': D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31ca66770d_model.c:68:10: warning: ISO C forbids 'return' with expression, in function returning void [-Wpedantic] 68 | return fun(T, nr, N, ytau); | ^~~~~~~~~~~~~~~~~~~ D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31ca66770d_model.c:64:6: note: declared here 64 | void lagvalue(double T, int *nr, int N, double *ytau) { | ^~~~~~~~ gcc -shared -s -static-libgcc -o D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31ca66770d_model.dll tmp.def D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31ca66770d_model.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/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat' make[1]: Entering directory '/d/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat' make[1]: Leaving directory '/d/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat' Hash calculated and saved to D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31ca66770d_model.md5 ________________________________________ Mod v6.1.0 - Model Generator for MCSim MCSim and associated software comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions; see the GNU General Public License. >> Generating code for linking with R deSolve package. * Created C model file 'D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.c'. * Created R parameter initialization file 'D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model_inits.R'. using C compiler: 'gcc.exe (GCC) 14.2.0' make[1]: Entering directory '/d/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data' 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 -mfpmath=sse -msse2 -mstackrealign -c D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.c -o D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.o D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.c: In function 'lagvalue': D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.c:68:10: warning: ISO C forbids 'return' with expression, in function returning void [-Wpedantic] 68 | return fun(T, nr, N, ytau); | ^~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.c:64:6: note: declared here 64 | void lagvalue(double T, int *nr, int N, double *ytau) { | ^~~~~~~~ gcc -shared -s -static-libgcc -o D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.dll tmp.def D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.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/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data' make[1]: Entering directory '/d/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data' make[1]: Leaving directory '/d/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data' Hash calculated and saved to D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.md5 ________________________________________ Mod v6.1.0 - Model Generator for MCSim MCSim and associated software comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions; see the GNU General Public License. >> Generating code for linking with R deSolve package. * Created C model file 'D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.c'. * Created R parameter initialization file 'D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model_inits.R'. using C compiler: 'gcc.exe (GCC) 14.2.0' make[1]: Entering directory '/d/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat' 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 -mfpmath=sse -msse2 -mstackrealign -c D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.c -o D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.o D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.c: In function 'lagvalue': D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.c:68:10: warning: ISO C forbids 'return' with expression, in function returning void [-Wpedantic] 68 | return fun(T, nr, N, ytau); | ^~~~~~~~~~~~~~~~~~~ D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.c:64:6: note: declared here 64 | void lagvalue(double T, int *nr, int N, double *ytau) { | ^~~~~~~~ gcc -shared -s -static-libgcc -o D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.dll tmp.def D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.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/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat' make[1]: Entering directory '/d/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat' make[1]: Leaving directory '/d/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat' Hash calculated and saved to D:/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat/data/exponential_model.md5 ________________________________________ Mod v6.1.0 - Model Generator for MCSim MCSim and associated software comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions; see the GNU General Public License. >> Generating code for linking with R deSolve package. * Created C model file 'D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31c75a54ae9_model.c'. * Created R parameter initialization file 'D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31c75a54ae9_model_inits.R'. using C compiler: 'gcc.exe (GCC) 14.2.0' make[1]: Entering directory '/d/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat' 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 -mfpmath=sse -msse2 -mstackrealign -c D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31c75a54ae9_model.c -o D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31c75a54ae9_model.o D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31c75a54ae9_model.c: In function 'lagvalue': D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31c75a54ae9_model.c:68:10: warning: ISO C forbids 'return' with expression, in function returning void [-Wpedantic] 68 | return fun(T, nr, N, ytau); | ^~~~~~~~~~~~~~~~~~~ D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31c75a54ae9_model.c:64:6: note: declared here 64 | void lagvalue(double T, int *nr, int N, double *ytau) { | ^~~~~~~~ gcc -shared -s -static-libgcc -o D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31c75a54ae9_model.dll tmp.def D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31c75a54ae9_model.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/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat' make[1]: Entering directory '/d/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat' make[1]: Leaving directory '/d/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat' Hash calculated and saved to D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/testDir/mcsimmod_e31c75a54ae9_model.md5 ________________________________________ Mod v6.1.0 - Model Generator for MCSim MCSim and associated software comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions; see the GNU General Public License. >> Generating code for linking with R deSolve package. * Created C model file 'D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/mcsimmod_e31c54c77d59_model.c'. * Created R parameter initialization file 'D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/mcsimmod_e31c54c77d59_model_inits.R'. using C compiler: 'gcc.exe (GCC) 14.2.0' make[1]: Entering directory '/d/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat' 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 -mfpmath=sse -msse2 -mstackrealign -c D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/mcsimmod_e31c54c77d59_model.c -o D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/mcsimmod_e31c54c77d59_model.o D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/mcsimmod_e31c54c77d59_model.c: In function 'lagvalue': D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/mcsimmod_e31c54c77d59_model.c:68:10: warning: ISO C forbids 'return' with expression, in function returning void [-Wpedantic] 68 | return fun(T, nr, N, ytau); | ^~~~~~~~~~~~~~~~~~~ D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/mcsimmod_e31c54c77d59_model.c:64:6: note: declared here 64 | void lagvalue(double T, int *nr, int N, double *ytau) { | ^~~~~~~~ gcc -shared -s -static-libgcc -o D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/mcsimmod_e31c54c77d59_model.dll tmp.def D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/mcsimmod_e31c54c77d59_model.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/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat' make[1]: Entering directory '/d/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat' make[1]: Leaving directory '/d/RCompile/CRANincoming/R-devel/MCSimMod.Rcheck/tests/testthat' Hash calculated and saved to D:/temp/2025_03_27_20_15_16_13121/RtmpWWnJJm/mcsimmod_e31c54c77d59_model.md5