* installing *source* package ‘quantregForest’ ...
** package ‘quantregForest’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 18.1.2’
using Fortran compiler: ‘flang-new version 18.1.2’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/quantregForest/src'
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c classTree.c -o classTree.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c init.c -o init.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c regTree.c -o regTree.o
regTree.c:35:15: warning: variable 'ss' set but not used [-Wunused-but-set-variable]
   35 |     double d, ss, av, decsplit, ubest, sumnode;
      |               ^
1 warning generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c regrf.c -o regrf.o
regrf.c:52:25: warning: variable 'averrb' set but not used [-Wunused-but-set-variable]
   52 |     double errts = 0.0, averrb, meanY, meanYts, varY, varYts, r, xrand,
      |                         ^
1 warning generated.
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c rf.c -o rf.o
rf.c:88:9: warning: variable 'mimp' set but not used [-Wunused-but-set-variable]
   88 |         mimp, nimp, near, nuse, noutall, nrightall, nrightimpall,
      |         ^
rf.c:88:15: warning: variable 'nimp' set but not used [-Wunused-but-set-variable]
   88 |         mimp, nimp, near, nuse, noutall, nrightall, nrightimpall,
      |               ^
rf.c:103:10: warning: variable 'tp' set but not used [-Wunused-but-set-variable]
  103 |         *tp, *wr;
      |          ^
rf.c:454:1: warning: expression result unused [-Wunused-value]
  454 | +                                                               nrightimp[cl[n] - 1]++;
      | ^                                                               ~~~~~~~~~~~~~~~~~~~~~~
4 warnings generated.
/usr/local/clang18/bin/flang-new  -fpic  -O2 -pedantic  -c rfsub.f -o rfsub.o
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c rfutils.c -o rfutils.o
/usr/local/clang18/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o quantregForest.so classTree.o init.o regTree.o regrf.o rf.o rfsub.o rfutils.o -lFortran_main -lFortranRuntime -lFortranDecimal -lm
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/quantregForest/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/quantregForest/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/quantregForest/src'
installing to /data/gannet/ripley/R/packages/tests-clang/quantregForest.Rcheck/00LOCK-quantregForest/00new/quantregForest/libs
** R
** 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 (quantregForest)