* installing *source* package ‘SamplerCompare’ ...
** package ‘SamplerCompare’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 16.0.0’
using Fortran compiler: ‘GNU Fortran (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/SamplerCompare/src'
/usr/local/clang16/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang16/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c arms.c -o arms.o
In file included from arms.c:21:
./init.h:28:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchud_();
                  ^
                   void
./init.h:29:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchdd_();
                  ^
                   void
2 warnings generated.
gfortran  -fpic  -O2 -mtune=native -Wall -pedantic  -c dchdd.f -o dchdd.o
dchdd.f:145:20:

  145 |             scale = alpha + dabs(s(i))
      |                    1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
gfortran  -fpic  -O2 -mtune=native -Wall -pedantic  -c dchud.f -o dchud.o
/usr/local/clang16/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang16/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c distributions.c -o distributions.o
In file included from distributions.c:14:
./init.h:28:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchud_();
                  ^
                   void
./init.h:29:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchdd_();
                  ^
                   void
2 warnings generated.
/usr/local/clang16/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang16/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c init.c -o init.o
In file included from init.c:5:
./init.h:28:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchud_();
                  ^
                   void
./init.h:29:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchdd_();
                  ^
                   void
2 warnings generated.
/usr/local/clang16/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang16/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c sampler-glue.c -o sampler-glue.o
In file included from sampler-glue.c:14:
./init.h:28:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchud_();
                  ^
                   void
./init.h:29:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchdd_();
                  ^
                   void
sampler-glue.c:289:9: warning: initializing 'void *' with an expression of type 'DL_FUNC' (aka 'void *(*)(void)') converts between void pointer and function pointer [-Wpedantic]
  void *symbol = R_FindSymbol(symbol_char, "", NULL);
        ^        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
/usr/local/clang16/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang16/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c slice.c -o slice.o
In file included from slice.c:16:
./init.h:28:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchud_();
                  ^
                   void
./init.h:29:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchdd_();
                  ^
                   void
slice.c:105:7: warning: variable 'ncrumb' set but not used [-Wunused-but-set-variable]
  int ncrumb = 0;
      ^
3 warnings generated.
/usr/local/clang16/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang16/lib -L/usr/local/lib64 -o SamplerCompare.so arms.o dchdd.o dchud.o distributions.o init.o sampler-glue.o slice.o -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/SamplerCompare/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/SamplerCompare/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/SamplerCompare/src'
installing to /data/gannet/ripley/R/packages/tests-clang/SamplerCompare.Rcheck/00LOCK-SamplerCompare/00new/SamplerCompare/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (SamplerCompare)