* installing *source* package 'relsurv' ...
** package 'relsurv' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
using C++ compiler: 'g++.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/2025_01_22_01_50_00_23758/Rtmp0UBjwv/R.INSTALL557c45e6d5a/relsurv/src'
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"  -fopenmp   -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c aalen_beta.cpp -o aalen_beta.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cmpfast.c -o cmpfast.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c dmatrix.c -o dmatrix.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c exps.c -o exps.o
exps.c: In function 'expc':
exps.c:78:65: warning: "/*" within comment [-Wcomment]
   78 |     /*si2 = (double *)ALLOC(n, sizeof(double));                 /*Si for each individual - a je to prav???*/
      |                                                                  
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c netfastp.c -o netfastp.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c netfastpinter.c -o netfastpinter.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c netfastpinter2.c -o netfastpinter2.o
netfastpinter2.c: In function 'netfastpinter2':
netfastpinter2.c:53:13: warning: variable 'et2' set but not used [-Wunused-but-set-variable]
   53 |             et2,
      |             ^~~
netfastpinter2.c:46:13: warning: unused variable 'nprec' [-Wunused-variable]
   46 |             nprec;
      |             ^~~~~
netfastpinter2.c:279:44: warning: 'sisumtt' may be used uninitialized [-Wmaybe-uninitialized]
  279 |                         yidlisitt[j]=hazard/sisumtt;                                    // the total hazard divided by the si at the beginning of the crude interval
      |                                      ~~~~~~^~~~~~~~
netfastpinter2.c:62:13: note: 'sisumtt' was declared here
   62 |             sisumtt,
      |             ^~~~~~~
netfastpinter2.c:278:42: warning: 'sisum' may be used uninitialized [-Wmaybe-uninitialized]
  278 |                         yidlisi[j]=hazard/sisum;                                //the total hazard divided by the si at the end of the crude interval
      |                                    ~~~~~~^~~~~~
netfastpinter2.c:61:13: note: 'sisum' was declared here
   61 |             sisum,
      |             ^~~~~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c netwei.c -o netwei.o
netwei.c: In function 'netwei':
netwei.c:195:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  195 |       for (k=0; k<edim; k++)
      |       ^~~
netwei.c:197:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  197 |         etime -= et2;
      |         ^~~~~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c netweiDM.c -o netweiDM.o
netweiDM.c: In function 'netweiDM':
netweiDM.c:204:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  204 |       for (k=0; k<edim; k++)
      |       ^~~
netweiDM.c:206:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  206 |         etime -= et2;
      |         ^~~~~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pystep.c -o pystep.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG  -I'D:/RCompile/CRANpkg/lib/4.3/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.3/RcppArmadillo/include'   -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c pystep2.c -o pystep2.o
pystep2.c:2:1: warning: "/*" within comment [-Wcomment]
    2 | /*$Id: pystep.c 11166 2008-11-24 22:10:34Z therneau $ */
      |  
g++ -std=gnu++17 -shared -s -static-libgcc -o relsurv.dll tmp.def RcppExports.o aalen_beta.o cmpfast.o dmatrix.o exps.o netfastp.o netfastpinter.o netfastpinter2.o netwei.o netweiDM.o pystep.o pystep2.o -fopenmp -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRblas -lgfortran -lm -lquadmath -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_01_22_01_50_00_23758/Rtmp0UBjwv/R.INSTALL557c45e6d5a/relsurv/src'
make[1]: Entering directory '/d/temp/2025_01_22_01_50_00_23758/Rtmp0UBjwv/R.INSTALL557c45e6d5a/relsurv/src'
make[1]: Leaving directory '/d/temp/2025_01_22_01_50_00_23758/Rtmp0UBjwv/R.INSTALL557c45e6d5a/relsurv/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-relsurv/00new/relsurv/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'relsurv' as relsurv_2.3-1.zip
* DONE (relsurv)