* installing *source* package ‘locfit’ ...
** this is package ‘locfit’ version ‘1.5-9.12’
** package ‘locfit’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
using SDK: ‘MacOSX14.5.sdk’
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c S_enter.c -o S_enter.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c band.c -o band.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c dbinom.c -o dbinom.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c dens_haz.c -o dens_haz.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c dens_int.c -o dens_int.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c dens_odi.c -o dens_odi.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c density.c -o density.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c ev_atree.c -o ev_atree.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c ev_interp.c -o ev_interp.o
density.c:60:11: warning: passing arguments to 'simpsonm' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
60 | simpsonm(mif,ilim,&ilim[d],d,resp1,mg,resp2);
| ^
density.c:284:31: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
284 | lf_status = (den_des->itype)(den_des->xev,A,den_des->xtwx.Q,coef,den_des->h);
| ^
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c ev_kdtre.c -o ev_kdtre.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c ev_main.c -o ev_main.o
ev_atree.c:151:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
151 | des->vfun(des,lf,i);
| ^
ev_kdtre.c:206:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
206 | des->vfun(des,lf,nv);
| ^
ev_kdtre.c:215:35: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
215 | for (i=0; i<nv; i++) des->vfun(des,lf,i);
| ^
ev_kdtre.c:246:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype]
246 | extern void hermite2();
| ^
./lffuns.h:73:13: note: conflicting prototype is here
73 | extern void hermite2(double x, double z, double *phi);
| ^
ev_main.c:92:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
92 | { des->vfun(des,lf,i);
| ^
ev_main.c:112:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
112 | des->vfun(des,lf,0);
| ^
ev_main.c:125:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
125 | des->vfun(des,lf,i);
| ^
ev_main.c:147:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
147 | des->vfun(des,lf,i);
| ^
ev_main.c:173:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
173 | des->vfun(des,lf,i);
| ^
ev_main.c:219:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
219 | des->vfun(des,lf,nv);
| ^
1 warning generated.
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c ev_sphere.c -o ev_sphere.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c ev_trian.c -o ev_trian.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c family.c -o family.o
6 warnings generated.
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c fitted.c -o fitted.o
ev_sphere.c:45:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
45 | des->vfun(des,lf,ct);
| ^
1 warning generated.
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c frend.c -o frend.o
3 warnings generated.
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c lf_adap.c -o lf_adap.o
ev_trian.c:301:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
301 | { des->vfun(des,lf,i);
| ^
2 warnings generated.
family.c:10:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype]
10 | extern double rs, log();
| ^
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c lf_dercor.c -o lf_dercor.o
family.c:267:33: warning: passing arguments to 'Rf_lgammafn' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
267 | dp = exp((y-1)*log(wmu)-wmu-LGAMMA(y))/pt;
| ^
./local.h:89:32: note: expanded from macro 'LGAMMA'
89 | #define LGAMMA(arg) Rf_lgammafn(arg)
| ^
family.c:338:41: warning: passing arguments to 'Rf_lgammafn' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
338 | dg = exp((w-1)*log(y/mean)-y/mean-LGAMMA(w));
| ^
./local.h:89:32: note: expanded from macro 'LGAMMA'
89 | #define LGAMMA(arg) Rf_lgammafn(arg)
| ^
family.c:346:37: warning: passing arguments to 'Rf_lgammafn' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
346 | dg = exp((w-1)*log(th*y)-th*y-LGAMMA(w));
| ^
./local.h:89:32: note: expanded from macro 'LGAMMA'
89 | #define LGAMMA(arg) Rf_lgammafn(arg)
| ^
family.c:395:15: warning: passing arguments to 'Rf_lgammafn' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
395 | dp = -exp(LGAMMA(w+y)-LGAMMA(w)-LGAMMA(y)+(y-1)*th+(w+y-2)*log(p))/pt;
| ^
./local.h:89:32: note: expanded from macro 'LGAMMA'
89 | #define LGAMMA(arg) Rf_lgammafn(arg)
| ^
family.c:395:27: warning: passing arguments to 'Rf_lgammafn' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
395 | dp = -exp(LGAMMA(w+y)-LGAMMA(w)-LGAMMA(y)+(y-1)*th+(w+y-2)*log(p))/pt;
| ^
./local.h:89:32: note: expanded from macro 'LGAMMA'
89 | #define LGAMMA(arg) Rf_lgammafn(arg)
| ^
family.c:395:37: warning: passing arguments to 'Rf_lgammafn' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
395 | dp = -exp(LGAMMA(w+y)-LGAMMA(w)-LGAMMA(y)+(y-1)*th+(w+y-2)*log(p))/pt;
| ^
./local.h:89:32: note: expanded from macro 'LGAMMA'
89 | #define LGAMMA(arg) Rf_lgammafn(arg)
| ^
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c lf_fitfun.c -o lf_fitfun.o
7 warnings generated.
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c lf_nbhd.c -o lf_nbhd.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c lf_robust.c -o lf_robust.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c lf_vari.c -o lf_vari.o
lf_fitfun.c:133:15: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
133 | sp->vbasis(xx,t,1,lfd->d,&i,1,npar(sp),f);
| ^
lf_fitfun.c:243:15: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
243 | sp->vbasis(lfd->x,des->xev,lfd->n,lfd->d,des->ind,des->n,p,X);
| ^
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c lf_wdiag.c -o lf_wdiag.o
lf_nbhd.c:146:15: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
146 | h = sp->vb(des->xev);
| ^
lf_nbhd.c:262:15: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
262 | h = sp->vb(des->xev);
| ^
lf_vari.c:52:17: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
52 | (des->itype)(des->xev, M2, M12, des->cf, h);
| ^
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c lfstr.c -o lfstr.o
2 warnings generated.
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c locfit.c -o locfit.o
1 warning generated.
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c m_chol.c -o m_chol.o
2 warnings generated.
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c m_eigen.c -o m_eigen.o
1 warning generated.
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c m_icirc.c -o m_icirc.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c m_imont.c -o m_imont.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c m_isimp.c -o m_isimp.o
In file included from m_icirc.c:5:
./mutil.h:101:51: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
101 | extern void simpsonm(), simpson4(), integ_disc(), integ_circ();
| ^
m_icirc.c:12:6: note: conflicting prototype is here
12 | void integ_circ(int (*f)(), double r, double *orig, double *res, int mint, int b);
| ^
In file included from m_icirc.c:5:
./mutil.h:101:37: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
101 | extern void simpsonm(), simpson4(), integ_disc(), integ_circ();
| ^
m_icirc.c:13:6: note: conflicting prototype is here
13 | void integ_disc(int (*f)(), int (*fb)(), double *fl, double *res, double *resb, int *mg);
| ^
m_icirc.c:48:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
48 | nr = f(x,2,tres,M);
| ^
m_icirc.c:76:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
76 | nr = f(x,2,tres,NULL);
| ^
m_icirc.c:82:17: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
82 | nrb = fb(x,2,tres,M);
| ^
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c m_isphr.c -o m_isphr.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c m_jacob.c -o m_jacob.o
m_isimp.c:13:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype]
13 | extern void setzero();
| ^
./mutil.h:70:13: note: conflicting prototype is here
70 | extern void setzero(double *v, int p);
| ^
./mutil.h:101:25: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
101 | extern void simpsonm(), simpson4(), integ_disc(), integ_circ();
| ^
m_isimp.c:20:6: note: conflicting prototype is here
20 | void simpson4(int (*f)(), int (*fb)(), int (*fc)(), int (*fd)(), double *ll, double *ur, int d, double *res, double *resb, double *resc, double *resd, int *mg, double *res2);
| ^
In file included from m_isimp.c:12:
./mutil.h:101:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
101 | extern void simpsonm(), simpson4(), integ_disc(), integ_circ();
| ^
m_isimp.c:21:6: note: conflicting prototype is here
21 | void simpsonm(int (*f)(), double *ll, double *ur, int d, double *res, int *mg, double *res2);
| ^
In file included from m_isimp.c:12:
./mutil.h:103:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
103 | extern double simpson(), sptarea();
| ^
m_isimp.c:22:8: note: conflicting prototype is here
22 | double simpson(double (*f)(), double l0, double l1, int m);
| ^
m_isimp.c:44:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
44 | nrd = fd(x,d,res2,M);
| ^
5 warnings generated.
m_isimp.c:67:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
67 | nrc = fc(x,d,res2,M);
| ^
m_isimp.c:90:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
90 | nrb = fb(x,d,res2,M);
| ^
m_isimp.c:120:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
120 | nr = f(x,d,res2,NULL);
| ^
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c m_max.c -o m_max.o
m_isimp.c:163:41: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
163 | sum += (2+2*(i&1)-(i==0)-(i==m)) * f(x);
| ^
In file included from m_isphr.c:1:
./mutil.h:102:38: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
102 | extern void integ_sphere(), monte(), rn3();
| ^
m_isphr.c:9:6: note: conflicting prototype is here
9 | void rn3(double *a);
| ^
m_imont.c:15:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype]
In file included from m_isphr.c:1:
15 | extern void s./mutil.h:103:26: etzero();
| ^
warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
103 | e./mutil.h:70:13: note: conflicting prototype is here
xt 70 | extern voidern doub setzerole simpson(), sptarea()(double *v, int ;
| ^
p);
| ^
m_isphr.c:10:8: note: conflicting prototype is here
10 | double sptarea(dou./mutil.h:102:29: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
102 | extern vble *a, double *b, douboid integ_sphere()le *c);
| ^
, monte(), rn3();
| ^
m_imont.c:In file included from m_isphr.c:1:
./mutil.h:102:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
102 | extern v17:6: note: conflicting prototype is here
oid integ_sphere(), monte(), rn3();
| ^
m_isphr.c:13:6: note: conflicting prototype is here
17 | void monte(int (*f) 13 | void inte(), double *ll, dg_spherouble *ur, int d,e(int (*f double *)(), int (*res, int n);fb)(), double *f
| ^
l, double *Res, double *Resb, int *mg);
| ^
m_imont.c:33:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
33 | nr = f(x,d,tres,NULL);
| ^
m_isphr.c:127:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
127 | nr = f(u,3,tres,NULL);
| ^
m_isphr.c:135:15: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
135 | nrb = fb(u,3,tres,M);
| ^
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c m_qr.c -o m_qr.o
3 warnings generated.
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c m_solve.c -o m_solve.o
m_max.c:50:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
50 | y = f(x);
| ^
m_max.c:77:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
77 | x0 = xlo; y0 = f(xlo);
| ^
m_max.c:78:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
78 | x3 = xhi; y3 = f(xhi);
| ^
m_max.c:79:45: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
79 | x1 = gold_rat*x0 + (1-gold_rat)*x3; y1 = f(x1);
| ^
m_max.c:80:45: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
80 | x2 = gold_rat*x3 + (1-gold_rat)*x1; y2 = f(x2);
| ^
m_max.c:86:49: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
86 | x1 = gold_rat*x0 + (1-gold_rat)*x3; y1 = f(x1);
| ^
m_max.c:91:49: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
91 | x2 = gold_rat*x3 + (1-gold_rat)*x1; y2 = f(x2);
| ^
m_max.c:96:49: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
96 | x1 = gold_rat*x0 + (1-gold_rat)*x3; y1 = f(x1);
| ^
m_max.c:97:49: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
97 | x2 = gold_rat*x3 + (1-gold_rat)*x1; y2 = f(x2);
| ^
m_max.c:119:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
119 | x0 = xlo; y0 = f(x0);
| ^
m_max.c:120:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
120 | x2 = xhi; y2 = f(x2);
| ^
m_max.c:121:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
121 | x1 = (x0+x2)/2; y1 = f(x1);
| ^
m_max.c:133:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
133 | y1 = f(x1);
| ^
m_max.c:157:15: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
157 | ynew = f(xnew);
| ^
m_max.c:183:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
183 | fr = F(coef, &f, f1, J->Z); J->st = JAC_RAW;
| ^
m_max.c:205:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
205 | fr = F(coef, &f, f1, J->Z); J->st = JAC_RAW;
| ^
5 warnings generated.
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c m_svd.c -o m_svd.o
9 warnings generated.
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c m_vector.c -o m_vector.o
m_solve.c:54:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
54 | ylo = f(xlo)-c;
| ^
m_solve.c:55:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
55 | yhi = f(xhi)-c;
| ^
m_solve.c:61:15: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
61 | y1 = f(x1) - c;
| ^
m_solve.c:69:15: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
69 | y1 = f(x1) - c;
| ^
m_solve.c:89:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
89 | y = f(x)-c;
| ^
m_solve.c:109:10: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
109 | { y = f(x0)-c;
| ^
m_solve.c:110:15: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
110 | x0 -= y/f1(x0);
| ^
m_solve.c:122:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
122 | { x1 = f(x0);
| ^
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c math.c -o math.o
16 warnings generated.
8 warnings generated.
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c minmax.c -o minmax.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c pcomp.c -o pcomp.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c preplot.c -o preplot.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c prob.c -o prob.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c procv.c -o procv.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c scb.c -o scb.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c scb_cons.c -o scb_cons.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c scb_crit.c -o scb_crit.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c scb_iface.c -o scb_iface.o
scb_cons.c:179:18: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
179 | m = globm = wdf(x,ft,r);
| ^
scb_cons.c:397:6: warning: passing arguments to 'rn3' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
397 | rn3(a0); rn3(a1);
| ^
scb_cons.c:397:15: warning: passing arguments to 'rn3' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
397 | rn3(a0); rn3(a1);
| ^
scb_cons.c:398:22: warning: passing arguments to 'sptarea' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
398 | n0[0] = det*sptarea(a0,a1,a2);
| ^
scb_cons.c:411:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
411 | n = wdf(x,l0,0);
| ^
scb_cons.c:455:12: warning: passing arguments to 'monte' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
455 | monte(k0x,fl,&fl[d],d,k0,mg[0]);
| ^
scb_cons.c:458:27: warning: passing arguments to 'integ_disc' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
458 | if (d==2) integ_disc(k0x,l1x,fl,k0,l0,mg);
| ^
scb_cons.c:459:29: warning: passing arguments to 'integ_sphere' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
459 | if (d==3) integ_sphere(k0x,l1x,fl,k0,l0,mg);
| ^
scb_cons.c:462:30: warning: passing arguments to 'simpson4' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
462 | clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c simul.c -o simul.o
if (use_covar) simpson4(k0x,l1x,m0x,n0x,fl,&fl[d],d,k0,l0,m0,n0,mg,z);
| ^
scb_cons.c:463:30: warning: passing arguments to 'simpson4' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
463 | else simpson4(k0x,l1x,m0x,n0x,fl,&fl[d],d,k0,l0,m0,n0,mg,z);
| ^
scb_crit.c:37:28: warning: passing arguments to 'Rf_lgammafn' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
37 | return(2*exp(d*LOGPI/2.0-LGAMMA(d/2.0)));
| ^
./local.h:89:32: note: expanded from macro 'LGAMMA'
89 | #define LGAMMA(arg) Rf_lgammafn(arg)
| ^
scb_crit.c:164:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
164 | { tp = tpf(c,k0,m,d,s,nu)-alpha;
| ^
scb_crit.c:165:13: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
165 | td = tdf(c,k0,m,d,s,nu);
| ^
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c smisc.c -o smisc.o
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c startlf.c -o startlf.o
simul.c:21:14: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
21 | yy[i] = f(xx[i],des,tr,meth);
| ^
simul.c:30:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
30 | y[2] = f(x[2],des,tr,meth);
| ^
simul.c:36:15: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
36 | y[1] = f(x[1],des,tr,meth);
| ^
simul.c:42:15: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
42 | y[2] = f(x[2],des,tr,meth);
| ^
3 warnings generated.
clang -arch arm64 -std=gnu17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c weight.c -o weight.o
startlf.c:163:31: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
163 | case ESPEC: lf->evs.espec(des,lf); break;
| ^
4 warnings generated.
weight.c:236:22: warning: passing arguments to 'Rf_lgammafn' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
236 | z = (d-nj)*LOGPI/2-LGAMMA(dj/2.0);
| ^
./local.h:89:32: note: expanded from macro 'LGAMMA'
89 | #define LGAMMA(arg) Rf_lgammafn(arg)
| ^
weight.c:237:29: warning: passing arguments to 'Rf_lgammafn' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
237 | for (k=0; k<nj; k++) z += LGAMMA((j[k]+1)/2.0);
| ^
./local.h:89:32: note: expanded from macro 'LGAMMA'
89 | #define LGAMMA(arg) Rf_lgammafn(arg)
| ^
1 warning generated.
2 warnings generated.
10 warnings generated.
clang -arch arm64 -std=gnu17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o locfit.so S_enter.o band.o dbinom.o dens_haz.o dens_int.o dens_odi.o density.o ev_atree.o ev_interp.o ev_kdtre.o ev_main.o ev_sphere.o ev_trian.o family.o fitted.o frend.o lf_adap.o lf_dercor.o lf_fitfun.o lf_nbhd.o lf_robust.o lf_vari.o lf_wdiag.o lfstr.o locfit.o m_chol.o m_eigen.o m_icirc.o m_imont.o m_isimp.o m_isphr.o m_jacob.o m_max.o m_qr.o m_solve.o m_svd.o m_vector.o math.o minmax.o pcomp.o preplot.o prob.o procv.o scb.o scb_cons.o scb_crit.o scb_iface.o simul.o smisc.o startlf.o weight.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/locfit.Rcheck/00LOCK-locfit/00new/locfit/libs
** generating debug symbols (dSYM)
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (locfit)