* installing *source* package ‘GeoModels’ ...
** package ‘GeoModels’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using Fortran compiler: ‘GNU Fortran (GCC) 12.2.0’
using SDK: ‘MacOSX11.3.sdk’
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c CompositeLikelihood2.c -o CompositeLikelihood2.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c CompositeLikelihood2_ani.c -o CompositeLikelihood2_ani.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c CompositeLikelihoodCond2.c -o CompositeLikelihoodCond2.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c CompositeLikelihoodCond2_ani.c -o CompositeLikelihoodCond2_ani.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c CorrelationFunction.c -o CorrelationFunction.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c Distributions.c -o Distributions.o
Distributions.c:3346:15: error: call to undeclared function 'pow1p'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  double rho2=pow1p(-r2,-nu2-1);    // pow1p(x, y) computes (1 + x)^y
              ^
Distributions.c:3996:10: error: call to undeclared function 'pow1p'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    prr= pow1p(-rho2, r)*(- sum1 + sum2  + sum);//Rprintf("%d %d\n",m,k); 
         ^
Distributions.c:4214:51: error: call to undeclared function 'pow1p'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
          aa=R_pow(beta_ij,l+a-1)*R_pow(rho2,k+l)*pow1p(-rho2, a+1)*R_pow(auxij,k+l+a);
                                                  ^
Distributions.c:4258:55: error: call to undeclared function 'pow1p'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
            aa=R_pow(beta_ij,l1+a-1)*R_pow(rho2,kll1)*pow1p(-rho2, ra+1)*R_pow(auxij,ra+kll1);
                                                      ^
Distributions.c:4265:51: error: call to undeclared function 'pow1p'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        aa1= R_pow(beta_ij,l1+a)*R_pow(rho2,k+l1)*pow1p(-rho2, ra)*R_pow(auxij,ra+k+l1);
                                                  ^
Distributions.c:4315:70: error: call to undeclared function 'pow1p'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
            aa= R_pow(beta_i,l1a)*R_pow(beta_j,l1a-1)*R_pow(rho2,ii)*pow1p(-rho2, an)*R_pow(auxij,cc)*pow1p(brho,-n);
                                                                     ^
Distributions.c:4366:75: error: call to undeclared function 'pow1p'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                aa= R_pow(beta_i,jj)*R_pow(beta_j,jj-1)*R_pow(rho2,k+ll1)*pow1p(-rho2, tna)*R_pow(auxij,cc+jj)*pow1p(brho,-n);
                                                                          ^
Distributions.c:4373:70: error: call to undeclared function 'pow1p'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
            aa1= R_pow(beta_i,jj)*R_pow(beta_j,-jj1)*R_pow(rho2,ll1)*pow1p(-rho2,tna)*R_pow(auxij,mm-1)* pow1p(brho,-s);
                                                                     ^
8 errors generated.
make: *** [Distributions.o] Error 1
make: *** Waiting for unfinished jobs....
ERROR: compilation failed for package ‘GeoModels’
* removing ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.3/GeoModels.Rcheck/GeoModels’