* installing *source* package 'capybara' ...
** package 'capybara' successfully unpacked and MD5 sums checked
** using staged installation

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************


** libs
using C++ compiler: 'g++.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2025_03_31_01_50_00_28653/RtmpuYsGjs/R.INSTALL1aec811cb15d8/capybara/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.4/cpp11armadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_NO_DEBUG -DARMA_OPENMP_THREADS=1   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c 01_linear_algebra.cpp -o 01_linear_algebra.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.4/cpp11armadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_NO_DEBUG -DARMA_OPENMP_THREADS=1   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c 02_center_variables.cpp -o 02_center_variables.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.4/cpp11armadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_NO_DEBUG -DARMA_OPENMP_THREADS=1   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c 03_lm_fit.cpp -o 03_lm_fit.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.4/cpp11armadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_NO_DEBUG -DARMA_OPENMP_THREADS=1   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c 04_glm_fit.cpp -o 04_glm_fit.o
04_glm_fit.cpp: In function 'cpp11::list feglm_fit_(const cpp11::doubles&, const cpp11::doubles&, const cpp11::doubles&, cpp11::doubles_matrix<>&, const cpp11::doubles&, const double&, const std::string&, const cpp11::list&, const cpp11::list&)':
04_glm_fit.cpp:344:5: warning: 'imp_crit' may be used uninitialized [-Wmaybe-uninitialized]
  344 |     if (!imp_crit) {
      |     ^~
04_glm_fit.cpp:280:28: note: 'imp_crit' was declared here
  280 |   bool dev_crit, val_crit, imp_crit, conv = false;
      |                            ^~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.4/cpp11armadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_NO_DEBUG -DARMA_OPENMP_THREADS=1   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c 05_glm_offset_fit.cpp -o 05_glm_offset_fit.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.4/cpp11armadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_NO_DEBUG -DARMA_OPENMP_THREADS=1   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c 06_get_alpha.cpp -o 06_get_alpha.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.4/cpp11armadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_NO_DEBUG -DARMA_OPENMP_THREADS=1   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c 07_group_sums.cpp -o 07_group_sums.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include' -I'D:/RCompile/CRANpkg/lib/4.4/cpp11armadillo/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp -DARMA_NO_DEBUG -DARMA_OPENMP_THREADS=1   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cpp11.cpp -o cpp11.o
g++ -std=gnu++17 -shared -s -static-libgcc -o capybara.dll tmp.def 01_linear_algebra.o 02_center_variables.o 03_lm_fit.o 04_glm_fit.o 05_glm_offset_fit.o 06_get_alpha.o 07_group_sums.o cpp11.o -fopenmp -LD:/RCompile/recent/R-4.4.3/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.3/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_03_31_01_50_00_28653/RtmpuYsGjs/R.INSTALL1aec811cb15d8/capybara/src'
make[1]: Entering directory '/d/temp/2025_03_31_01_50_00_28653/RtmpuYsGjs/R.INSTALL1aec811cb15d8/capybara/src'
make[1]: Leaving directory '/d/temp/2025_03_31_01_50_00_28653/RtmpuYsGjs/R.INSTALL1aec811cb15d8/capybara/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-capybara/00new/capybara/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'capybara' as capybara_0.9.1.zip
* DONE (capybara)