* installing *source* package ‘dfphase1’ ...
** this is package ‘dfphase1’ version ‘1.2.0’
** package ‘dfphase1’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 21.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/dfphase1/src'
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c RcppExports.cpp -o RcppExports.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c lars.cpp -o lars.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c mphase1.cpp -o mphase1.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c multi.cpp -o multi.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c rsp.cpp -o rsp.o
multi.cpp:195:20: warning: unused variable 'd' [-Wunused-variable]
195 | double wsum = 0, d = sqrt(static_cast<double>(p)), eps = GGEPS2, g;
| ^
multi.cpp:213:22: warning: unused variable 'pn' [-Wunused-variable]
213 | int i, n1 = n + 1, pn = p * n, one = 1;
| ^~
multi.cpp:233:10: warning: unused variable 'd' [-Wunused-variable]
233 | double d, *xi, *xj, *si, *sj, eps = GGEPS, one = 1.0 / n, mone = -one;
| ^
multi.cpp:286:13: warning: unused variable 'one' [-Wunused-variable]
286 | int i, j, one = 1;
| ^~~
multi.cpp:470:12: warning: unused variable 'sone' [-Wunused-variable]
470 | size_t sone = 1;
| ^~~~
multi.cpp:622:19: warning: unused variable 'scale' [-Wunused-variable]
622 | double *zi, *s, scale;
| ^~~~~
multi.cpp:29:13: warning: unused function 'ggrmnorm' [-Wunused-function]
29 | inline void ggrmnorm(int p, int n, double *x, double *chol) {
| ^~~~~~~~
7 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -c shewhart.cpp -o shewhart.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang21/lib -L/usr/local/clang21/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/21/lib/x86_64-unknown-linux-gnu -o dfphase1.so RcppExports.o lars.o mphase1.o multi.o rsp.o shewhart.o -L/data/gannet/ripley/R/R-clang/lib -lRlapack -L/data/gannet/ripley/R/R-clang/lib -lRblas -lflang_rt.runtime -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/dfphase1/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/dfphase1/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/dfphase1/src'
installing to /data/gannet/ripley/R/packages/tests-clang/dfphase1.Rcheck/00LOCK-dfphase1/00new/dfphase1/libs
** R
** data
** 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
** 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 (dfphase1)