* installing *source* package 'fastICA' ...
** package 'fastICA' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpsFUlhg/R.INSTALL160a47e6d4fc2/fastICA/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c ica.c -o ica.o
ica.c: In function 'svd_JM':
ica.c:100:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
  100 |         error("svd on %lu x %lu exceeds Fortran indexing limits", nn, pp);
      |                       ~~^                                         ~~
      |                         |                                         |
      |                         long unsigned int                         size_t {aka long long unsigned int}
      |                       %llu
ica.c:100:31: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
  100 |         error("svd on %lu x %lu exceeds Fortran indexing limits", nn, pp);
      |                             ~~^                                       ~~
      |                               |                                       |
      |                               long unsigned int                       size_t {aka long long unsigned int}
      |                             %llu
gcc -shared -s -static-libgcc -o fastICA.dll fastICA-win.def ica.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/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/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpsFUlhg/R.INSTALL160a47e6d4fc2/fastICA/src'
make[1]: Entering directory '/d/temp/RtmpsFUlhg/R.INSTALL160a47e6d4fc2/fastICA/src'
make[1]: Leaving directory '/d/temp/RtmpsFUlhg/R.INSTALL160a47e6d4fc2/fastICA/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-fastICA/00new/fastICA/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
* MD5 sums
packaged installation of 'fastICA' as fastICA_1.2-4.zip
* DONE (fastICA)