* installing *source* package ‘CRTConjoint’ ...
** package ‘CRTConjoint’ 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’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/CRTConjoint/src'
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -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 RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include    -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 code.cpp -o code.o
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 hierNet.c -o hierNet.o
hierNet.c: In function 'onerow':
hierNet.c:1014:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 1014 |     for (j = 0; j < q; j++)
      |     ^~~
hierNet.c:1019:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 1019 |       *alpha = 0;
      |       ^
hierNet.c:1028:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 1028 |   for (j = 0; j < q; j++)
      |   ^~~
hierNet.c:1031:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 1031 |     I = j;
      |     ^
hierNet.c: In function 'onerow_withdiag':
hierNet.c:1138:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 1138 |     for (j = 0; j < q; j++)
      |     ^~~
hierNet.c:1150:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 1150 |       *alpha = 0;
      |       ^
hierNet.c:1159:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 1159 |   for (j = 0; j < q; j++)
      |   ^~~
hierNet.c:1162:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 1162 |     I = j;
      |     ^
gcc-13 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 hierNet_init.c -o hierNet_init.o
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o CRTConjoint.so RcppExports.o code.o hierNet.o hierNet_init.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/CRTConjoint/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/CRTConjoint/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/CRTConjoint/src'
installing to /data/gannet/ripley/R/packages/tests-devel/CRTConjoint.Rcheck/00LOCK-CRTConjoint/00new/CRTConjoint/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (CRTConjoint)