* installing *source* package ‘stcpR6’ ... ** using staged installation ** libs using C++ compiler: ‘Debian clang version 17.0.6 (5)’ clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c stcp_export.cpp -o stcp_export.o In file included from stcp_export.cpp:3: In file included from ./stcp_export.h:4: In file included from ./stcp.h:5: ./baseline_increment.h:103:17: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 103 | if (abs(x) < kEps) | ^ ./baseline_increment.h:103:17: note: use function 'std::abs' instead 103 | if (abs(x) < kEps) | ^~~ | std::abs ./baseline_increment.h:107:22: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 107 | else if (abs(x - 1.0) < kEps) | ^ ./baseline_increment.h:107:22: note: use function 'std::abs' instead 107 | else if (abs(x - 1.0) < kEps) | ^~~ | std::abs In file included from stcp_export.cpp:3: In file included from ./stcp_export.h:4: In file included from ./stcp.h:6: ./log_lr_increment.h:111:17: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 111 | if (abs(x) < kEps) | ^ ./log_lr_increment.h:111:17: note: use function 'std::abs' instead 111 | if (abs(x) < kEps) | ^~~ | std::abs ./log_lr_increment.h:115:22: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 115 | else if (abs(x - 1.0) < kEps) | ^ ./log_lr_increment.h:115:22: note: use function 'std::abs' instead 115 | else if (abs(x - 1.0) < kEps) | ^~~ | std::abs ./log_lr_increment.h:160:13: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 160 | if (abs(x_bar) < kEps) | ^ ./log_lr_increment.h:160:13: note: use function 'std::abs' instead 160 | if (abs(x_bar) < kEps) | ^~~ | std::abs ./log_lr_increment.h:164:18: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 164 | else if (abs(x_bar - 1.0) < kEps) | ^ ./log_lr_increment.h:164:18: note: use function 'std::abs' instead 164 | else if (abs(x_bar - 1.0) < kEps) | ^~~ | std::abs 6 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.5/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c stcp_glrcu_export.cpp -o stcp_glrcu_export.o In file included from stcp_glrcu_export.cpp:5: In file included from ./stcp_export.h:4: In file included from ./stcp.h:5: ./baseline_increment.h:103:17: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 103 | if (abs(x) < kEps) | ^ ./baseline_increment.h:103:17: note: use function 'std::abs' instead 103 | if (abs(x) < kEps) | ^~~ | std::abs ./baseline_increment.h:107:22: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 107 | else if (abs(x - 1.0) < kEps) | ^ ./baseline_increment.h:107:22: note: use function 'std::abs' instead 107 | else if (abs(x - 1.0) < kEps) | ^~~ | std::abs In file included from stcp_glrcu_export.cpp:5: In file included from ./stcp_export.h:4: In file included from ./stcp.h:6: ./log_lr_increment.h:111:17: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 111 | if (abs(x) < kEps) | ^ ./log_lr_increment.h:111:17: note: use function 'std::abs' instead 111 | if (abs(x) < kEps) | ^~~ | std::abs ./log_lr_increment.h:115:22: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 115 | else if (abs(x - 1.0) < kEps) | ^ ./log_lr_increment.h:115:22: note: use function 'std::abs' instead 115 | else if (abs(x - 1.0) < kEps) | ^~~ | std::abs ./log_lr_increment.h:160:13: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 160 | if (abs(x_bar) < kEps) | ^ ./log_lr_increment.h:160:13: note: use function 'std::abs' instead 160 | if (abs(x_bar) < kEps) | ^~~ | std::abs ./log_lr_increment.h:164:18: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 164 | else if (abs(x_bar - 1.0) < kEps) | ^ ./log_lr_increment.h:164:18: note: use function 'std::abs' instead 164 | else if (abs(x_bar - 1.0) < kEps) | ^~~ | std::abs 6 warnings generated. clang++-17 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o stcpR6.so RcppExports.o stcp_export.o stcp_glrcu_export.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/stcpR6.Rcheck/00LOCK-stcpR6/00new/stcpR6/libs ** R ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (stcpR6)