* installing *source* package ‘ssgraph’ ...
** package ‘ssgraph’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ssgraph/src'
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c copula.cpp -o copula.o
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c gcgm_spike_slab.cpp -o gcgm_spike_slab.o
gcgm_spike_slab.cpp: In function 'void gcgm_spike_slab_map(int*, int*, int*, double*, double*, int*, double*, double*, int*, int*, double*, char**, double*, int*, double*, int*, int*, int*, double*, double*, double*, double*, int*)':
gcgm_spike_slab.cpp:380:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  380 |             for( i = 0; i < size_sample_graph; i++ )
      |             ^~~
gcgm_spike_slab.cpp:389:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  389 |                 if( !this_one || size_sample_graph == 0 )
      |                 ^~
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c ggm_spike_slab.cpp -o ggm_spike_slab.o
ggm_spike_slab.cpp: In function 'void ggm_spike_slab_map(int*, int*, int*, double*, double*, int*, double*, double*, int*, int*, double*, char**, double*, int*, double*, double*, double*, double*, int*)':
ggm_spike_slab.cpp:371:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  371 |             for( i = 0; i < size_sample_graph; i++ )
      |             ^~~
ggm_spike_slab.cpp:380:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  380 |                 if( !this_one || size_sample_graph == 0 )
      |                 ^~
g++-13 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include   -fopenmp  -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c matrix.cpp -o matrix.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -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 ssgraph_init.c -o ssgraph_init.o
g++-13 -std=gnu++11 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o ssgraph.so copula.o gcgm_spike_slab.o ggm_spike_slab.o matrix.o ssgraph_init.o -fopenmp -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ssgraph/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ssgraph/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ssgraph/src'
installing to /data/gannet/ripley/R/packages/tests-devel/ssgraph.Rcheck/00LOCK-ssgraph/00new/ssgraph/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (ssgraph)