* installing *source* package ‘lsoda’ ... ** this is package ‘lsoda’ version ‘1.0’ ** using staged installation ** libs using C++ compiler: ‘Debian clang version 19.1.7 (3)’ clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/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 -I../inst/include -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RcppExports.cpp -o RcppExports.o In file included from RcppExports.cpp:4: ./../inst/include/lsoda.h:130:6: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 130 | v = abs(dx[i + offset]); | ^ ./../inst/include/lsoda.h:130:6: note: use function 'std::abs' instead 130 | v = abs(dx[i + offset]); | ^~~ | std::abs ./../inst/include/lsoda.h:1369:33: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 1369 | tfuzz = 100. * ETA * sign(abs(tn_)+abs(hu), hu); | ^ ./../inst/include/lsoda.h:1369:33: note: use function 'std::abs' instead 1369 | tfuzz = 100. * ETA * sign(abs(tn_)+abs(hu), hu); | ^~~ | std::abs ./../inst/include/lsoda.h:1369:42: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 1369 | tfuzz = 100. * ETA * sign(abs(tn_)+abs(hu), hu); | ^ ./../inst/include/lsoda.h:1369:42: note: use function 'std::abs' instead 1369 | tfuzz = 100. * ETA * sign(abs(tn_)+abs(hu), hu); | ^~~ | std::abs 3 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/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 -I../inst/include -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c unit.cpp -o unit.o In file included from unit.cpp:1: ../inst/include/lsoda.h:130:6: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 130 | v = abs(dx[i + offset]); | ^ ../inst/include/lsoda.h:130:6: note: use function 'std::abs' instead 130 | v = abs(dx[i + offset]); | ^~~ | std::abs ../inst/include/lsoda.h:1369:33: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 1369 | tfuzz = 100. * ETA * sign(abs(tn_)+abs(hu), hu); | ^ ../inst/include/lsoda.h:1369:33: note: use function 'std::abs' instead 1369 | tfuzz = 100. * ETA * sign(abs(tn_)+abs(hu), hu); | ^~~ | std::abs ../inst/include/lsoda.h:1369:42: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 1369 | tfuzz = 100. * ETA * sign(abs(tn_)+abs(hu), hu); | ^ ../inst/include/lsoda.h:1369:42: note: use function 'std::abs' instead 1369 | tfuzz = 100. * ETA * sign(abs(tn_)+abs(hu), hu); | ^~~ | std::abs 3 warnings generated. clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-clang-19/lib -Wl,-O1 -o lsoda.so RcppExports.o unit.o -llapack -L/home/hornik/tmp/R-d-clang-19/lib -lRblas -L/usr/lib/llvm-19/lib -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R-d-clang-19/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/lsoda.Rcheck/00LOCK-lsoda/00new/lsoda/libs ** R ** 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 ** 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 (lsoda)