* installing *source* package 'curveDepth' ... ** package 'curveDepth' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++.exe (GCC) 13.2.0' using C++11 make[1]: Entering directory '/d/temp/RtmpuUezDU/R.INSTALL2b5907ecd46a/curveDepth/src' g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/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" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/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" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c depthsCurveHfsp.cpp -o depthsCurveHfsp.o depthsCurveHfsp.cpp: In function 'Rcpp::NumericMatrix distImages(arma::cube, int)': depthsCurveHfsp.cpp:104:21: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 104 | for (int i = 0; i < images.n_slices; i++){ | ~~^~~~~~~~~~~~~~~~~ depthsCurveHfsp.cpp:117:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 117 | for (int i = 0; i < images.n_slices - 1; i++){ | ~~^~~~~~~~~~~~~~~~~~~~~ depthsCurveHfsp.cpp:121:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 121 | for (int j = i + 1; j < images.n_slices; j++){ | ~~^~~~~~~~~~~~~~~~~ depthsCurveHfsp.cpp: In function 'Rcpp::List images2curves(arma::cube)': depthsCurveHfsp.cpp:1012:21: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare] 1012 | for (int i = 0; i < images.n_slices; i++){ | ~~^~~~~~~~~~~~~~~~~ In file included from routines.h:16, from stdafx.h:21, from depthsCurveHfsp.cpp:25: hypermatrix.h: In instantiation of 'int hypermatrix::clear() [with BlockType = double]': hypermatrix.h:155:14: required from 'typeHypermatrix::typeHypermatrix(int, int*) [with UnitType = double]' routines.h:202:73: required from here hypermatrix.h:42:23: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 42 | for (int i = 0; i < size; i++){ | ~~^~~~~~ g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/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" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c routines.cpp -o routines.o routines.cpp: In function 'int generateDirections(int, int, int, double**)': routines.cpp:68:30: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 68 | for (unsigned int i = 0; i < nDirs; i++){ | ~~^~~~~~~ routines.cpp:70:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 70 | for (unsigned int j = 0; j < d; j++){ | ~~^~~ routines.cpp:76:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 76 | for (unsigned int j = 0; j < d; j++){ | ~~^~~ In file included from routines.h:16, from stdafx.h:21, from routines.cpp:16: hypermatrix.h: In instantiation of 'UnitType typeHypermatrix::getNNonzero() [with UnitType = double]': routines.cpp:494:28: required from here hypermatrix.h:204:21: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 204 | for (int i = 0; i < this->size; i++){ | ~~^~~~~~~~~~~~ hypermatrix.h: In instantiation of 'int typeHypermatrix::add(typeHypermatrix&) [with UnitType = double]': routines.cpp:1244:19: required from here hypermatrix.h:163:21: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 163 | for (int i = 0; i < this->size; i++){ | ~~^~~~~~~~~~~~ hypermatrix.h: In instantiation of 'int typeHypermatrix::standardize() [with UnitType = double]': routines.cpp:1246:25: required from here hypermatrix.h:186:23: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 186 | for (int i = 0; i < this->size; i++){ | ~~^~~~~~~~~~~~ hypermatrix.h: In instantiation of 'UnitType typeHypermatrix::getTotal() [with UnitType = double]': routines.cpp:1247:31: required from here hypermatrix.h:195:21: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 195 | for (int i = 0; i < this->size; i++){ | ~~^~~~~~~~~~~~ hypermatrix.h: In instantiation of 'int hypermatrix::clear() [with BlockType = double]': hypermatrix.h:155:14: required from 'typeHypermatrix::typeHypermatrix(int, int*) [with UnitType = double]' routines.h:202:73: required from here hypermatrix.h:42:23: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 42 | for (int i = 0; i < size; i++){ | ~~^~~~~~ hypermatrix.h: In instantiation of 'int hypermatrix::clear() [with BlockType = long long unsigned int]': hypermatrix.h:68:33: required from 'void binaryHypermatrix::clear() [with BlockType = long long unsigned int]' routines.cpp:493:17: required from here hypermatrix.h:42:23: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] g++ -std=gnu++11 -I"D:/RCompile/recent/R-4.4.0/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" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c voxelize.cpp -o voxelize.o In file included from routines.h:16, from stdafx.h:21, from voxelize.cpp:13: hypermatrix.h: In instantiation of 'int hypermatrix::clear() [with BlockType = double]': hypermatrix.h:155:14: required from 'typeHypermatrix::typeHypermatrix(int, int*) [with UnitType = double]' routines.h:202:73: required from here hypermatrix.h:42:23: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] 42 | for (int i = 0; i < size; i++){ | ~~^~~~~~ hypermatrix.h: In instantiation of 'int hypermatrix::clear() [with BlockType = long long unsigned int]': hypermatrix.h:68:33: required from 'void binaryHypermatrix::clear() [with BlockType = long long unsigned int]' hypermatrix.h:85:8: required from 'binaryHypermatrix::binaryHypermatrix(int, int*) [with BlockType = long long unsigned int]' voxelize.cpp:101:70: required from here hypermatrix.h:42:23: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare] g++ -shared -s -static-libgcc -o curveDepth.dll tmp.def RcppExports.o depthsCurveHfsp.o routines.o voxelize.o -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.0/bin/x64 -lR make[1]: Leaving directory '/d/temp/RtmpuUezDU/R.INSTALL2b5907ecd46a/curveDepth/src' make[1]: Entering directory '/d/temp/RtmpuUezDU/R.INSTALL2b5907ecd46a/curveDepth/src' make[1]: Leaving directory '/d/temp/RtmpuUezDU/R.INSTALL2b5907ecd46a/curveDepth/src' installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-curveDepth/00new/curveDepth/libs/x64 ** R ** data *** moving datasets to lazyload DB ** 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 'curveDepth' as curveDepth_0.1.0.9.zip * DONE (curveDepth)