* installing *source* package 'fable' ...
** this is package 'fable' version '0.4.1'
** package 'fable' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.2.0'
using C++ compiler: 'g++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_10_26_01_50_00_14777/RtmpaiE5sA/R.INSTALL32404cd22de/fable/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -DR_NO_REMAP -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c etsTargetFunction.cpp -o etsTargetFunction.o
etsTargetFunction.cpp: In member function 'void EtsTargetFunction::eval(const double*, int)':
etsTargetFunction.cpp:89:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
89 | if(p_par_length != this->par.size()) {
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
etsTargetFunction.cpp:121:40: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
121 | for(int i=par.size()-nstate; i < par.size(); i++) {
| ~~^~~~~~~~~~~~
etsTargetFunction.cpp:149:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
149 | for(int i=start; i<state.size(); i++) {
| ~^~~~~~~~~~~~~
etsTargetFunction.cpp:165:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
165 | for(int i=0; i <= p*this->y.size(); i++) state.push_back(0);
| ~~^~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -DR_NO_REMAP -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c etsTargetFunctionWrapper.cpp -o etsTargetFunctionWrapper.o
gcc -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c etscalc.c -o etscalc.o
etscalc.c: In function 'etssimulate':
etscalc.c:119:15: warning: variable 'nstates' set but not used [-Wunused-but-set-variable]
119 | int i, j, nstates;
| ^~~~~~~
gcc -I"D:/RCompile/recent/R-4.5.1/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c registerDynamicSymbol.c -o registerDynamicSymbol.o
g++ -std=gnu++17 -shared -s -static-libgcc -o fable.dll tmp.def etsTargetFunction.o etsTargetFunctionWrapper.o etscalc.o registerDynamicSymbol.o -fopenmp -LD:/RCompile/recent/R-4.5.1/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.5.1/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-4.5.1/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_10_26_01_50_00_14777/RtmpaiE5sA/R.INSTALL32404cd22de/fable/src'
make[1]: Entering directory '/d/temp/2025_10_26_01_50_00_14777/RtmpaiE5sA/R.INSTALL32404cd22de/fable/src'
make[1]: Leaving directory '/d/temp/2025_10_26_01_50_00_14777/RtmpaiE5sA/R.INSTALL32404cd22de/fable/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-fable/00new/fable/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** 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
* MD5 sums
packaged installation of 'fable' as fable_0.4.1.zip
* DONE (fable)