* installing *source* package ‘SamsaRaLight’ ... ** this is package ‘SamsaRaLight’ version ‘1.0.0’ ** using staged installation ** libs using C++ compiler: ‘Debian clang version 21.1.8 (3+b1)’ clang++-21 -std=gnu++20 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/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++-21 -std=gnu++20 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I'/home/hornik/lib/R/Library/4.6/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c sl_run_rcpp.cpp -o sl_run_rcpp.o sl_run_rcpp.cpp:203:10: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 203 | return(abs(p1.x - p2.x) < EPSILON && | ^ sl_run_rcpp.cpp:203:10: note: use function 'std::abs' instead 203 | return(abs(p1.x - p2.x) < EPSILON && | ^~~ | std::abs sl_run_rcpp.cpp:204:4: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 204 | abs(p1.y - p2.y) < EPSILON && | ^ sl_run_rcpp.cpp:204:4: note: use function 'std::abs' instead 204 | abs(p1.y - p2.y) < EPSILON && | ^~~ | std::abs sl_run_rcpp.cpp:205:4: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 205 | abs(p1.z - p2.z) < EPSILON); | ^ sl_run_rcpp.cpp:205:4: note: use function 'std::abs' instead 205 | abs(p1.z - p2.z) < EPSILON); | ^~~ | std::abs sl_run_rcpp.cpp:441:19: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 441 | double length = abs(sol1 - sol2); | ^ sl_run_rcpp.cpp:441:19: note: use function 'std::abs' instead 441 | double length = abs(sol1 - sol2); | ^~~ | std::abs sl_run_rcpp.cpp:629:19: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 629 | double length = abs(sol1 - sol2); | ^ sl_run_rcpp.cpp:629:19: note: use function 'std::abs' instead 629 | double length = abs(sol1 - sol2); | ^~~ | std::abs sl_run_rcpp.cpp:940:7: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 940 | if (abs(p0_shift.z) < EPSILON) | ^ sl_run_rcpp.cpp:940:7: note: use function 'std::abs' instead 940 | if (abs(p0_shift.z) < EPSILON) | ^~~ | std::abs sl_run_rcpp.cpp:1028:19: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 1028 | double length = abs(sol1 - sol2); | ^ sl_run_rcpp.cpp:1028:19: note: use function 'std::abs' instead 1028 | double length = abs(sol1 - sol2); | ^~~ | std::abs sl_run_rcpp.cpp:1740:79: warning: suggest braces around initialization of subobject [-Wmissing-braces] 1740 | if (is_outside && !this->stand.isUseTorus()) { return(shiftedCell{ nullptr, 0.0, 0.0, 0.0 }); } | ^~~~~~~~~~~~~ | { } sl_run_rcpp.cpp:1750:66: warning: suggest braces around initialization of subobject [-Wmissing-braces] 1750 | if ((*original_cell).isEmpty()) { return(shiftedCell{ nullptr, 0.0, 0.0, 0.0 }); } | ^~~~~~~~~~~~~ | { } 9 warnings generated. clang++-21 -std=gnu++20 -shared -L/home/hornik/tmp/R-d-clang-21/lib -Wl,-O1 -o SamsaRaLight.so RcppExports.o sl_run_rcpp.o -L/home/hornik/tmp/R-d-clang-21/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/SamsaRaLight.Rcheck/00LOCK-SamsaRaLight/00new/SamsaRaLight/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 (SamsaRaLight)