* 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.exe (GCC) 14.3.0'
using C++ compiler: 'g++.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_02_28_01_50_00_3652/RtmpoRk5bW/R.INSTALL6be812115475/astronomyengine/src'
gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -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++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c astronomy_wrapper.cpp -o astronomy_wrapper.o
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.6/cpp11/include' -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c cpp11.cpp -o cpp11.o
g++ -std=gnu++20 -shared -s -static-libgcc -o astronomyengine.dll tmp.def astronomy_impl.o astronomy_wrapper.o cpp11.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_02_28_01_50_00_3652/RtmpoRk5bW/R.INSTALL6be812115475/astronomyengine/src'
make[1]: Entering directory '/d/temp/2026_02_28_01_50_00_3652/RtmpoRk5bW/R.INSTALL6be812115475/astronomyengine/src'
make[1]: Leaving directory '/d/temp/2026_02_28_01_50_00_3652/RtmpoRk5bW/R.INSTALL6be812115475/astronomyengine/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-astronomyengine/00new/astronomyengine/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'astronomyengine' as astronomyengine_0.1.0.zip
* DONE (astronomyengine)