* installing *source* package 'gmGeostats' ...
** package 'gmGeostats' 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/RtmpQHEGP6/R.INSTALL27cf01fd971ce/gmGeostats/src'
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c gmGeostats.c -o gmGeostats.o
gmGeostats.c: In function 'fbandGauss':
gmGeostats.c:222:57: warning: "/*" within comment [-Wcomment]
  222 |   /* omega = norm_rand()  * M_SQRT2 / range * M_SQRT_3; /* sqrt(3) needed to produce effective range*/
      |                                                          
gmGeostats.c: In function 'CMVTurningBands':
gmGeostats.c:478:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  478 |     for(i=0;i<n;i++)
      |     ^~~
gmGeostats.c:484:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  484 |       Z+=d*n;
      |       ^
gmGeostats.c:405:10: warning: unused variable 'phase' [-Wunused-variable]
  405 |   double phase; /* 20220424: removed ,amp; */
      |          ^~~~~
gmGeostats.c: In function 'CCondSim':
gmGeostats.c:537:11: warning: unused variable 'shift' [-Wunused-variable]
  537 |   int sim,shift;
      |           ^~~~~
gmGeostats.c:536:11: warning: unused variable 'k' [-Wunused-variable]
  536 |   int i,j,k; /* 20220424 removed: ,s,ss,ev,l; */
      |           ^
gmGeostats.c:536:9: warning: unused variable 'j' [-Wunused-variable]
  536 |   int i,j,k; /* 20220424 removed: ,s,ss,ev,l; */
      |         ^
gcc -shared -s -static-libgcc -o gmGeostats.dll tmp.def gmGeostats.o -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.0/bin/x64 -lRblas -lgfortran -lm -lquadmath -fopenmp -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/RtmpQHEGP6/R.INSTALL27cf01fd971ce/gmGeostats/src'
make[1]: Entering directory '/d/temp/RtmpQHEGP6/R.INSTALL27cf01fd971ce/gmGeostats/src'
make[1]: Leaving directory '/d/temp/RtmpQHEGP6/R.INSTALL27cf01fd971ce/gmGeostats/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-gmGeostats/00new/gmGeostats/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 'gmGeostats' as gmGeostats_0.11.3.zip
* DONE (gmGeostats)