* installing *source* package ‘BGLR’ ...
** package ‘BGLR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/BGLR/src'
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I. -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c util_sample.c -o util_sample.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I. -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c util_plink.c -o util_plink.o
util_plink.c: In function 'read_string':
util_plink.c:39:25: warning: pointer 'buffer' may be used after 'realloc' [-Wuse-after-free]
   39 |                         free(buffer);
      |                         ^~~~~~~~~~~~
util_plink.c:36:43: note: call to 'realloc' here
   36 |                      char *tmp = (char *) realloc(buffer, buf_size);
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~
util_plink.c: In function 'read_ped_':
util_plink.c:190:23: warning: 'Line_copy' may be used uninitialized [-Wmaybe-uninitialized]
  190 |                 token=strtok(Line_copy,"\t ");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~
util_plink.c:105:15: note: 'Line_copy' was declared here
  105 |         char *Line_copy;
      |               ^~~~~~~~~
util_plink.c:263:17: warning: 'Line' may be used uninitialized [-Wmaybe-uninitialized]
  263 |                 free(Line);
      |                 ^~~~~~~~~~
util_plink.c:104:15: note: 'Line' was declared here
  104 |         char *Line;
      |               ^~~~
util_plink.c:229:51: warning: 'tmp' may be used uninitialized [-Wmaybe-uninitialized]
  229 |                                                 if(tmp=='0' && token[0]=='0')
      |                                                   ^
util_plink.c:114:14: note: 'tmp' was declared here
  114 |         char tmp;
      |              ^~~
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I. -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c util_sample_cross.c -o util_sample_cross.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I. -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c sampler_multitrait.c -o sampler_multitrait.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -I. -fpic  -g -O2 -Wall -pedantic -mtune=native -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
gcc-13 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o BGLR.so util_sample.o util_plink.o util_sample_cross.o sampler_multitrait.o init.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/BGLR/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/BGLR/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/BGLR/src'
installing to /data/gannet/ripley/R/packages/tests-devel/BGLR.Rcheck/00LOCK-BGLR/00new/BGLR/libs
** R
** data
** demo
** 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 (BGLR)