* installing *source* package 'astronomyengine' ...
** package 'astronomyengine' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.3.0'
using C++ compiler: 'g++.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2026_03_02_15_37_19_9148/Rtmp4MwLaA/R.INSTALL32dc1fb4003/astronomyengine/src'
gcc  -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -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 'precession':
../inst/include/astronomy/astronomy.c:1584:19: warning: invalid use of pointers to arrays with different qualifiers in ISO C before C2X [-Wpedantic]
 1584 |     rotate(pos1, r.rot, pos2);
      |                  ~^~~~
../inst/include/astronomy/astronomy.c: In function 'precession_posvel':
../inst/include/astronomy/astronomy.c:1596:19: warning: invalid use of pointers to arrays with different qualifiers in ISO C before C2X [-Wpedantic]
 1596 |     rotate(pos1, r.rot, pos2);
      |                  ~^~~~
../inst/include/astronomy/astronomy.c:1597:19: warning: invalid use of pointers to arrays with different qualifiers in ISO C before C2X [-Wpedantic]
 1597 |     rotate(vel1, r.rot, vel2);
      |                  ~^~~~
../inst/include/astronomy/astronomy.c: In function 'nutation':
../inst/include/astronomy/astronomy.c:1733:20: warning: invalid use of pointers to arrays with different qualifiers in ISO C before C2X [-Wpedantic]
 1733 |     rotate(inpos, r.rot, outpos);
      |                   ~^~~~
../inst/include/astronomy/astronomy.c: In function 'nutation_posvel':
../inst/include/astronomy/astronomy.c:1745:20: warning: invalid use of pointers to arrays with different qualifiers in ISO C before C2X [-Wpedantic]
 1745 |     rotate(inpos, r.rot, outpos);
      |                   ~^~~~
../inst/include/astronomy/astronomy.c:1746:20: warning: invalid use of pointers to arrays with different qualifiers in ISO C before C2X [-Wpedantic]
 1746 |     rotate(invel, r.rot, outvel);
      |                   ~^~~~
../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++17  -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include'   -I"d:/rtools44/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++17  -I"D:/RCompile/recent/R-4.4.3p/include" -DNDEBUG -I../inst/include -I'D:/RCompile/CRANpkg/lib/4.4/cpp11/include'   -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c cpp11.cpp -o cpp11.o
g++ -std=gnu++17 -shared -s -static-libgcc -o astronomyengine.dll tmp.def astronomy_impl.o astronomy_wrapper.o cpp11.o -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.3p/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_03_02_15_37_19_9148/Rtmp4MwLaA/R.INSTALL32dc1fb4003/astronomyengine/src'
make[1]: Entering directory '/d/temp/2026_03_02_15_37_19_9148/Rtmp4MwLaA/R.INSTALL32dc1fb4003/astronomyengine/src'
make[1]: Leaving directory '/d/temp/2026_03_02_15_37_19_9148/Rtmp4MwLaA/R.INSTALL32dc1fb4003/astronomyengine/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/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)