* installing *source* package 'curveDepth' ...
** this is package 'curveDepth' version '0.1.0.16'
** package 'curveDepth' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: 'g++.exe (GCC) 14.2.0'
make[1]: Entering directory '/d/temp/2025_10_14_01_50_00_4128/RtmpS4ZcyC/R.INSTALL11cb81bf9b25/curveDepth/src'
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32,
from RcppExports.cpp:4:
D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c depthsCurveHfsp.cpp -o depthsCurveHfsp.o
In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32,
from stdafx.h:17,
from depthsCurveHfsp.cpp:29:
D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
depthsCurveHfsp.cpp: In function 'Rcpp::NumericMatrix distImages(arma::cube, int)':
depthsCurveHfsp.cpp:108:21: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
108 | for (int i = 0; i < images.n_slices; i++){
| ~~^~~~~~~~~~~~~~~~~
depthsCurveHfsp.cpp:121:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
121 | for (int i = 0; i < images.n_slices - 1; i++){
| ~~^~~~~~~~~~~~~~~~~~~~~
depthsCurveHfsp.cpp:125:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
125 | for (int j = i + 1; j < images.n_slices; j++){
| ~~^~~~~~~~~~~~~~~~~
depthsCurveHfsp.cpp: In function 'Rcpp::List images2curves(arma::cube)':
depthsCurveHfsp.cpp:1027:21: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
1027 | for (int i = 0; i < images.n_slices; i++){
| ~~^~~~~~~~~~~~~~~~~
In file included from routines.h:16,
from stdafx.h:21:
hypermatrix.h: In instantiation of 'int hypermatrix<BlockType>::clear() [with BlockType = double]':
hypermatrix.h:155:14: required from 'typeHypermatrix<UnitType>::typeHypermatrix(int, int*) [with UnitType = double]'
155 | this->clear();
| ~~~~~~~~~~~^~
routines.h:202:73: required from here
202 | ImageDensity(int d, int* ns) : typeHypermatrix<double>(d, ns), Curve(d) {
| ^
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++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c routines.cpp -o routines.o
In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32,
from stdafx.h:17,
from routines.cpp:16:
D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
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:
hypermatrix.h: In instantiation of 'UnitType typeHypermatrix<UnitType>::getNNonzero() [with UnitType = double]':
routines.cpp:494:28: required from here
494 | int nPixels = getNNonzero();
| ~~~~~~~~~~~^~
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<UnitType>::add(typeHypermatrix<UnitType>&) [with UnitType = double]':
routines.cpp:1244:19: required from here
1244 | genPattern.add(imageDensities[i]);
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
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<UnitType>::standardize() [with UnitType = double]':
routines.cpp:1246:25: required from here
1246 | genPattern.standardize();
| ~~~~~~~~~~~~~~~~~~~~~~^~
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<UnitType>::getTotal() [with UnitType = double]':
routines.cpp:1247:31: required from here
1247 | Rcout << genPattern.getTotal() << " ";
| ~~~~~~~~~~~~~~~~~~~^~
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<BlockType>::clear() [with BlockType = double]':
hypermatrix.h:155:14: required from 'typeHypermatrix<UnitType>::typeHypermatrix(int, int*) [with UnitType = double]'
155 | this->clear();
| ~~~~~~~~~~~^~
routines.h:202:73: required from here
202 | ImageDensity(int d, int* ns) : typeHypermatrix<double>(d, ns), Curve(d) {
| ^
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<BlockType>::clear() [with BlockType = long long unsigned int]':
hypermatrix.h:68:33: required from 'void binaryHypermatrix<BlockType>::clear() [with BlockType = long long unsigned int]'
68 | hypermatrix<BlockType>::clear();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
routines.cpp:493:17: required from here
493 | binImage.clear();
| ~~~~~~~~~~~~~~^~
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++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -I'D:/RCompile/CRANpkg/lib/4.6/Rcpp/include' -I'D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c voxelize.cpp -o voxelize.o
In file included from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo:26,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:57,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:32,
from stdafx.h:17,
from voxelize.cpp:13:
D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note: '#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported'
373 | #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
| ^
In file included from routines.h:16,
from stdafx.h:21:
hypermatrix.h: In instantiation of 'int hypermatrix<BlockType>::clear() [with BlockType = double]':
hypermatrix.h:155:14: required from 'typeHypermatrix<UnitType>::typeHypermatrix(int, int*) [with UnitType = double]'
155 | this->clear();
| ~~~~~~~~~~~^~
routines.h:202:73: required from here
202 | ImageDensity(int d, int* ns) : typeHypermatrix<double>(d, ns), Curve(d) {
| ^
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<BlockType>::clear() [with BlockType = long long unsigned int]':
hypermatrix.h:68:33: required from 'void binaryHypermatrix<BlockType>::clear() [with BlockType = long long unsigned int]'
68 | hypermatrix<BlockType>::clear();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
hypermatrix.h:85:8: required from 'binaryHypermatrix<BlockType>::binaryHypermatrix(int, int*) [with BlockType = long long unsigned int]'
85 | this->clear();
| ~~~~~~^~~~~
voxelize.cpp:101:70: required from here
101 | binaryHypermatrix<unsigned long long> checkVoxels(nFcns, nDiscretes);
| ^
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++17 -shared -s -static-libgcc -o curveDepth.dll tmp.def RcppExports.o depthsCurveHfsp.o routines.o voxelize.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2025_10_14_01_50_00_4128/RtmpS4ZcyC/R.INSTALL11cb81bf9b25/curveDepth/src'
make[1]: Entering directory '/d/temp/2025_10_14_01_50_00_4128/RtmpS4ZcyC/R.INSTALL11cb81bf9b25/curveDepth/src'
make[1]: Leaving directory '/d/temp/2025_10_14_01_50_00_4128/RtmpS4ZcyC/R.INSTALL11cb81bf9b25/curveDepth/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-curveDepth/00new/curveDepth/libs/x64
** R
** data
** 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.16.zip
* DONE (curveDepth)