* installing *source* package 'bamp' ...
** package 'bamp' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
using C++ compiler: 'g++.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/Rtmpia8L1B/R.INSTALL11ac020b468cd/bamp/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c bamp.cc -o bamp.o
bamp.cc: In function 'void bamp(int*, int*, int*, int*, double*, int*, int*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, double*, int*)':
bamp.cc:424:42: warning: 'period_data' may be used uninitialized [-Wmaybe-uninitialized]
  424 |               phi[i]=phi[i]/period_data[i];
      |                             ~~~~~~~~~~~~~^
bamp.cc:69:9: note: 'period_data' was declared here
   69 | double* period_data;
      |         ^~~~~~~~~~~
bamp.cc:431:42: warning: 'cohort_data' may be used uninitialized [-Wmaybe-uninitialized]
  431 |               psi[i]=psi[i]/cohort_data[i];
      |                             ~~~~~~~~~~~~~^
bamp.cc:70:9: note: 'cohort_data' was declared here
   70 | double* cohort_data;
      |         ^~~~~~~~~~~
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c block.cc -o block.o
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -Iwin64   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c l.cc -o l.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c matrix.cc -o matrix.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c mxs.cc -o mxs.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c praez.cc -o praez.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c update_my.cc -o update_my.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c zufall.cc -o zufall.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c zz_ksi.cc -o zz_ksi.o
g++ -std=gnu++17 -shared -s -static-libgcc -o bamp.dll tmp.def bamp.o block.o init.o l.o matrix.o mxs.o praez.o update_my.o zufall.o zz_ksi.o -Lwin64 -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.0/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.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmpia8L1B/R.INSTALL11ac020b468cd/bamp/src'
make[1]: Entering directory '/d/temp/Rtmpia8L1B/R.INSTALL11ac020b468cd/bamp/src'
make[1]: Leaving directory '/d/temp/Rtmpia8L1B/R.INSTALL11ac020b468cd/bamp/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-bamp/00new/bamp/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'bamp' as bamp_2.1.3.zip
* DONE (bamp)