* installing *source* package 'lstar' ... ** this is package 'lstar' version '0.2.2' ** package 'lstar' successfully unpacked and MD5 sums checked ** using staged installation ** libs specified C++17 using C++ compiler: 'g++.exe (GCC) 14.3.0' using C++17 make[1]: Entering directory '/d/temp/2026_09_11_01_50_00_25671/RtmpQ5yQB4/R.INSTALL4a3836b51d67/lstar/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include -DLSTAR_HAVE_ZLIB -DLIBZARR_HAS_ZLIB -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -DLIBZARR_HAS_ZSTD -ID:/rtools45/x86_64-w64-mingw32.static.posix/include -I'D:/RCompile/CRANpkg/lib/4.7/cpp11/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cpp11.cpp -o cpp11.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include -DLSTAR_HAVE_ZLIB -DLIBZARR_HAS_ZLIB -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -DLIBZARR_HAS_ZSTD -ID:/rtools45/x86_64-w64-mingw32.static.posix/include -I'D:/RCompile/CRANpkg/lib/4.7/cpp11/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -fopenmp -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c lstar_cpp.cpp -o lstar_cpp.o In file included from lstar_cpp.cpp:10: ../inst/include/lstar/lstar.hpp: In function 'std::vector lstar::lowess_predict(const std::vector&, const std::vector&, double, int)': ../inst/include/lstar/lstar.hpp:1345:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 1345 | for (auto& o : out) o = my; return out; } | ^~~ ../inst/include/lstar/lstar.hpp:1345:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 1345 | for (auto& o : out) o = my; return out; } | ^~~~~~ g++ -shared -s -static-libgcc -o lstar.dll tmp.def cpp11.o lstar_cpp.o -lz -LD:/rtools45/x86_64-w64-mingw32.static.posix/lib -lzstd -fopenmp -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 if command -v strip >/dev/null 2>&1; then strip -S lstar.dll 2>/dev/null || true; fi make[1]: Leaving directory '/d/temp/2026_09_11_01_50_00_25671/RtmpQ5yQB4/R.INSTALL4a3836b51d67/lstar/src' make[1]: Entering directory '/d/temp/2026_09_11_01_50_00_25671/RtmpQ5yQB4/R.INSTALL4a3836b51d67/lstar/src' make[1]: Leaving directory '/d/temp/2026_09_11_01_50_00_25671/RtmpQ5yQB4/R.INSTALL4a3836b51d67/lstar/src' installing to d:/Rcompile/CRANpkg/lib/4.7/00LOCK-lstar/00new/lstar/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** 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 'lstar' as lstar_0.2.2.zip * DONE (lstar)