* installing *source* package ‘Waypoint’ ... ** this is package ‘Waypoint’ version ‘1.2.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/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 -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c CoordBase.cpp -o CoordBase.o In file included from CoordBase.cpp:14: ./CoordBase.h:220:39: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 220 | fmt::format("{:0>{}.{}f}\u2032", abs(ff.get_decmin(n)), 7, 4); | ^ ./CoordBase.h:220:39: note: use function 'std::abs' instead 220 | fmt::format("{:0>{}.{}f}\u2032", abs(ff.get_decmin(n)), 7, 4); | ^~~ | std::abs ./CoordBase.h:231:39: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 231 | fmt::format("{:0>{}.{}f}\u2033", abs(ff.get_sec(n)), 5, 2); | ^ ./CoordBase.h:231:39: note: use function 'std::abs' instead 231 | fmt::format("{:0>{}.{}f}\u2033", abs(ff.get_sec(n)), 5, 2); | ^~~ | std::abs ./CoordBase.h:325:14: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 325 | return !((abs(ff.get_decdeg(n)) > (ll_size && (ll_size > 1 ? *ll_it++ : *ll_it) ? 90 : 180)) || | ^ ./CoordBase.h:325:14: note: use function 'std::abs' instead 325 | return !((abs(ff.get_decdeg(n)) > (ll_size && (ll_size > 1 ? *ll_it++ : *ll_it) ? 90 : 180)) || | ^~~ | std::abs ./CoordBase.h:326:6: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 326 | (abs(ff.get_decmin(n)) >= 60) || | ^ ./CoordBase.h:326:6: note: use function 'std::abs' instead 326 | (abs(ff.get_decmin(n)) >= 60) || | ^~~ | std::abs ./CoordBase.h:327:6: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] 327 | (abs(ff.get_sec(n)) >= 60)); | ^ ./CoordBase.h:327:6: note: use function 'std::abs' instead 327 | (abs(ff.get_sec(n)) >= 60)); | ^~~ | std::abs 5 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R/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 -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RcppExports.cpp -o RcppExports.o clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o Waypoint.so CoordBase.o RcppExports.o -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/Waypoint.Rcheck/00LOCK-Waypoint/00new/Waypoint/libs ** R ** 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 (Waypoint)