* installing *source* package 'GpGp' ... ** package 'GpGp' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 12.3.0' make[1]: Entering directory '/d/temp/2024_11_18_01_50_01_1577/RtmpwTrMmq/R.INSTALL2925067d8289/GpGp/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:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -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:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c matrix_mult.cpp -o matrix_mult.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:/RCompile/CRANpkg/lib/4.3/BH/include' -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vecchia_loglik_grad_info.cpp -o vecchia_loglik_grad_info.o In file included from vecchia_loglik_grad_info.cpp:8: onepass.h:185: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas] 185 | #pragma omp parallel | onepass.h:197: warning: ignoring '#pragma omp for' [-Wunknown-pragmas] 197 | #pragma omp for | onepass.h:332: warning: ignoring '#pragma omp critical' [-Wunknown-pragmas] 332 | #pragma omp critical | onepass.h:403: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas] 403 | #pragma omp parallel | onepass.h:415: warning: ignoring '#pragma omp for' [-Wunknown-pragmas] 415 | #pragma omp for | onepass.h:564: warning: ignoring '#pragma omp critical' [-Wunknown-pragmas] 564 | #pragma omp critical | onepass.h:825: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas] 825 | #pragma omp parallel | onepass.h:828: warning: ignoring '#pragma omp for' [-Wunknown-pragmas] 828 | #pragma omp for | onepass.h:860: warning: ignoring '#pragma omp critical' [-Wunknown-pragmas] 860 | #pragma omp critical | In file included from covmatrix_funs.h:9, from onepass.h:8: covmatrix_funs_01.h: In function 'arma::cube d_exponential_isotropic(arma::vec, arma::mat)': covmatrix_funs_01.h:108:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 108 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_01.h: In function 'arma::cube d_matern_isotropic(arma::vec, arma::mat)': covmatrix_funs_01.h:240:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 240 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_01.h: In function 'arma::cube d_matern15_isotropic(arma::vec, arma::mat)': covmatrix_funs_01.h:341:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 341 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ In file included from covmatrix_funs.h:10: covmatrix_funs_02.h: In function 'arma::cube d_matern_anisotropic2D(arma::vec, arma::mat)': covmatrix_funs_02.h:150:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 150 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_02.h: In function 'arma::cube d_matern_anisotropic3D(arma::vec, arma::mat)': covmatrix_funs_02.h:304:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 304 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_02.h: In function 'arma::cube d_matern_anisotropic3D_alt(arma::vec, arma::mat)': covmatrix_funs_02.h:498:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 498 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_02.h: In function 'arma::cube d_exponential_anisotropic2D(arma::vec, arma::mat)': covmatrix_funs_02.h:624:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 624 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_02.h: In function 'arma::cube d_exponential_anisotropic3D(arma::vec, arma::mat)': covmatrix_funs_02.h:768:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 768 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_02.h:727:12: warning: unused variable 'nugget' [-Wunused-variable] 727 | double nugget = covparms( 0 )*covparms( 7 ); | ^~~~~~ covmatrix_funs_02.h: In function 'arma::cube d_exponential_anisotropic3D_alt(arma::vec, arma::mat)': covmatrix_funs_02.h:945:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 945 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ In file included from covmatrix_funs.h:11: covmatrix_funs_03.h: In function 'arma::mat matern_scaledim(arma::vec, arma::mat)': covmatrix_funs_03.h:41:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 41 | if( covparms.n_elem - 3 != dim ){ | ~~~~~~~~~~~~~~~~~~~~^~~~~~ covmatrix_funs_03.h: In function 'arma::cube d_matern_scaledim(arma::vec, arma::mat)': covmatrix_funs_03.h:90:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 90 | if( covparms.n_elem - 3 != dim ){ | ~~~~~~~~~~~~~~~~~~~~^~~~~~ covmatrix_funs_03.h:144:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 144 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_03.h:95:12: warning: unused variable 'nugget' [-Wunused-variable] 95 | double nugget = covparms( 0 )*covparms( dim + 2 ); | ^~~~~~ covmatrix_funs_03.h: In function 'arma::mat exponential_scaledim(arma::vec, arma::mat)': covmatrix_funs_03.h:179:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 179 | if( covparms.n_elem - 2 != dim ){ | ~~~~~~~~~~~~~~~~~~~~^~~~~~ covmatrix_funs_03.h: In function 'arma::cube d_exponential_scaledim(arma::vec, arma::mat)': covmatrix_funs_03.h:224:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 224 | if( covparms.n_elem - 2 != dim ){ | ~~~~~~~~~~~~~~~~~~~~^~~~~~ covmatrix_funs_03.h:267:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 267 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_03.h:229:12: warning: unused variable 'nugget' [-Wunused-variable] 229 | double nugget = covparms( 0 )*covparms( dim + 1 ); | ^~~~~~ covmatrix_funs_03.h: In function 'arma::cube d_matern_spacetime(arma::vec, arma::mat)': covmatrix_funs_03.h:395:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 395 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_03.h:337:12: warning: unused variable 'nugget' [-Wunused-variable] 337 | double nugget = covparms( 0 )*covparms( 4 ); | ^~~~~~ covmatrix_funs_03.h: In function 'arma::cube d_exponential_spacetime(arma::vec, arma::mat)': covmatrix_funs_03.h:507:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 507 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ In file included from covmatrix_funs.h:16: covmatrix_funs_08.h: In function 'arma::cube d_matern_nonstat_var(arma::vec, arma::mat)': covmatrix_funs_08.h:156:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 156 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_08.h: In function 'arma::cube d_exponential_nonstat_var(arma::vec, arma::mat)': covmatrix_funs_08.h:295:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 295 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ In file included from covmatrix_funs.h:17: covmatrix_funs_09.h: In function 'arma::mat matern15_scaledim(arma::vec, arma::mat)': covmatrix_funs_09.h:39:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 39 | if( covparms.n_elem - 2 != dim ){ | ~~~~~~~~~~~~~~~~~~~~^~~~~~ covmatrix_funs_09.h: In function 'arma::cube d_matern15_scaledim(arma::vec, arma::mat)': covmatrix_funs_09.h:84:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 84 | if( covparms.n_elem - 2 != dim ){ | ~~~~~~~~~~~~~~~~~~~~^~~~~~ covmatrix_funs_09.h:127:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 127 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_09.h:89:12: warning: unused variable 'nugget' [-Wunused-variable] 89 | double nugget = covparms( 0 )*covparms( dim + 1 ); | ^~~~~~ In file included from covmatrix_funs.h:18: covmatrix_funs_10.h: In function 'arma::cube d_matern25_isotropic(arma::vec, arma::mat)': covmatrix_funs_10.h:102:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 102 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_10.h: In function 'arma::mat matern25_scaledim(arma::vec, arma::mat)': covmatrix_funs_10.h:137:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 137 | if( covparms.n_elem - 2 != dim ){ | ~~~~~~~~~~~~~~~~~~~~^~~~~~ covmatrix_funs_10.h: In function 'arma::cube d_matern25_scaledim(arma::vec, arma::mat)': covmatrix_funs_10.h:182:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 182 | if( covparms.n_elem - 2 != dim ){ | ~~~~~~~~~~~~~~~~~~~~^~~~~~ covmatrix_funs_10.h:226:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 226 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_10.h:187:12: warning: unused variable 'nugget' [-Wunused-variable] 187 | double nugget = covparms( 0 )*covparms( dim + 1 ); | ^~~~~~ In file included from covmatrix_funs.h:19: covmatrix_funs_11.h: In function 'arma::cube d_matern35_isotropic(arma::vec, arma::mat)': covmatrix_funs_11.h:116:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 116 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_11.h: In function 'arma::mat matern35_scaledim(arma::vec, arma::mat)': covmatrix_funs_11.h:151:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 151 | if( covparms.n_elem - 2 != dim ){ | ~~~~~~~~~~~~~~~~~~~~^~~~~~ covmatrix_funs_11.h: In function 'arma::cube d_matern35_scaledim(arma::vec, arma::mat)': covmatrix_funs_11.h:201:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 201 | if( covparms.n_elem - 2 != dim ){ | ~~~~~~~~~~~~~~~~~~~~^~~~~~ covmatrix_funs_11.h:251:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 251 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_11.h:206:12: warning: unused variable 'nugget' [-Wunused-variable] 206 | double nugget = covparms( 0 )*covparms( dim + 1 ); | ^~~~~~ In file included from covmatrix_funs.h:20: covmatrix_funs_12.h: In function 'arma::cube d_matern45_isotropic(arma::vec, arma::mat)': covmatrix_funs_12.h:118:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 118 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_12.h: In function 'arma::mat matern45_scaledim(arma::vec, arma::mat)': covmatrix_funs_12.h:153:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 153 | if( covparms.n_elem - 2 != dim ){ | ~~~~~~~~~~~~~~~~~~~~^~~~~~ covmatrix_funs_12.h: In function 'arma::cube d_matern45_scaledim(arma::vec, arma::mat)': covmatrix_funs_12.h:204:29: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 204 | if( covparms.n_elem - 2 != dim ){ | ~~~~~~~~~~~~~~~~~~~~^~~~~~ covmatrix_funs_12.h:255:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 255 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_12.h:209:12: warning: unused variable 'nugget' [-Wunused-variable] 209 | double nugget = covparms( 0 )*covparms( dim + 1 ); | ^~~~~~ In file included from covmatrix_funs.h:21: covmatrix_funs_13.h: In function 'arma::cube d_matern_categorical(arma::vec, arma::mat)': covmatrix_funs_13.h:177:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 177 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_13.h:126:12: warning: unused variable 'nugget' [-Wunused-variable] 126 | double nugget = covparms( 0 )*covparms( 4 ); | ^~~~~~ covmatrix_funs_13.h:127:16: warning: unused variable 'categ' [-Wunused-variable] 127 | double categ = covparms(0)*covparms(3); | ^~~~~ covmatrix_funs_13.h: In function 'arma::cube d_matern_spacetime_categorical(arma::vec, arma::mat)': covmatrix_funs_13.h:373:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 373 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_13.h: In function 'arma::cube d_matern_spacetime_categorical_local(arma::vec, arma::mat)': covmatrix_funs_13.h:661:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 661 | for(int j=0; j<covparms.n_elem; j++){ | ~^~~~~~~~~~~~~~~~ covmatrix_funs_13.h:542:12: warning: unused variable 'nugget' [-Wunused-variable] 542 | double nugget = covparms(0)*covparms(8); | ^~~~~~ onepass.h: In function 'arma::mat mychol(arma::mat)': onepass.h:93:10: warning: variable 'pd' set but not used [-Wunused-but-set-variable] 93 | bool pd = true; | ^~ onepass.h: In function 'void synthesize_grouped(Rcpp::NumericVector, Rcpp::StringVector, Rcpp::NumericMatrix, Rcpp::List, Rcpp::NumericVector&, Rcpp::NumericMatrix, Rcpp::NumericVector*, Rcpp::NumericVector*, Rcpp::NumericVector*, Rcpp::NumericMatrix*, Rcpp::NumericMatrix*, bool, bool)': onepass.h:700:9: warning: unused variable 'dim' [-Wunused-variable] 700 | int dim = locs.ncol(); | ^~~ g++ -std=gnu++17 -shared -s -static-libgcc -o GpGp.dll tmp.def RcppExports.o matrix_mult.o vecchia_loglik_grad_info.o -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/2024_11_18_01_50_01_1577/RtmpwTrMmq/R.INSTALL2925067d8289/GpGp/src' make[1]: Entering directory '/d/temp/2024_11_18_01_50_01_1577/RtmpwTrMmq/R.INSTALL2925067d8289/GpGp/src' make[1]: Leaving directory '/d/temp/2024_11_18_01_50_01_1577/RtmpwTrMmq/R.INSTALL2925067d8289/GpGp/src' installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-GpGp/00new/GpGp/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 'GpGp' as GpGp_0.5.1.zip * DONE (GpGp)