* installing *source* package ‘SamplerCompare’ ...
** package ‘SamplerCompare’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)’
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-devel/SamplerCompare/src'
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c arms.c -o arms.o
In file included from arms.c:21:
init.h:28:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
   28 | extern void dchud_();
      | ^~~~~~
init.h:29:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
   29 | extern void dchdd_();
      | ^~~~~~
gfortran  -fpic  -g -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  -g -O2 -mtune=native -Wall -pedantic  -c dchud.f -o dchud.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c distributions.c -o distributions.o
In file included from distributions.c:14:
init.h:28:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
   28 | extern void dchud_();
      | ^~~~~~
init.h:29:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
   29 | extern void dchdd_();
      | ^~~~~~
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c init.c -o init.o
In file included from init.c:5:
init.h:28:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
   28 | extern void dchud_();
      | ^~~~~~
init.h:29:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
   29 | extern void dchdd_();
      | ^~~~~~
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c sampler-glue.c -o sampler-glue.o
In file included from sampler-glue.c:14:
init.h:28:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
   28 | extern void dchud_();
      | ^~~~~~
init.h:29:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
   29 | extern void dchdd_();
      | ^~~~~~
sampler-glue.c: In function ‘raw_symbol’:
sampler-glue.c:289:18: warning: ISO C forbids initialization between function pointer and ‘void *’ [-Wpedantic]
  289 |   void *symbol = R_FindSymbol(symbol_char, "", NULL);
      |                  ^~~~~~~~~~~~
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c slice.c -o slice.o
In file included from slice.c:16:
init.h:28:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
   28 | extern void dchud_();
      | ^~~~~~
init.h:29:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
   29 | extern void dchdd_();
      | ^~~~~~
gcc -shared -g -O2 -Wall -pedantic -mtune=native -Werror=format-security -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -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-devel/SamplerCompare/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/SamplerCompare/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/SamplerCompare/src'
installing to /data/gannet/ripley/R/packages/tests-devel/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)