* installing *source* package 'lsoda' ... ** this is package 'lsoda' version '1.0' ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 14.2.0' using C++11 g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++11 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -I../inst/include -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c unit.cpp -o unit.o In file included from unit.cpp:1: In member function 'void LSODA::LSODA::corfailure(double*, double*, size_t*, size_t*)', inlined from 'void LSODA::LSODA::correction(size_t, std::vector&, LSODA::LSODA_ODE_SYSTEM_TYPE, size_t*, double, double*, double*, double*, size_t*, double*, size_t*, void*)' at ../inst/include/lsoda.h:1712:18, inlined from 'void LSODA::LSODA::stoda(size_t, std::vector&, LSODA::LSODA_ODE_SYSTEM_TYPE, void*)' at ../inst/include/lsoda.h:1109:14: ../inst/include/lsoda.h:1830:44: warning: array subscript 1 is outside array bounds of 'size_t [1]' {aka 'long long unsigned int [1]'} [-Warray-bounds=] 1830 | if(std::abs(h_) <= hmin * 1.00001 || *ncf == mxncf) { | ^~~~ ../inst/include/lsoda.h: In member function 'void LSODA::LSODA::stoda(size_t, std::vector&, LSODA::LSODA_ODE_SYSTEM_TYPE, void*)': ../inst/include/lsoda.h:969:43: note: at offset 8 into object 'ncf' of size 8 969 | size_t i = 0, i1 = 0, j = 0, m = 0, ncf = 0; | ^~~ In member function 'void LSODA::LSODA::corfailure(double*, double*, size_t*, size_t*)', inlined from 'void LSODA::LSODA::correction(size_t, std::vector&, LSODA::LSODA_ODE_SYSTEM_TYPE, size_t*, double, double*, double*, double*, size_t*, double*, size_t*, void*)' at ../inst/include/lsoda.h:1792:16, inlined from 'void LSODA::LSODA::stoda(size_t, std::vector&, LSODA::LSODA_ODE_SYSTEM_TYPE, void*)' at ../inst/include/lsoda.h:1109:14: ../inst/include/lsoda.h:1830:44: warning: array subscript 1 is outside array bounds of 'size_t [1]' {aka 'long long unsigned int [1]'} [-Warray-bounds=] 1830 | if(std::abs(h_) <= hmin * 1.00001 || *ncf == mxncf) { | ^~~~ ../inst/include/lsoda.h: In member function 'void LSODA::LSODA::stoda(size_t, std::vector&, LSODA::LSODA_ODE_SYSTEM_TYPE, void*)': ../inst/include/lsoda.h:969:43: note: at offset 8 into object 'ncf' of size 8 969 | size_t i = 0, i1 = 0, j = 0, m = 0, ncf = 0; | ^~~ g++ -shared -s -static-libgcc -o lsoda.dll tmp.def RcppExports.o unit.o -fopenmp -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lquadmath -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 installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-lsoda/00new/lsoda/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (lsoda)