* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘astronomyengine’ ...
** this is package ‘astronomyengine’ version ‘0.1.0’
** package ‘astronomyengine’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-15 (Debian 15.2.0-13) 15.2.0’
using C++ compiler: ‘g++-15 (Debian 15.2.0-13) 15.2.0’
make[1]: Entering directory '/tmp/RtmpqvaxSF/R.INSTALL101c43765bac07/astronomyengine/src'
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c astronomy_impl.c -o astronomy_impl.o
In file included from astronomy_impl.c:2:
../inst/include/astronomy/astronomy.c: In function ‘shadow_distance_slope’:
../inst/include/astronomy/astronomy.c:11538:32: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
11538 |     shadow_func_t shadowfunc = (shadow_func_t) context;
      |                                ^
../inst/include/astronomy/astronomy.c: In function ‘PeakEarthShadow’:
../inst/include/astronomy/astronomy.c:11568:54: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
11568 |     result = Astronomy_Search(shadow_distance_slope, (void *)EarthShadow, t1, t2, 1.0);
      |                                                      ^
../inst/include/astronomy/astronomy.c: In function ‘PeakMoonShadow’:
../inst/include/astronomy/astronomy.c:11587:54: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
11587 |     result = Astronomy_Search(shadow_distance_slope, (void *)MoonShadow, t1, t2, 1.0);
      |                                                      ^
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c astronomy_wrapper.cpp -o astronomy_wrapper.o
g++-15 -std=gnu++20 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c cpp11.cpp -o cpp11.o
g++-15 -std=gnu++20 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o astronomyengine.so astronomy_impl.o astronomy_wrapper.o cpp11.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpqvaxSF/R.INSTALL101c43765bac07/astronomyengine/src'
make[1]: Entering directory '/tmp/RtmpqvaxSF/R.INSTALL101c43765bac07/astronomyengine/src'
make[1]: Leaving directory '/tmp/RtmpqvaxSF/R.INSTALL101c43765bac07/astronomyengine/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-astronomyengine/00new/astronomyengine/libs
** R
** inst
** 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 (astronomyengine)