* installing *source* package 'spduration' ... ** package 'spduration' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.3.0' using C++ compiler: 'g++.exe (GCC) 13.3.0' make[1]: Entering directory '/d/temp/2024_11_24_01_50_00_23286/RtmpwBND3c/R.INSTALL2cac44bf96273/spduration/src' g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o gcc -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c loglog_lnl.cpp -o loglog_lnl.o loglog_lnl.cpp: In function 'double loglog_lnl(arma::vec, arma::mat, arma::mat)': loglog_lnl.cpp:33:17: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 33 | for(int i=0; i<cens.size(); ++i) { | ~^~~~~~~~~~~~ loglog_lnl.cpp:42:17: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 42 | for(int i=0; i<nocens.size(); ++i) { | ~^~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sploglog_lnl.cpp -o sploglog_lnl.o sploglog_lnl.cpp: In function 'double sploglog_lnl(arma::vec, arma::mat, arma::mat, arma::mat)': sploglog_lnl.cpp:39:17: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 39 | for(int i=0; i<cens.size(); ++i) { | ~^~~~~~~~~~~~ sploglog_lnl.cpp:48:17: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 48 | for(int i=0; i<nocens.size(); ++i) { | ~^~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c spweib_lnl.cpp -o spweib_lnl.o spweib_lnl.cpp: In function 'double spweib_lnl(arma::vec, arma::mat, arma::mat, arma::mat)': spweib_lnl.cpp:39:17: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 39 | for(int i=0; i<cens.size(); ++i) { | ~^~~~~~~~~~~~ spweib_lnl.cpp:48:17: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 48 | for(int i=0; i<nocens.size(); ++i) { | ~^~~~~~~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R-4.4.2/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.4/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.4/RcppArmadillo/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c weib_lnl.cpp -o weib_lnl.o weib_lnl.cpp: In function 'double weib_lnl(arma::vec, arma::mat, arma::mat)': weib_lnl.cpp:33:17: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 33 | for(int i=0; i<cens.size(); ++i) { | ~^~~~~~~~~~~~ weib_lnl.cpp:42:17: warning: comparison of integer expressions of different signedness: 'int' and 'arma::uword' {aka 'unsigned int'} [-Wsign-compare] 42 | for(int i=0; i<nocens.size(); ++i) { | ~^~~~~~~~~~~~~~ g++ -std=gnu++17 -shared -s -static-libgcc -o spduration.dll tmp.def RcppExports.o init.o loglog_lnl.o sploglog_lnl.o spweib_lnl.o weib_lnl.o -LD:/RCompile/recent/R-4.4.2/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.4.2/bin/x64 -lRblas -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.2/bin/x64 -lR make[1]: Leaving directory '/d/temp/2024_11_24_01_50_00_23286/RtmpwBND3c/R.INSTALL2cac44bf96273/spduration/src' make[1]: Entering directory '/d/temp/2024_11_24_01_50_00_23286/RtmpwBND3c/R.INSTALL2cac44bf96273/spduration/src' make[1]: Leaving directory '/d/temp/2024_11_24_01_50_00_23286/RtmpwBND3c/R.INSTALL2cac44bf96273/spduration/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-spduration/00new/spduration/libs/x64 ** R ** data *** moving datasets to lazyload DB ** 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 ** 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 'spduration' as spduration_0.17.2.zip * DONE (spduration)