* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘CRTConjoint’ ...
** package ‘CRTConjoint’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/tmp/RtmpQtURq3/R.INSTALL47189284c215b/CRTConjoint/src'
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c code.cpp -o code.o
gcc-13 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c hierNet_init.c -o hierNet_init.o
g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o CRTConjoint.so RcppExports.o code.o hierNet.o hierNet_init.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpQtURq3/R.INSTALL47189284c215b/CRTConjoint/src'
make[1]: Entering directory '/tmp/RtmpQtURq3/R.INSTALL47189284c215b/CRTConjoint/src'
make[1]: Leaving directory '/tmp/RtmpQtURq3/R.INSTALL47189284c215b/CRTConjoint/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/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
  converting help for package ‘CRTConjoint’
    finding HTML links ... done
    CRTConjoint-package                     html  
    CRT_carryovereffect                     html  
    CRT_fatigueeffect                       html  
    CRT_profileordereffect                  html  
    CRT_pval                                html  
    immigrationdata                         html  
** 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)