* installing *source* package 'GNE' ...
** package 'GNE' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/Rtmp6HWYn4/R.INSTALL5bb86d053025/GNE/src'
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c SSR.c -o SSR.o
In file included from D:/RCompile/recent/R-4.3.3/include/Rdefines.h:41,
                 from SSR.h:16,
                 from SSR.c:19:
D:/RCompile/recent/R-4.3.3/include/Rinternals.h: In function 'dojacSSR':
D:/RCompile/recent/R-4.3.3/include/Rinternals.h:894:33: warning: 'R_grjointcall' may be used uninitialized [-Wmaybe-uninitialized]
  894 | #define eval                    Rf_eval
      |                                 ^~~~~~~
SSR.c:379:8: note: 'R_grjointcall' was declared here
  379 |   SEXP R_grjointcall, grjoint_res; //gradient of joint func
      |        ^~~~~~~~~~~~~
D:/RCompile/recent/R-4.3.3/include/Rinternals.h:894:33: warning: 'R_grconstrcall' may be used uninitialized [-Wmaybe-uninitialized]
  894 | #define eval                    Rf_eval
      |                                 ^~~~~~~
SSR.c:376:8: note: 'R_grconstrcall' was declared here
  376 |   SEXP R_grconstrcall, grconstr_res; //gradient of constr func
      |        ^~~~~~~~~~~~~~
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
gcc -shared -s -static-libgcc -o GNE.dll tmp.def SSR.o init.o -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmp6HWYn4/R.INSTALL5bb86d053025/GNE/src'
make[1]: Entering directory '/d/temp/Rtmp6HWYn4/R.INSTALL5bb86d053025/GNE/src'
make[1]: Leaving directory '/d/temp/Rtmp6HWYn4/R.INSTALL5bb86d053025/GNE/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-GNE/00new/GNE/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 'GNE' as GNE_0.99-5.zip
* DONE (GNE)