* installing *source* package 'GeoModels' ...
** this is package 'GeoModels' version '2.2.8'
** package 'GeoModels' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_08_25_01_50_00_13316/RtmpGAKaDx/R.INSTALLfd2c202847e0/GeoModels/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c 1F1.c -o 1F1.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c 2F1.c -o 2F1.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c 2F1_v2.c -o 2F1_v2.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c 2gammainc.c -o 2gammainc.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c 2kummer.c -o 2kummer.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c CompositeLikelihood2.c -o CompositeLikelihood2.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c CompositeLikelihood2_ani.c -o CompositeLikelihood2_ani.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c CompositeLikelihoodCond2.c -o CompositeLikelihoodCond2.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c CompositeLikelihoodCond2_ani.c -o CompositeLikelihoodCond2_ani.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c CorrelationFunction.c -o CorrelationFunction.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c Distributions.c -o Distributions.o
In function 'pg_hyp_bseq_get',
    inlined from 'pg_hyp_bseq_get' at Distributions.c:4495:24,
    inlined from 'PGrt_positive' at Distributions.c:5047:29:
Distributions.c:4516:45: warning: 'hseq.a1' may be used uninitialized [-Wmaybe-uninitialized]
 4516 |         val = -((2.0*bcur - st->c + (st->a1 - bcur)*st->z) * st->fm1
      |                                     ~~~~~~~~^~~~~~~
Distributions.c: In function 'PGrt_positive':
Distributions.c:4985:19: note: 'hseq.a1' was declared here
 4985 |         PGHypBSeq hseq;
      |                   ^~~~
In function 'pg_hyp_bseq_get',
    inlined from 'pg_hyp_bseq_get' at Distributions.c:4495:24,
    inlined from 'PGrt_positive' at Distributions.c:5047:29:
Distributions.c:4514:22: warning: 'hseq.shape' may be used uninitialized [-Wmaybe-uninitialized]
 4514 |         const double bcur = 1.0 - (double)(l1 - 1) - st->shape;
      |                      ^~~~
Distributions.c: In function 'PGrt_positive':
Distributions.c:4985:19: note: 'hseq.shape' was declared here
 4985 |         PGHypBSeq hseq;
      |                   ^~~~
In function 'pg_hyp_bseq_get',
    inlined from 'pg_hyp_bseq_get' at Distributions.c:4495:24,
    inlined from 'PGrt_positive' at Distributions.c:5047:29:
Distributions.c:4516:27: warning: 'hseq.c' may be used uninitialized [-Wmaybe-uninitialized]
 4516 |         val = -((2.0*bcur - st->c + (st->a1 - bcur)*st->z) * st->fm1
      |                  ~~~~~~~~~^~~~~~~
Distributions.c: In function 'PGrt_positive':
Distributions.c:4985:19: note: 'hseq.c' was declared here
 4985 |         PGHypBSeq hseq;
      |                   ^~~~
In function 'pg_hyp_bseq_get',
    inlined from 'pg_hyp_bseq_get' at Distributions.c:4495:24,
    inlined from 'PGrt_positive' at Distributions.c:5047:29:
Distributions.c:4517:31: warning: 'hseq.z' may be used uninitialized [-Wmaybe-uninitialized]
 4517 |                 + bcur*(st->z - 1.0) * st->fm2) / den;
      |                        ~~~~~~~^~~~~~
Distributions.c: In function 'PGrt_positive':
Distributions.c:4985:19: note: 'hseq.z' was declared here
 4985 |         PGHypBSeq hseq;
      |                   ^~~~
In function 'pg_hyp_bseq_anchor',
    inlined from 'pg_hyp_bseq_get' at Distributions.c:4519:19,
    inlined from 'pg_hyp_bseq_get' at Distributions.c:4495:24,
    inlined from 'PGrt_positive' at Distributions.c:5047:29:
Distributions.c:4470:56: warning: 'hseq.a_int' may be used uninitialized [-Wmaybe-uninitialized]
 4470 |     const int mpoly = st->a_int ? (l1 + st->a_int - 1) : -1;
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
Distributions.c: In function 'PGrt_positive':
Distributions.c:4985:19: note: 'hseq.a_int' was declared here
 4985 |         PGHypBSeq hseq;
      |                   ^~~~
In function 'pg_hyp_bseq_get',
    inlined from 'PGrt_positive' at Distributions.c:5047:29:
Distributions.c:4500:8: warning: 'hseq.enabled' may be used uninitialized [-Wmaybe-uninitialized]
 4500 |     if (!st->enabled || l1 != st->last_l1 + 1) {
      |        ^
Distributions.c: In function 'PGrt_positive':
Distributions.c:4985:19: note: 'hseq.enabled' was declared here
 4985 |         PGHypBSeq hseq;
      |                   ^~~~
In function 'pg_hyp_bseq_get',
    inlined from 'pg_hyp_bseq_get' at Distributions.c:4495:24,
    inlined from 'PGrt_positive' at Distributions.c:5047:29:
Distributions.c:4508:74: warning: 'hseq.force_direct_next' may be used uninitialized [-Wmaybe-uninitialized]
 4508 |     if ((st->use_integral_seeds ? (l1 < 2) : ((l1 % PG_HREC_BLOCK) < 2)) ||
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
 4509 |         st->force_direct_next || l1 < 2) {
      |         ~~~~~~~~~~~~~~~~~~~~~                                             
Distributions.c: In function 'PGrt_positive':
Distributions.c:4985:19: note: 'hseq.force_direct_next' was declared here
 4985 |         PGHypBSeq hseq;
      |                   ^~~~
In function 'pg_hyp_bseq_get',
    inlined from 'PGrt_positive' at Distributions.c:5047:29:
Distributions.c:4500:43: warning: 'hseq.last_l1' may be used uninitialized [-Wmaybe-uninitialized]
 4500 |     if (!st->enabled || l1 != st->last_l1 + 1) {
      |                               ~~~~~~~~~~~~^~~
Distributions.c: In function 'PGrt_positive':
Distributions.c:4985:19: note: 'hseq.last_l1' was declared here
 4985 |         PGHypBSeq hseq;
      |                   ^~~~
In function 'pg_hyp_bseq_get',
    inlined from 'pg_hyp_bseq_get' at Distributions.c:4495:24,
    inlined from 'PGrt_positive' at Distributions.c:5047:29:
Distributions.c:4517:38: warning: 'hseq.fm2' may be used uninitialized [-Wmaybe-uninitialized]
 4517 |                 + bcur*(st->z - 1.0) * st->fm2) / den;
      |                   ~~~~~~~~~~~~~~~~~~~^~~~~~~~~
Distributions.c: In function 'PGrt_positive':
Distributions.c:4985:19: note: 'hseq.fm2' was declared here
 4985 |         PGHypBSeq hseq;
      |                   ^~~~
In function 'pg_hyp_bseq_get',
    inlined from 'pg_hyp_bseq_get' at Distributions.c:4495:24,
    inlined from 'PGrt_positive' at Distributions.c:5047:29:
Distributions.c:4516:60: warning: 'hseq.fm1' may be used uninitialized [-Wmaybe-uninitialized]
 4516 |         val = -((2.0*bcur - st->c + (st->a1 - bcur)*st->z) * st->fm1
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
Distributions.c: In function 'PGrt_positive':
Distributions.c:4985:19: note: 'hseq.fm1' was declared here
 4985 |         PGHypBSeq hseq;
      |                   ^~~~
In function 'pg_beta_bseq_get',
    inlined from 'pg_beta_bseq_get' at Distributions.c:550:24,
    inlined from 'PG00' at Distributions.c:5162:49:
Distributions.c:557:33: warning: 'bj.p' may be used uninitialized [-Wmaybe-uninitialized]
  557 |         st->logBeta += log(q) - log(st->p + q);
      |                                 ^~~~~~~~~~~~~~
Distributions.c: In function 'PG00':
Distributions.c:5149:24: note: 'bj.p' was declared here
 5149 |         PGBetaBSeq bi, bj;
      |                        ^~
In function 'pg_beta_bseq_get',
    inlined from 'pg_beta_bseq_get' at Distributions.c:550:24,
    inlined from 'PG00' at Distributions.c:5162:49:
Distributions.c:554:22: warning: 'bj.shape' may be used uninitialized [-Wmaybe-uninitialized]
  554 |         const double q = st->shape + (double)st->last_l1;
      |                      ^
Distributions.c: In function 'PG00':
Distributions.c:5149:24: note: 'bj.shape' was declared here
 5149 |         PGBetaBSeq bi, bj;
      |                        ^~
In function 'pg_beta_bseq_get',
    inlined from 'pg_beta_bseq_get' at Distributions.c:550:24,
    inlined from 'PG00' at Distributions.c:5162:49:
Distributions.c:558:36: warning: 'bj.log1mw' may be used uninitialized [-Wmaybe-uninitialized]
  558 |         st->logDelta += st->log1mw + log(st->p + q) - log(q + 1.0);
      |                         ~~~~~~~~~~~^~~~~~~~~~~~~~~~
Distributions.c: In function 'PG00':
Distributions.c:5149:24: note: 'bj.log1mw' was declared here
 5149 |         PGBetaBSeq bi, bj;
      |                        ^~
Distributions.c:5149:24: warning: 'bj.logI' may be used uninitialized [-Wmaybe-uninitialized]
In function 'pg_beta_bseq_get',
    inlined from 'PG00' at Distributions.c:5162:49:
Distributions.c:552:16: warning: 'bj.last_l1' may be used uninitialized [-Wmaybe-uninitialized]
  552 |     if (l1 < 0 || l1 < st->last_l1) return R_NaN;
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~
Distributions.c: In function 'PG00':
Distributions.c:5149:24: note: 'bj.last_l1' was declared here
 5149 |         PGBetaBSeq bi, bj;
      |                        ^~
In function 'pg_logspace_add_pos',
    inlined from 'pg_beta_bseq_get' at Distributions.c:555:20,
    inlined from 'pg_beta_bseq_get' at Distributions.c:550:24,
    inlined from 'PG00' at Distributions.c:5162:49:
Distributions.c:470:8: warning: 'bj.logDelta' may be used uninitialized [-Wmaybe-uninitialized]
  470 |     if (b == R_NegInf) return a;
      |        ^
Distributions.c: In function 'PG00':
Distributions.c:5149:24: note: 'bj.logDelta' was declared here
 5149 |         PGBetaBSeq bi, bj;
      |                        ^~
In function 'pg_beta_bseq_get',
    inlined from 'pg_beta_bseq_get' at Distributions.c:550:24,
    inlined from 'PG00_positive' at Distributions.c:4745:49,
    inlined from 'biv_PoissonGamma' at Distributions.c:5788:28:
Distributions.c:557:33: warning: 'bj.p' may be used uninitialized [-Wmaybe-uninitialized]
  557 |         st->logBeta += log(q) - log(st->p + q);
      |                                 ^~~~~~~~~~~~~~
Distributions.c: In function 'biv_PoissonGamma':
Distributions.c:4727:24: note: 'bj.p' was declared here
 4727 |         PGBetaBSeq bi, bj;
      |                        ^~
In function 'pg_beta_bseq_get',
    inlined from 'pg_beta_bseq_get' at Distributions.c:550:24,
    inlined from 'PG00_positive' at Distributions.c:4745:49,
    inlined from 'biv_PoissonGamma' at Distributions.c:5788:28:
Distributions.c:558:36: warning: 'bj.log1mw' may be used uninitialized [-Wmaybe-uninitialized]
  558 |         st->logDelta += st->log1mw + log(st->p + q) - log(q + 1.0);
      |                         ~~~~~~~~~~~^~~~~~~~~~~~~~~~
Distributions.c: In function 'biv_PoissonGamma':
Distributions.c:4727:24: note: 'bj.log1mw' was declared here
 4727 |         PGBetaBSeq bi, bj;
      |                        ^~
In function 'pg_beta_bseq_get',
    inlined from 'PG00_positive' at Distributions.c:4745:49,
    inlined from 'biv_PoissonGamma' at Distributions.c:5788:28:
Distributions.c:552:16: warning: 'bj.last_l1' may be used uninitialized [-Wmaybe-uninitialized]
  552 |     if (l1 < 0 || l1 < st->last_l1) return R_NaN;
      |         ~~~~~~~^~~~~~~~~~~~~~~~~~~
Distributions.c: In function 'biv_PoissonGamma':
Distributions.c:4727:24: note: 'bj.last_l1' was declared here
 4727 |         PGBetaBSeq bi, bj;
      |                        ^~
In function 'pg_logspace_add_pos',
    inlined from 'pg_beta_bseq_get' at Distributions.c:555:20,
    inlined from 'pg_beta_bseq_get' at Distributions.c:550:24,
    inlined from 'PG00_positive' at Distributions.c:4745:49,
    inlined from 'biv_PoissonGamma' at Distributions.c:5788:28:
Distributions.c:469:8: warning: 'bj.logI' may be used uninitialized [-Wmaybe-uninitialized]
  469 |     if (a == R_NegInf) return b;
      |        ^
Distributions.c: In function 'biv_PoissonGamma':
Distributions.c:4727:24: note: 'bj.logI' was declared here
 4727 |         PGBetaBSeq bi, bj;
      |                        ^~
In function 'pg_logspace_add_pos',
    inlined from 'pg_beta_bseq_get' at Distributions.c:555:20,
    inlined from 'pg_beta_bseq_get' at Distributions.c:550:24,
    inlined from 'PG00_positive' at Distributions.c:4745:49,
    inlined from 'biv_PoissonGamma' at Distributions.c:5788:28:
Distributions.c:470:8: warning: 'bj.logDelta' may be used uninitialized [-Wmaybe-uninitialized]
  470 |     if (b == R_NegInf) return a;
      |        ^
Distributions.c: In function 'biv_PoissonGamma':
Distributions.c:4727:24: note: 'bj.logDelta' was declared here
 4727 |         PGBetaBSeq bi, bj;
      |                        ^~
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c DuplicateCoordinates.c -o DuplicateCoordinates.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c GeoBivDensity.c -o GeoBivDensity.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c GeoModels_init.c -o GeoModels_init.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c KrigSolve.c -o KrigSolve.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c PairCache.c -o PairCache.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c TB.c -o TB.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c Utility.c -o Utility.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c clayton_gibbs.c -o clayton_gibbs.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c count_conditional_gibbs.c -o count_conditional_gibbs.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c covariance_series.c -o covariance_series.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c gamma_gibbs.c -o gamma_gibbs.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c skewgaussian_gibbs.c -o skewgaussian_gibbs.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c weightedleastsquare.c -o weightedleastsquare.o
gcc -shared -s -static-libgcc -o GeoModels.dll tmp.def 1F1.o 2F1.o 2F1_v2.o 2gammainc.o 2kummer.o CompositeLikelihood2.o CompositeLikelihood2_ani.o CompositeLikelihoodCond2.o CompositeLikelihoodCond2_ani.o CorrelationFunction.o Distributions.o DuplicateCoordinates.o GeoBivDensity.o GeoModels_init.o KrigSolve.o PairCache.o TB.o Utility.o clayton_gibbs.o count_conditional_gibbs.o covariance_series.o gamma_gibbs.o skewgaussian_gibbs.o weightedleastsquare.o -LD:/RCompile/recent/R/bin/x64 -lRlapack -LD:/RCompile/recent/R/bin/x64 -lRblas -lgfortran -lquadmath -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
make[1]: Leaving directory '/d/temp/2026_08_25_01_50_00_13316/RtmpGAKaDx/R.INSTALLfd2c202847e0/GeoModels/src'
make[1]: Entering directory '/d/temp/2026_08_25_01_50_00_13316/RtmpGAKaDx/R.INSTALLfd2c202847e0/GeoModels/src'
make[1]: Leaving directory '/d/temp/2026_08_25_01_50_00_13316/RtmpGAKaDx/R.INSTALLfd2c202847e0/GeoModels/src'
installing to d:/Rcompile/CRANpkg/lib/4.7/00LOCK-GeoModels/00new/GeoModels/libs/x64
** R
** data
** 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 'GeoModels' as GeoModels_2.2.8.zip
* DONE (GeoModels)