* installing *source* package 'spduration' ...
** package 'spduration' 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/RtmpmS2ZL7/R.INSTALL237a43f5424d5/spduration/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"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.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 init.c -o init.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"     -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.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 -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.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 -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.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 -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.3.3/bin/x64 -lRlapack -LD:/RCompile/recent/R-4.3.3/bin/x64 -lRblas -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/RtmpmS2ZL7/R.INSTALL237a43f5424d5/spduration/src'
make[1]: Entering directory '/d/temp/RtmpmS2ZL7/R.INSTALL237a43f5424d5/spduration/src'
make[1]: Leaving directory '/d/temp/RtmpmS2ZL7/R.INSTALL237a43f5424d5/spduration/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/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)